Searched refs:getValueCount (Results 1 – 5 of 5) sorted by relevance
75 public function getValueCount() function in Google\\Protobuf\\EnumDescriptor77 return $this->internal_desc->getValueCount();
120 for ($i = 0; $i < $enumDesc->getValueCount(); $i++) {129 $this->assertSame(2, $enumDesc->getValueCount());
64 public function getValueCount() function in Google\\Protobuf\\Internal\\EnumDescriptor
210 PHP_METHOD(EnumDescriptor, getValueCount) { in PHP_METHOD() argument228 PHP_ME(EnumDescriptor, getValueCount, NULL, ZEND_ACC_PUBLIC)
1799 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()