Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DMessageOptions.php38 private $has_message_set_wire_format = false; variable in Google\\Protobuf\\Internal\\MessageOptions
199 $this->has_message_set_wire_format = true;
206 return $this->has_message_set_wire_format;
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h4014 bool has_message_set_wire_format() const;
10453 inline bool MessageOptions::has_message_set_wire_format() const { in has_message_set_wire_format() function
Ddescriptor_unittest.cc3007 EXPECT_TRUE(message->options().has_message_set_wire_format()); in TEST()
/external/rust/crates/protobuf/src/
Ddescriptor.rs5833 pub fn has_message_set_wire_format(&self) -> bool { in has_message_set_wire_format() method