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

/external/chromium_org/third_party/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.cc242 return InternalReadStringInline(buffer, size);
H A Dcoded_stream.h208 inline bool InternalReadStringInline(string* buffer,
/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);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc574 if (!input->InternalReadStringInline(value, length)) return false;
581 return input->InternalReadStringInline(value, length);

Completed in 261 milliseconds