/external/rust/android-crates-io/crates/googletest/src/matchers/ |
D | tuple_matcher.rs | 30 impl MatcherBase for () {} implementation 63 impl<$($matcher_type: MatcherBase),*> MatcherBase for ($($matcher_type,)*){} impl
|
/external/cronet/stable/third_party/googletest/src/googletest/include/gtest/ |
D | gtest-matchers.h | 270 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/ |
D | gtest-matchers.h | 270 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/ |
D | gtest-matchers.h | 270 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/ |
D | gtest-matchers.h | 270 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/ |
D | gtest-matchers.h | 270 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/ |
D | gtest-matchers.h | 287 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/ |
D | gtest-matchers.h | 306 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/ |
D | gtest-matchers.h | 306 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/ |
D | gtest-matchers.h | 306 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/ |
D | gtest-matchers.h | 306 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/ |
D | matcher.rs | 164 pub trait MatcherBase { interface 294 impl<M: ?Sized + MatcherBase> MatcherBase for &M {} impl
|
/external/cronet/tot/third_party/llvm-libc/src/test/UnitTest/ |
D | LibcTest.h | 46 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/ |
D | LibcTest.h | 46 struct MatcherBase { struct 47 virtual ~MatcherBase() {} in ~MatcherBase() argument 53 template <typename T> struct Matcher : public MatcherBase { argument
|
/external/llvm-libc/test/UnitTest/ |
D | LibcTest.h | 46 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/ |
D | gtest-matchers.h | 295 MatcherBase() {} in MatcherBase() function 298 explicit MatcherBase(const MatcherInterface<const T&>* impl) : impl_(impl) {} in MatcherBase() function
|