Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dcoded_stream.cc275 return ReadStringFallback(buffer, size); in ReadString()
278 bool CodedInputStream::ReadStringFallback(std::string* buffer, int size) { in ReadStringFallback() function in google::protobuf::io::CodedInputStream
Dcoded_stream.h618 bool ReadStringFallback(std::string* buffer, int size);
/external/cronet/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.cc275 return ReadStringFallback(buffer, size); in ReadString()
278 bool CodedInputStream::ReadStringFallback(std::string* buffer, int size) { in ReadStringFallback() function in google::protobuf::io::CodedInputStream
Dcoded_stream.h641 bool ReadStringFallback(std::string* buffer, int size);
/external/cronet/third_party/protobuf/src/google/protobuf/
Dparse_context.h161 return ReadStringFallback(ptr, size, s); in ReadString()
313 const char* ReadStringFallback(const char* ptr, int size, std::string* str);
Dparse_context.cc211 const char* EpsCopyInputStream::ReadStringFallback(const char* ptr, int size, in ReadStringFallback() function in google::protobuf::internal::EpsCopyInputStream
/external/protobuf/src/google/protobuf/
Dparse_context.h163 return ReadStringFallback(ptr, size, s); in ReadString()
321 const char* ReadStringFallback(const char* ptr, int size, std::string* str);
Dparse_context.cc212 const char* EpsCopyInputStream::ReadStringFallback(const char* ptr, int size, in ReadStringFallback() function in google::protobuf::internal::EpsCopyInputStream