Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/util/args/
DIOptsParser.java32 int getValueCount (); in getValueCount() method
DOptsParser.java518 public int getValueCount () in getValueCount() method in OptsParser.Opt
/external/emma/core/java12/com/vladium/emma/
DCommand.java125 if (opt.getValueCount () == 0) in processOpt()
253 if (opt.getValueCount () == 0) in getOptionalBooleanOptValue()
/external/protobuf/java/src/main/java/com/google/protobuf/
DDescriptors.java1218 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()