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