SerializePartialToCodedStream  230 third_party/protobuf/src/google/protobuf/message_lite.cc   return SerializePartialToCodedStream(output);
SerializePartialToCodedStream  269 third_party/protobuf/src/google/protobuf/message_lite.cc   return SerializePartialToCodedStream(&encoder);
SerializePartialToCodedStream  177 third_party/protobuf/src/google/protobuf/message_lite.h   bool SerializePartialToCodedStream(io::CodedOutputStream* output) const;
SerializePartialToCodedStream  231 third_party/protobuf/src/google/protobuf/message_unittest.cc   EXPECT_TRUE(message.SerializePartialToCodedStream(&output));