/external/tensorflow/tensorflow/compiler/xla/service/ |
D | pattern_matcher_gmock.h | 37 return MatchAndExplainImpl(&l, listener); in MatchAndExplain() 41 return MatchAndExplainImpl(l, listener); in MatchAndExplain() 46 return MatchAndExplainImpl(&s, listener); in MatchAndExplain() 50 return MatchAndExplainImpl(s, listener); in MatchAndExplain() 55 return MatchAndExplainImpl(&instr, listener); in MatchAndExplain() 59 return MatchAndExplainImpl(instr, listener); in MatchAndExplain() 71 bool MatchAndExplainImpl(const T* t, in MatchAndExplainImpl() function
|
/external/googletest/googletest/include/gtest/ |
D | gtest-matchers.h | 349 static auto MatchAndExplainImpl(const MatcherBase& m, const T& value, 356 static auto MatchAndExplainImpl(const MatcherBase& m, const T& value, 390 static constexpr VTable kVTable = {&MatchAndExplainImpl<P>, in GetVTable()
|
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-matchers.h | 2201 return MatchAndExplainImpl( 2211 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, 2217 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, 2226 return MatchAndExplainImpl(false_type(), *p, listener); 2262 return MatchAndExplainImpl( 2272 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, 2288 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, 2297 return MatchAndExplainImpl(false_type(), *p, listener); 2821 bool MatchAndExplainImpl(bool all_elements_should_match, 2869 return this->MatchAndExplainImpl(false, container, listener); [all …]
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 2031 return MatchAndExplainImpl( 2037 bool MatchAndExplainImpl(std::false_type /* is_not_pointer */, 2044 bool MatchAndExplainImpl(std::true_type /* is_pointer */, const Class* p, 2052 return MatchAndExplainImpl(std::false_type(), *p, listener); 2096 return MatchAndExplainImpl( 2102 bool MatchAndExplainImpl(std::false_type /* is_not_pointer */, 2112 bool MatchAndExplainImpl(std::true_type /* is_pointer */, const Class* p, 2120 return MatchAndExplainImpl(std::false_type(), *p, listener); 2638 bool MatchAndExplainImpl(bool all_elements_should_match, 2684 return this->MatchAndExplainImpl(false, container, listener); [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | layout_test.cc | 1175 return MatchAndExplainImpl( in MatchAndExplain() 1186 bool MatchAndExplainImpl(const Tuple& p, absl::index_sequence<Is...>) const { in MatchAndExplainImpl() function in absl::container_internal::__anon162d9b2f0111::TupleMatcher
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | layout_test.cc | 1177 return MatchAndExplainImpl( in MatchAndExplain() 1188 bool MatchAndExplainImpl(const Tuple& p, absl::index_sequence<Is...>) const { in MatchAndExplainImpl() function in absl::container_internal::__anon7f4b4e410111::TupleMatcher
|
/external/abseil-cpp/absl/container/internal/ |
D | layout_test.cc | 1175 return MatchAndExplainImpl( in MatchAndExplain() 1186 bool MatchAndExplainImpl(const Tuple& p, absl::index_sequence<Is...>) const { in MatchAndExplainImpl() function in absl::container_internal::__anon0272cb200111::TupleMatcher
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | layout_test.cc | 1177 return MatchAndExplainImpl( in MatchAndExplain() 1188 bool MatchAndExplainImpl(const Tuple& p, absl::index_sequence<Is...>) const { in MatchAndExplainImpl() function in absl::container_internal::__anon3258c9300111::TupleMatcher
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | layout_test.cc | 1241 return MatchAndExplainImpl( in MatchAndExplain() 1252 bool MatchAndExplainImpl(const Tuple& p, absl::index_sequence<Is...>) const { in MatchAndExplainImpl() function in absl::container_internal::__anone9b61ee10111::TupleMatcher
|
/external/fmtlib/test/gmock/ |
D | gmock.h | 6684 return MatchAndExplainImpl( 6694 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, 6700 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, 6709 return MatchAndExplainImpl(false_type(), *p, listener); 6745 return MatchAndExplainImpl( 6755 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, 6764 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, 6773 return MatchAndExplainImpl(false_type(), *p, listener); 7232 bool MatchAndExplainImpl(bool all_elements_should_match, 7280 return this->MatchAndExplainImpl(false, container, listener); [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/ |
D | gmock.h | 7018 return MatchAndExplainImpl( 7028 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, 7034 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, 7043 return MatchAndExplainImpl(false_type(), *p, listener); 7079 return MatchAndExplainImpl( 7089 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, 7105 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, 7114 return MatchAndExplainImpl(false_type(), *p, listener); 7635 bool MatchAndExplainImpl(bool all_elements_should_match, 7683 return this->MatchAndExplainImpl(false, container, listener); [all …]
|