Home
last modified time | relevance | path

Searched refs:getEnumDescriptorByClassName (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/
DDescriptorPool.php71 public function getEnumDescriptorByClassName($className) function in Google\\Protobuf\\DescriptorPool
73 $desc = $this->internal_pool->getEnumDescriptorByClassName($className);
/external/protobuf/php/tests/
Ddescriptors_test.php53 $enumDesc = $pool->getEnumDescriptorByClassName(get_class(new TestDescriptorsEnum()));
67 $enumDesc = $pool->getEnumDescriptorByClassName(get_class(new TestDescriptorsMessage()));
103 $enumDesc = $pool->getEnumDescriptorByClassName(get_class(new TestDescriptorsEnum()));
/external/protobuf/php/src/Google/Protobuf/Internal/
DDescriptorPool.php121 public function getEnumDescriptorByClassName($klass) function in Google\\Protobuf\\Internal\\DescriptorPool
/external/protobuf/php/ext/google/protobuf/
Ddef.c558 PHP_ME(DescriptorPool, getEnumDescriptorByClassName, NULL, ZEND_ACC_PUBLIC)
1041 PHP_METHOD(DescriptorPool, getEnumDescriptorByClassName) { in PHP_METHOD() argument
Dprotobuf.h762 PHP_METHOD(DescriptorPool, getEnumDescriptorByClassName);