Lines Matching refs:currentPos
337 auto currentPos = stream.tellg(); in ComputeContentMD5() local
338 if (currentPos == static_cast<std::streampos>(-1)) { in ComputeContentMD5()
339 currentPos = 0; in ComputeContentMD5()
362 stream.seekg(currentPos, stream.beg); in ComputeContentMD5()
382 auto currentPos = stream.tellg(); in ComputeContentMD5()
383 if (currentPos == static_cast<std::streampos>(-1)) { in ComputeContentMD5()
384 currentPos = 0; in ComputeContentMD5()
404 stream.seekg(currentPos, stream.beg); in ComputeContentMD5()
472 auto currentPos = stream.tellg(); in ComputeContentETag() local
473 if (currentPos == static_cast<std::streampos>(-1)) { in ComputeContentETag()
474 currentPos = 0; in ComputeContentETag()
495 stream.seekg(currentPos, stream.beg); in ComputeContentETag()
510 auto currentPos = stream.tellg(); in ComputeContentETag()
511 if (currentPos == static_cast<std::streampos>(-1)) { in ComputeContentETag()
512 currentPos = 0; in ComputeContentETag()
532 stream.seekg(currentPos, stream.beg); in ComputeContentETag()
1031 auto currentPos = stream.tellg(); in GetIOStreamLength() local
1032 if (currentPos == static_cast<std::streampos>(-1)) { in GetIOStreamLength()
1033 currentPos = 0; in GetIOStreamLength()
1038 stream.seekg(currentPos, stream.beg); in GetIOStreamLength()