Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/
DEnumDescriptor.php75 public function getValueCount() function in Google\\Protobuf\\EnumDescriptor
77 return $this->internal_desc->getValueCount();
/third_party/protobuf/php/tests/
DDescriptorsTest.php120 for ($i = 0; $i < $enumDesc->getValueCount(); $i++) {
129 $this->assertSame(2, $enumDesc->getValueCount());
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DEnumDescriptor.php64 public function getValueCount() function in Google\\Protobuf\\Internal\\EnumDescriptor
/third_party/protobuf/php/ext/google/protobuf/
Ddef.c210 PHP_METHOD(EnumDescriptor, getValueCount) { in PHP_METHOD() argument
228 PHP_ME(EnumDescriptor, getValueCount, NULL, ZEND_ACC_PUBLIC)
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1799 if (proto.getValueCount() == 0) { in EnumDescriptor()
1805 values = new EnumValueDescriptor[proto.getValueCount()]; in EnumDescriptor()
1806 for (int i = 0; i < proto.getValueCount(); i++) { in EnumDescriptor()