Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-matchers.h259 class MatcherBase {
295 MatcherBase() {} in MatcherBase() function
298 explicit MatcherBase(const MatcherInterface<const T&>* impl) : impl_(impl) {} in MatcherBase() function
301 explicit MatcherBase(
307 MatcherBase(const MatcherBase&) = default;
308 MatcherBase& operator=(const MatcherBase&) = default;
309 MatcherBase(MatcherBase&&) = default;
310 MatcherBase& operator=(MatcherBase&&) = default;
312 virtual ~MatcherBase() {} in ~MatcherBase()
325 class Matcher : public internal::MatcherBase<T> {
[all …]