Searched defs:failedMatchSet (Results 1 – 1 of 1) sorted by relevance
322 final Multiset<PatternStringWithBoolean> failedMatchSet; field in RegexLogger.CountSets326 …Multiset<PatternStringWithBoolean> matchedMatchSet, Multiset<PatternStringWithBoolean> failedMatch… in CountSets()564 private final Multiset<PatternStringWithBoolean> failedMatchSet = TreeMultiset.create(); field in RegexLogger.RegexLoggerImpl