Home
last modified time | relevance | path

Searched refs:getOneofDeclCount (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/
DDescriptor.php96 public function getOneofDeclCount() function in Google\\Protobuf\\Descriptor
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyDescriptor.java182 builder.addOneofDecl(def.build(builder.getOneofDeclCount())); in addOneof()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDynamicMessage.java79 int oneofDeclCount = type.toProto().getOneofDeclCount(); in getDefaultInstance()
330 this.oneofCases = new FieldDescriptor[type.toProto().getOneofDeclCount()];
DDescriptors.java866 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()
/external/protobuf/php/tests/
Ddescriptors_test.php89 $this->assertSame(1, $desc->getOneofDeclCount());
/external/protobuf/php/ext/google/protobuf/
Ddef.c144 PHP_ME(Descriptor, getOneofDeclCount, NULL, ZEND_ACC_PUBLIC)
259 PHP_METHOD(Descriptor, getOneofDeclCount) { in PHP_METHOD() argument
Dprotobuf.h809 PHP_METHOD(Descriptor, getOneofDeclCount);