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

  /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/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 24 // 2. An implementation of a class derived from MatcherInterface<T>.
246 /// In general, implement MatcherInterface<T> or SingleNodeMatcherInterface<T>
270 class MatcherInterface : public DynMatcherInterface {
290 class SingleNodeMatcherInterface : public MatcherInterface<T> {
298 /// Implements MatcherInterface::Matches.
319 DynTypedMatcher(MatcherInterface<T> *Implementation)
451 class WrapperMatcherInterface : public MatcherInterface<T> {
459 /// \brief Wrapper of a MatcherInterface<T> *that allows copying.
471 explicit Matcher(MatcherInterface<T> *Implementation)
505 /// \brief Forwards the call to the underlying MatcherInterface<T> pointer
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 24 // 2. An implementation of a class derived from MatcherInterface<T>.
246 /// In general, implement MatcherInterface<T> or SingleNodeMatcherInterface<T>
270 class MatcherInterface : public DynMatcherInterface {
290 class SingleNodeMatcherInterface : public MatcherInterface<T> {
298 /// Implements MatcherInterface::Matches.
319 DynTypedMatcher(MatcherInterface<T> *Implementation)
451 class WrapperMatcherInterface : public MatcherInterface<T> {
459 /// \brief Wrapper of a MatcherInterface<T> *that allows copying.
471 explicit Matcher(MatcherInterface<T> *Implementation)
505 /// \brief Forwards the call to the underlying MatcherInterface<T> pointer
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 24 // 2. An implementation of a class derived from MatcherInterface<T>.
246 /// In general, implement MatcherInterface<T> or SingleNodeMatcherInterface<T>
270 class MatcherInterface : public DynMatcherInterface {
290 class SingleNodeMatcherInterface : public MatcherInterface<T> {
298 /// Implements MatcherInterface::Matches.
319 DynTypedMatcher(MatcherInterface<T> *Implementation)
451 class WrapperMatcherInterface : public MatcherInterface<T> {
459 /// \brief Wrapper of a MatcherInterface<T> *that allows copying.
471 explicit Matcher(MatcherInterface<T> *Implementation)
505 /// \brief Forwards the call to the underlying MatcherInterface<T> pointer
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 24 // 2. An implementation of a class derived from MatcherInterface<T>.
246 /// In general, implement MatcherInterface<T> or SingleNodeMatcherInterface<T>
270 class MatcherInterface : public DynMatcherInterface {
290 class SingleNodeMatcherInterface : public MatcherInterface<T> {
298 /// Implements MatcherInterface::Matches.
319 DynTypedMatcher(MatcherInterface<T> *Implementation)
451 class WrapperMatcherInterface : public MatcherInterface<T> {
459 /// \brief Wrapper of a MatcherInterface<T> *that allows copying.
471 explicit Matcher(MatcherInterface<T> *Implementation)
505 /// \brief Forwards the call to the underlying MatcherInterface<T> pointer
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 24 // 2. An implementation of a class derived from MatcherInterface<T>.
246 /// In general, implement MatcherInterface<T> or SingleNodeMatcherInterface<T>
270 class MatcherInterface : public DynMatcherInterface {
290 class SingleNodeMatcherInterface : public MatcherInterface<T> {
298 /// Implements MatcherInterface::Matches.
319 DynTypedMatcher(MatcherInterface<T> *Implementation)
451 class WrapperMatcherInterface : public MatcherInterface<T> {
459 /// \brief Wrapper of a MatcherInterface<T> *that allows copying.
471 explicit Matcher(MatcherInterface<T> *Implementation)
505 /// \brief Forwards the call to the underlying MatcherInterface<T> pointer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 24 // 2. An implementation of a class derived from MatcherInterface<T>.
246 /// In general, implement MatcherInterface<T> or SingleNodeMatcherInterface<T>
270 class MatcherInterface : public DynMatcherInterface {
290 class SingleNodeMatcherInterface : public MatcherInterface<T> {
298 /// Implements MatcherInterface::Matches.
319 DynTypedMatcher(MatcherInterface<T> *Implementation)
451 class WrapperMatcherInterface : public MatcherInterface<T> {
459 /// \brief Wrapper of a MatcherInterface<T> *that allows copying.
471 explicit Matcher(MatcherInterface<T> *Implementation)
505 /// \brief Forwards the call to the underlying MatcherInterface<T> pointer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 24 // 2. An implementation of a class derived from MatcherInterface<T>.
246 /// In general, implement MatcherInterface<T> or SingleNodeMatcherInterface<T>
270 class MatcherInterface : public DynMatcherInterface {
290 class SingleNodeMatcherInterface : public MatcherInterface<T> {
298 /// Implements MatcherInterface::Matches.
319 DynTypedMatcher(MatcherInterface<T> *Implementation)
451 class WrapperMatcherInterface : public MatcherInterface<T> {
459 /// \brief Wrapper of a MatcherInterface<T> *that allows copying.
471 explicit Matcher(MatcherInterface<T> *Implementation)
505 /// \brief Forwards the call to the underlying MatcherInterface<T> pointer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 24 // 2. An implementation of a class derived from MatcherInterface<T>.
246 /// In general, implement MatcherInterface<T> or SingleNodeMatcherInterface<T>
270 class MatcherInterface : public DynMatcherInterface {
290 class SingleNodeMatcherInterface : public MatcherInterface<T> {
298 /// Implements MatcherInterface::Matches.
319 DynTypedMatcher(MatcherInterface<T> *Implementation)
451 class WrapperMatcherInterface : public MatcherInterface<T> {
459 /// \brief Wrapper of a MatcherInterface<T> *that allows copying.
471 explicit Matcher(MatcherInterface<T> *Implementation)
505 /// \brief Forwards the call to the underlying MatcherInterface<T> pointer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 24 // 2. An implementation of a class derived from MatcherInterface<T>.
246 /// In general, implement MatcherInterface<T> or SingleNodeMatcherInterface<T>
270 class MatcherInterface : public DynMatcherInterface {
290 class SingleNodeMatcherInterface : public MatcherInterface<T> {
298 /// Implements MatcherInterface::Matches.
319 DynTypedMatcher(MatcherInterface<T> *Implementation)
451 class WrapperMatcherInterface : public MatcherInterface<T> {
459 /// \brief Wrapper of a MatcherInterface<T> *that allows copying.
471 explicit Matcher(MatcherInterface<T> *Implementation)
505 /// \brief Forwards the call to the underlying MatcherInterface<T> pointer
    [all...]
  /external/googletest/googlemock/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 {
291 explicit MatcherBase(const MatcherInterface<T>* impl)
308 ::testing::internal::linked_ptr<const MatcherInterface<T> > impl_;
316 // MatcherInterface<T>, so copying is fairly cheap. Don't inherit
327 explicit Matcher(const MatcherInterface<T>* impl)
344 explicit Matcher(const MatcherInterface<const internal::string&>* impl)
361 explicit Matcher(const MatcherInterface<internal::string>* impl
    [all...]
  /external/v8/testing/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 {
291 explicit MatcherBase(const MatcherInterface<T>* impl)
308 ::testing::internal::linked_ptr<const MatcherInterface<T> > impl_;
316 // MatcherInterface<T>, so copying is fairly cheap. Don't inherit
327 explicit Matcher(const MatcherInterface<T>* impl)
344 explicit Matcher(const MatcherInterface<const internal::string&>* impl)
361 explicit Matcher(const MatcherInterface<internal::string>* impl
    [all...]
  /external/fmtlib/test/gmock/
gmock.h     [all...]

Completed in 459 milliseconds