/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
D | AllOf.java | 14 public class AllOf<T> extends DiagnosingMatcher<T> { class 18 public AllOf(Iterable<Matcher<? super T>> matchers) { in AllOf() method in AllOf
|
/external/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 20 constexpr bool AllOf() { return true; } in AllOf() function 23 constexpr bool AllOf(bool b, T... t) { in AllOf() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 20 constexpr bool AllOf() { return true; } in AllOf() function 23 constexpr bool AllOf(bool b, T... t) { in AllOf() function
|
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 20 constexpr bool AllOf() { return true; } in AllOf() function 23 constexpr bool AllOf(bool b, T... t) { in AllOf() function
|
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/ |
D | checker.h | 34 constexpr bool AllOf() { return true; } in AllOf() function 37 constexpr bool AllOf(bool b, T... t) { in AllOf() function
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 34 constexpr bool AllOf() { return true; } in AllOf() function 37 constexpr bool AllOf(bool b, T... t) { in AllOf() function
|
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 20 constexpr bool AllOf() { return true; } in AllOf() function 23 constexpr bool AllOf(bool b, T... t) { in AllOf() function
|
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-generated-matchers.h | 1004 AllOf(M1 m1, M2 m2) { in AllOf() function 1012 AllOf(M1 m1, M2 m2, M3 m3) { in AllOf() function 1020 AllOf(M1 m1, M2 m2, M3 m3, M4 m4) { in AllOf() function 1028 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5) { in AllOf() function 1037 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6) { in AllOf() function 1046 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7) { in AllOf() function 1055 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8) { in AllOf() function 1064 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9) { in AllOf() function 1075 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9, M10 m10) { in AllOf() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | pattern_matcher_test.cc | 353 TEST_F(PatternMatcherTest, AllOf) { in TEST_F() argument
|
/external/libtextclassifier/native/annotator/ |
D | types.h | 247 inline TokenSpan AllOf(const std::vector<Token>& tokens) { in AllOf() function
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersNarrowingTest.cpp | 23 TEST(AllOf, AllOverloadsWork) { in TEST() argument
|
/external/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 456 TEST_F(NonMutatingTest, AllOf) { in TEST_F() argument
|
/external/webrtc/third_party/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 456 TEST_F(NonMutatingTest, AllOf) { in TEST_F() argument
|
/external/openscreen/third_party/abseil/src/absl/algorithm/ |
D | container_test.cc | 530 TEST_F(NonMutatingTest, AllOf) { in TEST_F() argument
|
/external/angle/third_party/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 530 TEST_F(NonMutatingTest, AllOf) { in TEST_F() argument
|
/external/libtextclassifier/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 530 TEST_F(NonMutatingTest, AllOf) { in TEST_F() argument
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 530 TEST_F(NonMutatingTest, AllOf) { in TEST_F() argument
|
/external/bcc/tests/cc/ |
D | catch.hpp | 937 class AllOf : public MatcherImpl<AllOf<ExpressionT>, ExpressionT> { class 940 AllOf() {} in AllOf() function in Catch::Matchers::Impl::Generic::AllOf 941 AllOf( AllOf const& other ) : m_matchers( other.m_matchers ) {} in AllOf() function in Catch::Matchers::Impl::Generic::AllOf 1146 inline Impl::Generic::AllOf<ExpressionT> AllOf( Impl::Matcher<ExpressionT> const& m1, in AllOf() function 1151 inline Impl::Generic::AllOf<ExpressionT> AllOf( Impl::Matcher<ExpressionT> const& m1, in AllOf() function
|
/external/llvm-project/clang/unittests/ASTMatchers/ |
D | ASTMatchersNarrowingTest.cpp | 161 TEST_P(ASTMatchersTest, AllOf) { in TEST_P() argument
|
/external/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 8319 bool AllOf(const T1& /*t1*/, const T2& /*t2*/) { in TEST() function
|