Searched refs:ReadVarint64Slow (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc395 bool CodedInputStream::ReadVarint64Slow(uint64* value) { function in class:google::protobuf::io::CodedInputStream
455 return ReadVarint64Slow(value);
H A Dcoded_stream.h513 bool ReadVarint64Slow(uint64* value);

Completed in 83 milliseconds