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

/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream_inl.h47 inline bool CodedInputStream::InternalReadStringInline(string* buffer, function in class:google::protobuf::io::CodedInputStream
H A Dcoded_stream.cc218 return InternalReadStringInline(buffer, size);
H A Dcoded_stream.h192 inline bool InternalReadStringInline(string* buffer,
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc347 if (!input->InternalReadStringInline(value, length)) return false;
354 return input->InternalReadStringInline(value, length);

Completed in 82 milliseconds