Searched refs:MatchAndExplainImpl (Results 1 – 4 of 4) sorted by relevance
/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/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 1735 return MatchAndExplainImpl( in MatchAndExplain() 1745 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, in MatchAndExplainImpl() function 1751 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, in MatchAndExplainImpl() function 1760 return MatchAndExplainImpl(false_type(), *p, listener); in MatchAndExplainImpl() 1796 return MatchAndExplainImpl( in MatchAndExplain() 1806 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, in MatchAndExplainImpl() function 1815 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, in MatchAndExplainImpl() function 1824 return MatchAndExplainImpl(false_type(), *p, listener); in MatchAndExplainImpl() 2227 bool MatchAndExplainImpl(bool all_elements_should_match, 2275 return this->MatchAndExplainImpl(false, container, listener); [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-matchers.h | 2199 return MatchAndExplainImpl( 2209 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, 2215 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, 2224 return MatchAndExplainImpl(false_type(), *p, listener); 2260 return MatchAndExplainImpl( 2270 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, 2286 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, 2295 return MatchAndExplainImpl(false_type(), *p, listener); 2819 bool MatchAndExplainImpl(bool all_elements_should_match, 2867 return this->MatchAndExplainImpl(false, container, listener); [all …]
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 1746 return MatchAndExplainImpl( 1752 bool MatchAndExplainImpl(std::false_type /* is_not_pointer */, 1759 bool MatchAndExplainImpl(std::true_type /* is_pointer */, const Class* p, 1767 return MatchAndExplainImpl(std::false_type(), *p, listener); 1813 return MatchAndExplainImpl( 1819 bool MatchAndExplainImpl(std::false_type /* is_not_pointer */, 1829 bool MatchAndExplainImpl(std::true_type /* is_pointer */, const Class* p, 1837 return MatchAndExplainImpl(std::false_type(), *p, listener); 2372 bool MatchAndExplainImpl(bool all_elements_should_match, 2420 return this->MatchAndExplainImpl(false, container, listener); [all …]
|