HomeSort by relevance Sort by last modified time
    Searched refs:SerializePartialToCodedStream (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/
message_lite.h 205 bool SerializePartialToCodedStream(io::CodedOutputStream* output) const;
message_lite.cc 237 return SerializePartialToCodedStream(output);
240 bool MessageLite::SerializePartialToCodedStream(
282 return SerializePartialToCodedStream(&encoder);
message_unittest.cc 286 EXPECT_FALSE(message.SerializePartialToCodedStream(&coded_output));
293 EXPECT_TRUE(message.SerializePartialToCodedStream(&output));

Completed in 602 milliseconds