Searched refs:has_message_set_wire_format (Results 1 – 3 of 3) sorted by relevance
9706 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
2247 bool has_message_set_wire_format() const;6535 inline bool MessageOptions::has_message_set_wire_format() const { in has_message_set_wire_format() function
2735 EXPECT_TRUE(message->options().has_message_set_wire_format()); in TEST()