Home
last modified time | relevance | path

Searched refs:ReadStringFallback (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dcoded_stream_inl.h67 return ReadStringFallback(buffer, size); in InternalReadStringInline()
Dcoded_stream.h620 bool ReadStringFallback(string* buffer, int size);
Dcoded_stream.cc268 bool CodedInputStream::ReadStringFallback(string* buffer, int size) { in ReadStringFallback() function in google::protobuf::io::CodedInputStream