Home
last modified time | relevance | path

Searched refs:has_message_set_wire_format (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc9540 if (has_message_set_wire_format()) { in SerializeWithCachedSizes()
9580 if (has_message_set_wire_format()) { in SerializeWithCachedSizesToArray()
9624 if (has_message_set_wire_format()) { in ByteSize()
9685 if (from.has_message_set_wire_format()) { in MergeFrom()
9753 bool MessageOptions::has_message_set_wire_format() const { in has_message_set_wire_format() function in google::protobuf::MessageOptions
Ddescriptor.pb.h2182 bool has_message_set_wire_format() const;
6283 inline bool MessageOptions::has_message_set_wire_format() const { in has_message_set_wire_format() function
Ddescriptor_unittest.cc2733 EXPECT_TRUE(message->options().has_message_set_wire_format()); in TEST()