Searched refs:getOneofIndex (Results 1 – 9 of 9) sorted by relevance
62 public function getOneofIndex() function in Google\\Protobuf\\Internal\\FieldDescriptor231 $oneof_index = $proto->hasOneofIndex() ? $proto->getOneofIndex() : -1;
72 if ($field->getOneofIndex() == $index) {
147 } else if ($field->getOneofIndex() !== -1) {148 $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()];181 $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()];194 $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()];549 } else if ($field->getOneofIndex() !== -1) {550 $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()];1501 $oneof_index = $field->getOneofIndex();
379 public function getOneofIndex() function in Google\\Protobuf\\Internal\\FieldDescriptorProto
255 public function getOneofIndex() function in Google\\Protobuf\\Field
227 $this->assertSame(1, $m->getOneofIndex());
1359 if (proto.getOneofIndex() < 0 in FieldDescriptor()1360 || proto.getOneofIndex() >= parent.toProto().getOneofDeclCount()) { in FieldDescriptor()1365 containingOneof = parent.getOneofs().get(proto.getOneofIndex()); in FieldDescriptor()
1302 PHP_METHOD(Field, getOneofIndex);
2015 PHP_ME(Field, getOneofIndex, NULL, ZEND_ACC_PUBLIC)