Searched refs:GetVarint32 (Results 1 – 6 of 6) sorted by relevance
104 bool GetVarint32(Slice* input, uint32_t* value) { in GetVarint32() function157 if (GetVarint32(input, &len) && input->size() >= len) { in GetLengthPrefixedSlice()
31 bool GetVarint32(Slice* input, uint32_t* value);
97 if (GetVarint32(input, &v) && v < config::kNumLevels) { in GetLevel()118 while (msg == nullptr && GetVarint32(&input, &tag)) { in DecodeFrom()
52 extern bool GetVarint32(StringPiece* input, uint32* value);
51 if (!core::GetVarint32(&reader, &v)) return false; in DecodeStringList()107 if (!core::GetVarint32(&reader_, &size)) return false; in ReadSizes()
177 bool GetVarint32(StringPiece* input, uint32* value) { in GetVarint32() function