Searched refs:getOneofIndex (Results 1 – 7 of 7) sorted by relevance
62 public function getOneofIndex() function in Google\\Protobuf\\Internal\\FieldDescriptor231 $oneof_index = $proto->hasOneofIndex() ? $proto->getOneofIndex() : -1;
148 } else if ($field->getOneofIndex() !== -1) {149 $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()];182 $oneof_index = $field->getOneofIndex();207 $oneof_index = $field->getOneofIndex();218 $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()];231 $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()];240 $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()];595 } else if ($field->getOneofIndex() !== -1) {596 $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()];1576 } else if ($field->getOneofIndex() !== -1) {[all …]
72 if ($field->getOneofIndex() == $index) {
439 public function getOneofIndex() function in Google\\Protobuf\\Internal\\FieldDescriptorProto
255 public function getOneofIndex() function in Google\\Protobuf\\Field
228 $this->assertSame(1, $m->getOneofIndex());
1415 if (proto.getOneofIndex() < 0 in FieldDescriptor()1416 || proto.getOneofIndex() >= parent.toProto().getOneofDeclCount()) { in FieldDescriptor()1421 containingOneof = parent.getOneofs().get(proto.getOneofIndex()); in FieldDescriptor()