Searched refs:AndPredicate (Results 1 – 3 of 3) sorted by relevance
104 return new AndPredicate<T>(defensiveCopy(components)); in and()117 return new AndPredicate<T>(defensiveCopy(components)); in and()128 return new AndPredicate<T>(Predicates.<T>asList( in and()286 private static class AndPredicate<T> implements Predicate<T>, Serializable { class in Predicates289 private AndPredicate(List<? extends Predicate<? super T>> components) { in AndPredicate() method in Predicates.AndPredicate307 if (obj instanceof AndPredicate) { in equals()308 AndPredicate<?> that = (AndPredicate<?>) obj; in equals()
107 return new AndPredicate<T>(defensiveCopy(components)); in and()120 return new AndPredicate<T>(defensiveCopy(components)); in and()131 return new AndPredicate<T>(Predicates.<T>asList( in and()349 private static class AndPredicate<T> implements Predicate<T>, Serializable { class in Predicates352 private AndPredicate(List<? extends Predicate<? super T>> components) { in AndPredicate() method in Predicates.AndPredicate370 if (obj instanceof AndPredicate) { in equals()371 AndPredicate<?> that = (AndPredicate<?>) obj; in equals()
142 class AndPredicate : public Predicate { class144 explicit AndPredicate(int64 id, std::vector<Predicate*> operands) in AndPredicate() function in tensorflow::__anon9db8ce5c0111::AndPredicate560 ? Make<AndPredicate>(std::move(simplified_ops)) in MakeInternedAndOr()