Home
last modified time | relevance | path

Searched defs:has_oneof_index (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptorProto.php80 private $has_oneof_index = false; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h8147 inline bool FieldDescriptorProto::has_oneof_index() const { in has_oneof_index() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs2379 pub fn has_oneof_index(&self) -> bool { in has_oneof_index() method