Searched defs:exclude (Results 1 – 2 of 2) sorted by relevance
56 Set<String> exclude = new HashSet<>(); in testClearOptions() local
298 static void addExcludeToSubPlan(ISubPlan subPlan, TestFilter exclude) { in addExcludeToSubPlan()