HomeSort by relevance Sort by last modified time
    Searched defs:MatcherInterface (Results 1 - 3 of 3) 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>
213 class MatcherInterface : public DynMatcherInterface {
233 class SingleNodeMatcherInterface : public MatcherInterface<T> {
241 /// Implements MatcherInterface::Matches.
262 DynTypedMatcher(MatcherInterface<T> *Implementation)
394 class WrapperMatcherInterface : public MatcherInterface<T> {
402 /// \brief Wrapper of a MatcherInterface<T> *that allows copying.
414 explicit Matcher(MatcherInterface<T> *Implementation)
448 /// \brief Forwards the call to the underlying MatcherInterface<T> pointer
    [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...]
  /external/gmock/include/gmock/
gmock-matchers.h 36 // MatcherInterface<T> interface if necessary.
63 // MatcherInterface<T> interface, and
132 // MatcherInterface, but it is highly advised so that your matcher
143 class MatcherInterface : public MatcherDescriberInterface {
266 explicit MatcherBase(const MatcherInterface<T>* impl)
283 ::testing::internal::linked_ptr<const MatcherInterface<T> > impl_;
291 // MatcherInterface<T>, so copying is fairly cheap. Don't inherit
302 explicit Matcher(const MatcherInterface<T>* impl)
319 explicit Matcher(const MatcherInterface<const internal::string&>* impl)
336 explicit Matcher(const MatcherInterface<internal::string>* impl
    [all...]

Completed in 70 milliseconds