Home
last modified time | relevance | path

Searched defs:has_message_set_wire_format (Results 1 – 3 of 3) 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
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h10453 inline bool MessageOptions::has_message_set_wire_format() const { in has_message_set_wire_format() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs5833 pub fn has_message_set_wire_format(&self) -> bool { in has_message_set_wire_format() method