Searched refs:AndPredicate (Results 1 – 3 of 3) sorted by relevance
94 return new AndPredicate<T>(defensiveCopy(components)); in and()106 return new AndPredicate<T>(defensiveCopy(components)); in and()115 return new AndPredicate<T>(Predicates.<T>asList(checkNotNull(first), checkNotNull(second))); in and()342 private static class AndPredicate<T> implements Predicate<T>, Serializable { class in Predicates345 private AndPredicate(List<? extends Predicate<? super T>> components) { in AndPredicate() method in Predicates.AndPredicate368 if (obj instanceof AndPredicate) { in equals()369 AndPredicate<?> that = (AndPredicate<?>) obj; in equals()
153 class AndPredicate : public Predicate { class155 explicit AndPredicate(int64 id, std::vector<Predicate*> operands) in AndPredicate() function in tensorflow::__anonaeebdbfa0111::AndPredicate660 ? Make<AndPredicate>(std::move(simplified_ops)) in MakeInternedAndOr()