Searched refs:has_oneof_index (Results 1 – 7 of 7) sorted by relevance
80 private $has_oneof_index = false; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto396 $this->has_oneof_index = true;403 return $this->has_oneof_index;
480 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()
526 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()
2379 pub fn has_oneof_index(&self) -> bool { in has_oneof_index() method
954 if (field->has_oneof_index()) { in ParseMessageFieldNoLabel()
4909 if (proto.has_oneof_index()) { in BuildFieldOrExtension()4926 if (proto.has_oneof_index()) { in BuildFieldOrExtension()
2046 bool has_oneof_index() const;8147 inline bool FieldDescriptorProto::has_oneof_index() const { in has_oneof_index() function