Home
last modified time | relevance | path

Searched defs:isMatched (Results 1 – 3 of 3) sorted by relevance

/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/
DRecursableDiffEntity.java59 abstract boolean isMatched(); in isMatched() method in RecursableDiffEntity
127 private Boolean isMatched = null; field in RecursableDiffEntity.WithoutResultCode
131 final boolean isMatched() { in isMatched() method in RecursableDiffEntity.WithoutResultCode
238 final boolean isMatched() { in isMatched() method in RecursableDiffEntity.WithResultCode
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
DIsIterableContainingInAnyOrder.java67 private boolean isMatched(S item) { in isMatched() method in IsIterableContainingInAnyOrder.Matching
DIsIterableContainingInOrder.java68 private boolean isMatched(F item) { in isMatched() method in IsIterableContainingInOrder.MatchSeries