Searched refs:argsInSelection (Results 1 – 1 of 1) sorted by relevance
237 int argsInSelection = 0; in checkArgsCount() local240 argsInSelection++; in checkArgsCount()243 Assert.checkArgument(argsInSelection == (args == null ? 0 : args.size())); in checkArgsCount()