Home
last modified time | relevance | path

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

/external/cronet/third_party/googletest/src/googletest/include/gtest/
Dgtest-matchers.h302 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/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/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/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/rust/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
/external/cronet/third_party/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
/external/libabigail/tests/lib/
Dcatch.hpp3276 struct MatcherBase : MatcherUntypedBase, MatcherMethod<T> { struct
/external/catch2/single_include/catch2/
Dcatch.hpp3250 struct MatcherBase : MatcherUntypedBase, MatcherMethod<T> { struct