Home
last modified time | relevance | path

Searched defs:MatcherBase (Results 1 – 8 of 8) sorted by relevance

/external/googletest/googletest/include/gtest/
Dgtest-matchers.h287 MatcherBase() : vtable_(nullptr) {} in MatcherBase() function
291 explicit MatcherBase(const MatcherInterface<U>* impl) { in MatcherBase() function
297 MatcherBase(M&& m) { // NOLINT in MatcherBase() function
301 MatcherBase(const MatcherBase& other) in MatcherBase() function
315 MatcherBase(MatcherBase&& other) in MatcherBase() function
/external/llvm-project/libc/utils/UnitTest/
DTest.h48 struct MatcherBase { struct
49 virtual ~MatcherBase() {} in ~MatcherBase() argument
55 template <typename T> struct Matcher : public MatcherBase { bool match(T &t); }; argument
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h290 MatcherBase() {} in MatcherBase() function
293 explicit MatcherBase(const MatcherInterface<T>* impl) in MatcherBase() function
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-matchers.h304 MatcherBase() {} in MatcherBase() function
307 explicit MatcherBase(const MatcherInterface<const T &> *impl) : impl_(impl) {} in MatcherBase() function
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest-matchers.h294 MatcherBase() {} in MatcherBase() function
297 explicit MatcherBase(const MatcherInterface<const T&>* impl) : impl_(impl) {} in MatcherBase() function
/external/mesa3d/src/gtest/include/gtest/
Dgtest-matchers.h295 MatcherBase() {} in MatcherBase() function
298 explicit MatcherBase(const MatcherInterface<const T&>* impl) : impl_(impl) {} in MatcherBase() function
/external/catch2/single_include/catch2/
Dcatch.hpp3250 struct MatcherBase : MatcherUntypedBase, MatcherMethod<T> { struct
/external/libabigail/tests/lib/
Dcatch.hpp3276 struct MatcherBase : MatcherUntypedBase, MatcherMethod<T> { struct