Searched refs:getOneofDeclCount (Results 1 – 7 of 7) sorted by relevance
96 public function getOneofDeclCount() function in Google\\Protobuf\\Descriptor
182 builder.addOneofDecl(def.build(builder.getOneofDeclCount())); in addOneof()
79 int oneofDeclCount = type.toProto().getOneofDeclCount(); in getDefaultInstance()330 this.oneofCases = new FieldDescriptor[type.toProto().getOneofDeclCount()];
866 oneofs = new OneofDescriptor[proto.getOneofDeclCount()]; in Descriptor()867 for (int i = 0; i < proto.getOneofDeclCount(); i++) { in Descriptor()891 for (int i = 0; i < proto.getOneofDeclCount(); i++) { in Descriptor()1360 || proto.getOneofIndex() >= parent.toProto().getOneofDeclCount()) { in FieldDescriptor()
89 $this->assertSame(1, $desc->getOneofDeclCount());
144 PHP_ME(Descriptor, getOneofDeclCount, NULL, ZEND_ACC_PUBLIC)259 PHP_METHOD(Descriptor, getOneofDeclCount) { in PHP_METHOD() argument
809 PHP_METHOD(Descriptor, getOneofDeclCount);