Searched refs:ReadVarint32Slow (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc339 bool CodedInputStream::ReadVarint32Slow(uint32* value) { function in class:google::protobuf::io::CodedInputStream
361 return ReadVarint32Slow(value);
H A Dcoded_stream.h539 bool ReadVarint32Slow(uint32* value);
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc315 bool CodedInputStream::ReadVarint32Slow(uint32* value) { function in class:google::protobuf::io::CodedInputStream
337 return ReadVarint32Slow(value);
H A Dcoded_stream.h512 bool ReadVarint32Slow(uint32* value);

Completed in 97 milliseconds