Home
last modified time | relevance | path

Searched refs:getPublicDescriptor (Results 1 - 7 of 7) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGetPublicDescriptorTrait.php37 private function getPublicDescriptor($desc) function
39 return is_null($desc) ? null : $desc->getPublicDescriptor();
H A DHasPublicDescriptorTrait.php39 public function getPublicDescriptor() function
/third_party/protobuf/php/src/Google/Protobuf/
H A DDescriptor.php73 return $this->getPublicDescriptor($this->internal_desc->getFieldByIndex($index));
90 return $this->getPublicDescriptor($this->internal_desc->getOneofDecl()[$index]);
H A DDescriptorPool.php64 return is_null($desc) ? null : $desc->getPublicDescriptor();
74 return is_null($desc) ? null : $desc->getPublicDescriptor();
H A DFieldDescriptor.php91 return $this->getPublicDescriptor($this->internal_desc->getMessageType());
104 return $this->getPublicDescriptor($this->internal_desc->getEnumType());
H A DOneofDescriptor.php65 return $this->getPublicDescriptor($this->internal_desc->getFields()[$index]);
/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c216 * EnumDescriptor::getPublicDescriptor()
222 PHP_METHOD(EnumDescriptor, getPublicDescriptor) { in PHP_METHOD()
227 PHP_ME(EnumDescriptor, getPublicDescriptor, NULL, ZEND_ACC_PUBLIC)
584 * Descriptor::getPublicDescriptor()
590 PHP_METHOD(Descriptor, getPublicDescriptor) { in PHP_METHOD()
709 PHP_ME(Descriptor, getPublicDescriptor, NULL, ZEND_ACC_PUBLIC)

Completed in 5 milliseconds