Home
last modified time | relevance | path

Searched refs:ReadVarint32Slow (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dcoded_stream.cc381 bool CodedInputStream::ReadVarint32Slow(uint32* value) { in ReadVarint32Slow() function in google::protobuf::io::CodedInputStream
407 return ReadVarint32Slow(&temp) ? static_cast<int64>(temp) : -1; in ReadVarint32Fallback()
Dcoded_stream.h598 bool ReadVarint32Slow(uint32* value);