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(string* buffer, in InternalReadStringInline() function
Dcoded_stream.h215 GOOGLE_ATTRIBUTE_ALWAYS_INLINE bool InternalReadStringInline(string* buffer,
Dcoded_stream.cc265 return InternalReadStringInline(buffer, size); in ReadString()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc498 input->InternalReadStringInline(value, length); in ReadBytesToString()