Home
last modified time | relevance | path

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

/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
/third_party/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
/third_party/libabigail/tests/lib/
Dcatch.hpp3281 struct MatcherBase : MatcherUntypedBase, MatcherMethod<T> { struct