Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/
H A DEnumDescriptor.php64 * @param int $index Must be >= 0 and < getValueCount()
75 public function getValueCount() function
77 return $this->internal_desc->getValueCount();
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DEnumDescriptor.php64 public function getValueCount() function
/third_party/protobuf/php/tests/
H A DDescriptorsTest.php120 for ($i = 0; $i < $enumDesc->getValueCount(); $i++) {
129 $this->assertSame(2, $enumDesc->getValueCount());
/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c206 * EnumDescriptor::getValueCount()
210 PHP_METHOD(EnumDescriptor, getValueCount) { in PHP_METHOD()
228 PHP_ME(EnumDescriptor, getValueCount, NULL, ZEND_ACC_PUBLIC)
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A 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()

Completed in 6 milliseconds