Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.cc9706 if (has_message_set_wire_format()) { in SerializeWithCachedSizes()
9746 if (has_message_set_wire_format()) { in InternalSerializeWithCachedSizesToArray()
9790 if (has_message_set_wire_format()) { in ByteSize()
9855 if (from.has_message_set_wire_format()) { in MergeFrom()
9923 bool MessageOptions::has_message_set_wire_format() const { in has_message_set_wire_format() function in google::protobuf::MessageOptions
Ddescriptor.pb.h2247 bool has_message_set_wire_format() const;
6535 inline bool MessageOptions::has_message_set_wire_format() const { in has_message_set_wire_format() function
Ddescriptor_unittest.cc2735 EXPECT_TRUE(message->options().has_message_set_wire_format()); in TEST()