Home
last modified time | relevance | path

Searched refs:SerializePartialToCodedStream (Results 1 – 12 of 12) sorted by relevance

/external/cronet/third_party/protobuf/src/google/protobuf/
Darena_test_util.h53 message.SerializePartialToCodedStream(&out); in TestParseCorruptedString()
Dmessage_lite.cc365 return SerializePartialToCodedStream(output); in SerializeToCodedStream()
368 bool MessageLite::SerializePartialToCodedStream( in SerializePartialToCodedStream() function in google::protobuf::MessageLite
Dmessage_lite.h328 bool SerializePartialToCodedStream(io::CodedOutputStream* output) const;
Dmessage_unittest.inc720 EXPECT_TRUE(message.SerializePartialToCodedStream(&output));
Dmap_test.inc3464 t.SerializePartialToCodedStream(&output_stream);
/external/protobuf/src/google/protobuf/
Darena_test_util.h53 message.SerializePartialToCodedStream(&out); in TestParseCorruptedString()
Dmessage_lite.cc365 return SerializePartialToCodedStream(output); in SerializeToCodedStream()
368 bool MessageLite::SerializePartialToCodedStream( in SerializePartialToCodedStream() function in google::protobuf::MessageLite
Dmessage_lite.h327 bool SerializePartialToCodedStream(io::CodedOutputStream* output) const;
Dmessage_unittest.inc770 EXPECT_TRUE(message.SerializePartialToCodedStream(&output));
Dmap_test.inc3646 t.SerializePartialToCodedStream(&output_stream);
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc2407 if (!message->SerializePartialToCodedStream(&coded_out)) { in EncodeOrDecode()
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc2400 if (!message->SerializePartialToCodedStream(&coded_out)) { in EncodeOrDecode()