Searched defs:MatcherBase (Results 1 – 8 of 8) sorted by relevance
| /external/cronet/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/cronet/third_party/googletest/src/googletest/include/gtest/ |
| D | gtest-matchers.h | 302 MatcherBase() : vtable_(nullptr) {} in MatcherBase() function 306 explicit MatcherBase(const MatcherInterface<U>* impl) { in MatcherBase() function 312 MatcherBase(M&& m) { // NOLINT in MatcherBase() function 316 MatcherBase(const MatcherBase& other) in MatcherBase() function 330 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/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/llvm-libc/test/UnitTest/ |
| D | LibcTest.h | 45 struct MatcherBase { struct 46 virtual ~MatcherBase() {} in ~MatcherBase() argument 52 template <typename T> struct Matcher : public MatcherBase { argument
|
| /external/rust/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
|