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.cc5803 if (has_message_set_wire_format()) { in SerializeWithCachedSizes()
5838 if (has_message_set_wire_format()) { in SerializeWithCachedSizesToArray()
5876 if (has_message_set_wire_format()) { in ByteSize()
5928 if (from.has_message_set_wire_format()) { in MergeFrom()
Ddescriptor.pb.h1791 inline bool has_message_set_wire_format() const;
5448 inline bool MessageOptions::has_message_set_wire_format() const { in has_message_set_wire_format() function
Ddescriptor_unittest.cc2402 EXPECT_TRUE(message->options().has_message_set_wire_format()); in TEST()