Searched refs:collectionToAdd (Results 1 – 1 of 1) sorted by relevance
562 … Collection<PatternStringWithBoolean> collectionToAdd = determineCollectionToUse(matched, type); in log() local563 if (collectionToAdd != null) { in log()564 collectionToAdd.add(key); in log()572 Collection<PatternStringWithBoolean> collectionToAdd = null; in determineCollectionToUse() local576 collectionToAdd = matchedFindSet; in determineCollectionToUse()578 collectionToAdd = failedFindSet; in determineCollectionToUse()583 collectionToAdd = matchedMatchSet; in determineCollectionToUse()585 collectionToAdd = failedMatchSet; in determineCollectionToUse()589 return collectionToAdd; in determineCollectionToUse()