Home
last modified time | relevance | path

Searched refs:keyMatches (Results 1 – 2 of 2) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DRealMultibinder.java352 if (keyMatches(entry.getKey())) { in initialize()
479 return keyMatches(binding.getKey()) in containsElement()
489 private boolean keyMatches(Key<?> key) { in keyMatches() method in RealMultibinder.BindingSelection
/external/truth/core/src/main/java/com/google/common/truth/
DIterableSubject.java1079 List<A> keyMatches = pairer.get().pairOne(expected, getCastActual(), exceptions);
1080 if (!keyMatches.isEmpty()) {
1090 keyMatches,