Home
last modified time | relevance | path

Searched refs:getOneofDecl (Results 1 - 8 of 8) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/
H A DDescriptor.php88 public function getOneofDecl($index) function
90 return $this->getPublicDescriptor($this->internal_desc->getOneofDecl()[$index]);
98 return count($this->internal_desc->getOneofDecl());
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DDescriptor.php61 public function getOneofDecl() function
214 foreach ($proto->getOneofDecl() as $oneof_proto) {
H A DDescriptorProto.php235 public function getOneofDecl() function
H A DMessage.php149 $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()];
218 $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()];
231 $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()];
240 $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()];
596 $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()];
1579 $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()];
/third_party/protobuf/php/tests/
H A DDescriptorsTest.php90 $this->assertInstanceOf('\Google\Protobuf\OneofDescriptor', $desc->getOneofDecl(0));
242 $oneofDesc = $desc->getOneofDecl(0);
H A DPhpImplementationTest.php333 $this->assertSame(0, sizeof($desc->getOneofDecl()));
/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c648 * Descriptor::getOneofDecl()
653 PHP_METHOD(Descriptor, getOneofDecl) { in PHP_METHOD()
707 PHP_ME(Descriptor, getOneofDecl, NULL, ZEND_ACC_PUBLIC)
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java875 oneofs[i] = new OneofDescriptor(proto.getOneofDecl(i), file, this, i); in Descriptor()
948 oneofs[i].setProto(proto.getOneofDecl(i)); in setProto()

Completed in 11 milliseconds