Home
last modified time | relevance | path

Searched refs:has_oneof_index (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptorProto.php80 private $has_oneof_index = false; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto
396 $this->has_oneof_index = true;
403 return $this->has_oneof_index;
/external/rust/crates/protobuf-codegen/src/
Dscope.rs480 self.field.has_oneof_index() in is_oneof()
547 .filter(|f| f.field.has_oneof_index() && f.field.get_oneof_index() == self.index as i32) in variants()
/external/rust/crates/protobuf/src/
Ddescriptorx.rs526 self.field.has_oneof_index() in is_oneof()
601 .filter(|f| f.field.has_oneof_index() && f.field.get_oneof_index() == self.index as i32) in variants()
Ddescriptor.rs2379 pub fn has_oneof_index(&self) -> bool { in has_oneof_index() method
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc954 if (field->has_oneof_index()) { in ParseMessageFieldNoLabel()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc4909 if (proto.has_oneof_index()) { in BuildFieldOrExtension()
4926 if (proto.has_oneof_index()) { in BuildFieldOrExtension()
Ddescriptor.pb.h2046 bool has_oneof_index() const;
8147 inline bool FieldDescriptorProto::has_oneof_index() const { in has_oneof_index() function