InlineParseFromCodedStream  106 third_party/protobuf/src/google/protobuf/message_lite.cc inline bool InlineParseFromCodedStream(io::CodedInputStream* input,
InlineParseFromCodedStream  143 third_party/protobuf/src/google/protobuf/message_lite.cc   return InlineParseFromCodedStream(&input, message) &&
InlineParseFromCodedStream  161 third_party/protobuf/src/google/protobuf/message_lite.cc   return InlineParseFromCodedStream(input, this);