Home
last modified time | relevance | path

Searched refs:getOneofDeclCount (Results 1 - 6 of 6) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/
H A DDescriptor.php85 * @param int $index Must be >= 0 and < getOneofDeclCount()
96 public function getOneofDeclCount() function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDynamicMessage.java79 int oneofDeclCount = type.toProto().getOneofDeclCount(); in getDefaultInstance()
330 this.oneofCases = new FieldDescriptor[type.toProto().getOneofDeclCount()]; in Builder()
H A DDescriptors.java873 oneofs = new OneofDescriptor[proto.getOneofDeclCount()]; in Descriptor()
874 for (int i = 0; i < proto.getOneofDeclCount(); i++) { in Descriptor()
898 for (int i = 0; i < proto.getOneofDeclCount(); i++) { in Descriptor()
1416 || proto.getOneofIndex() >= parent.toProto().getOneofDeclCount()) { in FieldDescriptor()
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyDescriptor.java182 builder.addOneofDecl(def.build(builder.getOneofDeclCount())); in addOneof()
/third_party/protobuf/php/tests/
H A DDescriptorsTest.php91 $this->assertSame(1, $desc->getOneofDeclCount());
/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c651 * [0, getOneofDeclCount()].
681 * Descriptor::getOneofDeclCount()
685 PHP_METHOD(Descriptor, getOneofDeclCount) { in PHP_METHOD()
708 PHP_ME(Descriptor, getOneofDeclCount, NULL, ZEND_ACC_PUBLIC)

Completed in 8 milliseconds