Searched defs:allMatch (Results 1 – 6 of 6) sorted by relevance
80 auto allMatch = llvm::all_of(op->getOperandTypes(), typeMatch) && in verifyTrait() local
125 auto allMatch = llvm::all_of(op->getOperandTypes(), typeMatch) && in verifyTrait() local
376 public boolean allMatch(final FailablePredicate<O, ?> predicate) { in allMatch() method in Streams.FailableStream
208 public boolean allMatch(final FailablePredicate<T, ?> predicate) { in allMatch() method in FailableStream
149 default boolean allMatch(final IOPredicate<? super T> predicate) throws IOException { in allMatch() method
451 public abstract ImmutableList<? extends Matcher> allMatch(); in allMatch() method in GrpcAuthorizationEngine.AndMatcher