Searched refs:getValueCount (Results 1 – 4 of 4) sorted by relevance
32 int getValueCount (); in getValueCount() method
518 public int getValueCount () in getValueCount() method in OptsParser.Opt
125 if (opt.getValueCount () == 0) in processOpt()253 if (opt.getValueCount () == 0) in getOptionalBooleanOptValue()
1218 if (proto.getValueCount() == 0) { in EnumDescriptor()1225 values = new EnumValueDescriptor[proto.getValueCount()]; in EnumDescriptor()1226 for (int i = 0; i < proto.getValueCount(); i++) { in EnumDescriptor()