Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/googletest/src/matchers/
Dtuple_matcher.rs30 impl MatcherBase for () {} implementation
63 impl<$($matcher_type: MatcherBase),*> MatcherBase for ($($matcher_type,)*){} impl
/external/cronet/stable/third_party/googletest/src/googletest/include/gtest/
Dgtest-matchers.h270 MatcherBase() : vtable_(nullptr), buffer_() {} in MatcherBase() function
274 explicit MatcherBase(const MatcherInterface<U>* impl) in MatcherBase() function
281 MatcherBase(M&& m) : vtable_(nullptr), buffer_() { // NOLINT in MatcherBase() function
285 MatcherBase(const MatcherBase& other) in MatcherBase() function
299 MatcherBase(MatcherBase&& other) in MatcherBase() function
/external/cronet/tot/third_party/googletest/src/googletest/include/gtest/
Dgtest-matchers.h270 MatcherBase() : vtable_(nullptr), buffer_() {} in MatcherBase() function
274 explicit MatcherBase(const MatcherInterface<U>* impl) in MatcherBase() function
281 MatcherBase(M&& m) : vtable_(nullptr), buffer_() { // NOLINT in MatcherBase() function
285 MatcherBase(const MatcherBase& other) in MatcherBase() function
299 MatcherBase(MatcherBase&& other) in MatcherBase() function
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googletest/include/gtest/
Dgtest-matchers.h270 MatcherBase() : vtable_(nullptr), buffer_() {} in MatcherBase() function
274 explicit MatcherBase(const MatcherInterface<U>* impl) in MatcherBase() function
281 MatcherBase(M&& m) : vtable_(nullptr), buffer_() { // NOLINT in MatcherBase() function
285 MatcherBase(const MatcherBase& other) in MatcherBase() function
299 MatcherBase(MatcherBase&& other) in MatcherBase() function
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googletest/include/gtest/
Dgtest-matchers.h270 MatcherBase() : vtable_(nullptr), buffer_() {} in MatcherBase() function
274 explicit MatcherBase(const MatcherInterface<U>* impl) in MatcherBase() function
281 MatcherBase(M&& m) : vtable_(nullptr), buffer_() { // NOLINT in MatcherBase() function
285 MatcherBase(const MatcherBase& other) in MatcherBase() function
299 MatcherBase(MatcherBase&& other) in MatcherBase() function
/external/googletest/googletest/include/gtest/
Dgtest-matchers.h270 MatcherBase() : vtable_(nullptr), buffer_() {} in MatcherBase() function
274 explicit MatcherBase(const MatcherInterface<U>* impl) in MatcherBase() function
281 MatcherBase(M&& m) : vtable_(nullptr), buffer_() { // NOLINT in MatcherBase() function
285 MatcherBase(const MatcherBase& other) in MatcherBase() function
299 MatcherBase(MatcherBase&& other) in MatcherBase() function
/external/libva-utils/test/gtest/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/libvpx/third_party/googletest/src/include/gtest/
Dgtest-matchers.h306 MatcherBase() : vtable_(nullptr), buffer_() {} in MatcherBase() function
310 explicit MatcherBase(const MatcherInterface<U>* impl) in MatcherBase() function
317 MatcherBase(M&& m) : vtable_(nullptr), buffer_() { // NOLINT in MatcherBase() function
321 MatcherBase(const MatcherBase& other) in MatcherBase() function
335 MatcherBase(MatcherBase&& other) in MatcherBase() function
/external/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-matchers.h306 MatcherBase() : vtable_(nullptr), buffer_() {} in MatcherBase() function
310 explicit MatcherBase(const MatcherInterface<U>* impl) in MatcherBase() function
317 MatcherBase(M&& m) : vtable_(nullptr), buffer_() { // NOLINT in MatcherBase() function
321 MatcherBase(const MatcherBase& other) in MatcherBase() function
335 MatcherBase(MatcherBase&& other) in MatcherBase() function
/external/intel-media-driver/media_driver/linux/ult/ult_app/googletest/include/gtest/
Dgtest-matchers.h306 MatcherBase() : vtable_(nullptr), buffer_() {} in MatcherBase() function
310 explicit MatcherBase(const MatcherInterface<U>* impl) in MatcherBase() function
317 MatcherBase(M&& m) : vtable_(nullptr), buffer_() { // NOLINT in MatcherBase() function
321 MatcherBase(const MatcherBase& other) in MatcherBase() function
335 MatcherBase(MatcherBase&& other) in MatcherBase() function
/external/mesa3d/src/gtest/include/gtest/
Dgtest-matchers.h306 MatcherBase() : vtable_(nullptr), buffer_() {} in MatcherBase() function
310 explicit MatcherBase(const MatcherInterface<U>* impl) in MatcherBase() function
317 MatcherBase(M&& m) : vtable_(nullptr), buffer_() { // NOLINT in MatcherBase() function
321 MatcherBase(const MatcherBase& other) in MatcherBase() function
335 MatcherBase(MatcherBase&& other) in MatcherBase() function
/external/rust/android-crates-io/crates/googletest/src/
Dmatcher.rs164 pub trait MatcherBase { interface
294 impl<M: ?Sized + MatcherBase> MatcherBase for &M {} impl
/external/cronet/tot/third_party/llvm-libc/src/test/UnitTest/
DLibcTest.h46 struct MatcherBase { struct
47 virtual ~MatcherBase() {} in ~MatcherBase() argument
53 template <typename T> struct Matcher : public MatcherBase { argument
/external/cronet/stable/third_party/llvm-libc/src/test/UnitTest/
DLibcTest.h46 struct MatcherBase { struct
47 virtual ~MatcherBase() {} in ~MatcherBase() argument
53 template <typename T> struct Matcher : public MatcherBase { argument
/external/llvm-libc/test/UnitTest/
DLibcTest.h46 struct MatcherBase { struct
47 virtual ~MatcherBase() {} in ~MatcherBase() argument
53 template <typename T> struct Matcher : public MatcherBase { argument
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest-matchers.h295 MatcherBase() {} in MatcherBase() function
298 explicit MatcherBase(const MatcherInterface<const T&>* impl) : impl_(impl) {} in MatcherBase() function