Searched refs:getValueCount (Results 1 – 9 of 9) sorted by relevance
75 public function getValueCount() function in Google\\Protobuf\\EnumDescriptor77 return $this->internal_desc->getValueCount();
32 int getValueCount (); in getValueCount() method
518 public int getValueCount () in getValueCount() method in OptsParser.Opt
107 for ($i = 0; $i < $enumDesc->getValueCount(); $i++) {116 $this->assertSame(2, $enumDesc->getValueCount());
125 if (opt.getValueCount () == 0) in processOpt()253 if (opt.getValueCount () == 0) in getOptionalBooleanOptValue()
64 public function getValueCount() function in Google\\Protobuf\\Internal\\EnumDescriptor
270 PHP_ME(EnumDescriptor, getValueCount, NULL, ZEND_ACC_PUBLIC)314 PHP_METHOD(EnumDescriptor, getValueCount) { in PHP_METHOD() argument
835 PHP_METHOD(EnumDescriptor, getValueCount);
1743 if (proto.getValueCount() == 0) { in EnumDescriptor()1749 values = new EnumValueDescriptor[proto.getValueCount()]; in EnumDescriptor()1750 for (int i = 0; i < proto.getValueCount(); i++) { in EnumDescriptor()