HomeSort by relevance Sort by last modified time
    Searched defs:MatcherInterface (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 24 // 2. An implementation of a class derived from MatcherInterface<T>.
189 /// In general, implement MatcherInterface<T> or SingleNodeMatcherInterface<T>
210 class MatcherInterface : public DynMatcherInterface {
212 ~MatcherInterface() override {}
232 class SingleNodeMatcherInterface : public MatcherInterface<T> {
240 /// Implements MatcherInterface::Matches.
261 DynTypedMatcher(MatcherInterface<T> *Implementation)
392 class WrapperMatcherInterface : public MatcherInterface<T> {
400 /// \brief Wrapper of a MatcherInterface<T> *that allows copying.
412 explicit Matcher(MatcherInterface<T> *Implementation
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h 36 // MatcherInterface<T> interface if necessary.
57 // MatcherInterface<T> interface, and
110 class MatcherInterface {
112 virtual ~MatcherInterface() {}
141 // MatcherInterface, but it is highly advised so that your matcher
223 explicit MatcherBase(const MatcherInterface<T>* impl)
240 ::testing::internal::linked_ptr<const MatcherInterface<T> > impl_;
248 // MatcherInterface<T>, so copying is fairly cheap. Don't inherit
259 explicit Matcher(const MatcherInterface<T>* impl)
276 explicit Matcher(const MatcherInterface<const internal::string&>* impl
    [all...]

Completed in 130 milliseconds