Searched refs:GetVarint64 (Results 1 – 4 of 4) sorted by relevance
39 if (core::GetVarint64(input, &offset_) && core::GetVarint64(input, &size_)) { in DecodeFrom()
50 extern bool GetVarint64(StringPiece* input, uint64* value);
194 bool GetVarint64(StringPiece* input, uint64* value) { in GetVarint64() function
109 core::GetVarint64(&iter, &scratch); in Decode()113 core::GetVarint64(&iter, &scratch); in Decode()135 core::GetVarint64(&iter, &scratch); in Decode()137 core::GetVarint64(&iter, &scratch); in Decode()