Searched defs:AndPredicate (Results 1 – 4 of 4) sorted by relevance
| /external/rust/crates/predicates/src/ |
| D | boolean.rs | 21 pub struct AndPredicate<M1, M2, Item> struct 32 unsafe impl<M1, M2, Item> Send for AndPredicate<M1, M2, Item> implementation 40 unsafe impl<M1, M2, Item> Sync for AndPredicate<M1, M2, Item> implementation 48 impl<M1, M2, Item> AndPredicate<M1, M2, Item> implementation 64 impl<M1, M2, Item> Predicate<Item> for AndPredicate<M1, M2, Item> implementation 94 impl<M1, M2, Item> reflection::PredicateReflection for AndPredicate<M1, M2, Item> implementation 109 impl<M1, M2, Item> fmt::Display for AndPredicate<M1, M2, Item> implementation
|
| /external/guava/guava/src/com/google/common/base/ |
| D | Predicates.java | 353 private static class AndPredicate<T extends @Nullable Object> class in Predicates 357 private AndPredicate(List<? extends Predicate<? super T>> components) { in AndPredicate() method in Predicates.AndPredicate
|
| /external/guava/android/guava/src/com/google/common/base/ |
| D | Predicates.java | 353 private static class AndPredicate<T extends @Nullable Object> class in Predicates 357 private AndPredicate(List<? extends Predicate<? super T>> components) { in AndPredicate() method in Predicates.AndPredicate
|
| /external/tensorflow/tensorflow/compiler/jit/ |
| D | deadness_analysis.cc | 153 class AndPredicate : public Predicate { class 155 explicit AndPredicate(int64_t id, std::vector<Predicate*> operands) in AndPredicate() function in tensorflow::__anon8e7213a70111::AndPredicate
|