Home
last modified time | relevance | path

Searched refs:InternalReadStringInline (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dcoded_stream_inl.h50 inline bool CodedInputStream::InternalReadStringInline(std::string* buffer, in InternalReadStringInline() function
Dcoded_stream.cc245 return InternalReadStringInline(buffer, size); in ReadString()
Dcoded_stream.h225 bool InternalReadStringInline(std::string* buffer, int size);
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc562 input->InternalReadStringInline(value, length); in ReadBytesToString()