Searched refs:MatcherInterface (Results 1 - 16 of 16) sorted by relevance

/external/v8/testing/
H A Dgmock-support.h39 class CaptureEqMatcher : public MatcherInterface<T> {
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h98 : public ::clang::ast_matchers::internal::MatcherInterface<Type> { \
136 : public ::clang::ast_matchers::internal::MatcherInterface<Type> { \
185 : public ::clang::ast_matchers::internal::MatcherInterface<Type> { \
235 : public ::clang::ast_matchers::internal::MatcherInterface<NodeType> { \
274 : public ::clang::ast_matchers::internal::MatcherInterface<NodeType> { \
327 : public ::clang::ast_matchers::internal::MatcherInterface<NodeType> { \
H A DASTMatchersInternal.h24 // 2. An implementation of a class derived from MatcherInterface<T>.
246 /// In general, implement MatcherInterface<T> or SingleNodeMatcherInterface<T>
270 class MatcherInterface : public DynMatcherInterface { class in namespace:clang::ast_matchers::internal
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<
[all...]
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h36 // MatcherInterface<T> interface if necessary.
57 // MatcherInterface<T> interface, and
110 class MatcherInterface { class in namespace:testing
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<cons
[all...]
H A Dgmock-generated-matchers.h221 class ArgsMatcherImpl : public MatcherInterface<ArgsTuple> {
1392 // MatcherInterface or using MakePolymorphicMatcher(). These
1416 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1464 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1516 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1573 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1634 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1703 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1776 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1852 class gmock_Impl : public ::testing::MatcherInterface<arg_typ
[all...]
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h36 // 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 { class in namespace:testing
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<interna
[all...]
H A Dgmock-generated-matchers.h211 class ArgsMatcherImpl : public MatcherInterface<ArgsTuple> {
1361 // MatcherInterface or using MakePolymorphicMatcher(). These
1385 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1433 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1485 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1542 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1603 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1672 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1745 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1821 class gmock_Impl : public ::testing::MatcherInterface<arg_typ
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h36 // 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 { class in namespace:testing
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<interna
[all...]
H A Dgmock-generated-matchers.h211 class ArgsMatcherImpl : public MatcherInterface<ArgsTuple> {
1361 // MatcherInterface or using MakePolymorphicMatcher(). These
1385 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1433 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1485 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1542 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1603 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1672 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1745 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1821 class gmock_Impl : public ::testing::MatcherInterface<arg_typ
[all...]
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-matchers_test.cc70 using testing::MatcherInterface;
225 class LessThanMatcher : public MatcherInterface<tuple<char, int> > {
254 class GreaterThanMatcher : public MatcherInterface<int> {
H A Dgmock-matchers_test.cc100 using testing::MatcherInterface;
142 class GreaterThanMatcher : public MatcherInterface<int> {
229 // Makes sure that the MatcherInterface<T> interface doesn't
231 class EvenMatcherImpl : public MatcherInterface<int> {
247 // Makes sure that the MatcherInterface API doesn't change.
254 class NewEvenMatcherImpl : public MatcherInterface<int> {
286 // Tests that Matcher<T> can be constructed from a MatcherInterface<T>*.
288 const MatcherInterface<int>* impl = new EvenMatcherImpl;
323 // MatcherInterface<T>::DescribeTo().
366 // MatcherInterface* withou
[all...]
/external/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc71 using testing::MatcherInterface;
227 class LessThanMatcher : public MatcherInterface<tuple<char, int> > {
256 class GreaterThanMatcher : public MatcherInterface<int> {
H A Dgmock-matchers_test.cc109 using testing::MatcherInterface;
162 class GreaterThanMatcher : public MatcherInterface<int> {
255 // Makes sure that the MatcherInterface<T> interface doesn't
257 class EvenMatcherImpl : public MatcherInterface<int> {
273 // Makes sure that the MatcherInterface API doesn't change.
280 class NewEvenMatcherImpl : public MatcherInterface<int> {
312 // Tests that Matcher<T> can be constructed from a MatcherInterface<T>*.
314 const MatcherInterface<int>* impl = new EvenMatcherImpl;
349 // MatcherInterface<T>::DescribeTo().
430 // MatcherInterface* withou
[all...]
/external/v8/testing/gmock/test/
H A Dgmock-generated-matchers_test.cc71 using testing::MatcherInterface;
227 class LessThanMatcher : public MatcherInterface<tuple<char, int> > {
256 class GreaterThanMatcher : public MatcherInterface<int> {
H A Dgmock-matchers_test.cc109 using testing::MatcherInterface;
162 class GreaterThanMatcher : public MatcherInterface<int> {
255 // Makes sure that the MatcherInterface<T> interface doesn't
257 class EvenMatcherImpl : public MatcherInterface<int> {
273 // Makes sure that the MatcherInterface API doesn't change.
280 class NewEvenMatcherImpl : public MatcherInterface<int> {
312 // Tests that Matcher<T> can be constructed from a MatcherInterface<T>*.
314 const MatcherInterface<int>* impl = new EvenMatcherImpl;
349 // MatcherInterface<T>::DescribeTo().
430 // MatcherInterface* withou
[all...]
/external/fmtlib/test/gmock/
H A Dgmock.h4695 // MatcherInterface<T> interface if necessary.
4719 // MatcherInterface<T> interface, and
4788 // MatcherInterface, but it is highly advised so that your matcher
4799 class MatcherInterface : public MatcherDescriberInterface { class in namespace:testing
4922 explicit MatcherBase(const MatcherInterface<T>* impl)
4939 ::testing::internal::linked_ptr<const MatcherInterface<T> > impl_;
4947 // MatcherInterface<T>, so copying is fairly cheap. Don't inherit
4958 explicit Matcher(const MatcherInterface<T>* impl)
4975 explicit Matcher(const MatcherInterface<const internal::string&>* impl)
4992 explicit Matcher(const MatcherInterface<interna
[all...]

Completed in 294 milliseconds