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

  /external/googletest/googletest/include/gtest/
gtest-matchers.h 59 // MatcherInterface<T> interface, and
123 // MatcherInterface, but it is highly advised so that your matcher
134 class MatcherInterface : public MatcherDescriberInterface {
176 // Converts a MatcherInterface<T> to a MatcherInterface<const T&>.
178 class MatcherInterfaceAdapter : public MatcherInterface<const T&> {
180 explicit MatcherInterfaceAdapter(const MatcherInterface<T>* impl)
196 const MatcherInterface<T>* const impl_;
290 explicit MatcherBase(const MatcherInterface<const T&>* impl) : impl_(impl) {}
294 const MatcherInterface<U>* impl
    [all...]
  /external/v8/testing/
gmock-support.h 39 class CaptureEqMatcher : public MatcherInterface<T> {
  /external/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 98 : 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> { \
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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Testing/Support/
Error.h 34 : public testing::MatcherInterface<const ExpectedHolder<T> &> {
86 class ErrorMatchesMono : public testing::MatcherInterface<const ErrorHolder &> {
  /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...]
gmock-generated-matchers.h 221 class ArgsMatcherImpl : public MatcherInterface<ArgsTuple> {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_matchers.h 27 class HloMatcher : public ::testing::MatcherInterface<const HloInstruction*> {
107 : public ::testing::MatcherInterface<const HloInstruction*> {
120 : public ::testing::MatcherInterface<const HloInstruction*> {
136 : public ::testing::MatcherInterface<const HloInstruction*> {
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/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...]
gmock-generated-matchers.h 211 class ArgsMatcherImpl : public MatcherInterface<ArgsTuple> {
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-generated-matchers.h 245 // MatcherInterface or using MakePolymorphicMatcher(). These
270 class gmock_Impl : public ::testing::MatcherInterface<\
319 class gmock_Impl : public ::testing::MatcherInterface<\
372 class gmock_Impl : public ::testing::MatcherInterface<\
431 class gmock_Impl : public ::testing::MatcherInterface<\
494 class gmock_Impl : public ::testing::MatcherInterface<\
566 class gmock_Impl : public ::testing::MatcherInterface<\
642 class gmock_Impl : public ::testing::MatcherInterface<\
722 class gmock_Impl : public ::testing::MatcherInterface<\
810 class gmock_Impl : public ::testing::MatcherInterface<\
    [all...]
gmock-matchers.h 35 // MatcherInterface<T> interface if necessary.
38 // Matcher, class MatcherInterface, and others.
72 // MatcherInterface<T> interface, and
189 class Impl : public MatcherInterface<T> {
487 class AnyMatcherImpl : public MatcherInterface<const T&> {
585 class Impl : public MatcherInterface<Super&> {
590 // in order to match the interface MatcherInterface<Super&>.
    [all...]
  /external/nos/host/android/hals/keymaster/test/
import_key_test.cpp 40 using ::testing::MatcherInterface;
123 : public MatcherInterface<const ImportKeyRequest&> {
import_wrapped_key_test.cpp 42 using ::testing::MatcherInterface;
148 : public MatcherInterface<const ImportWrappedKeyRequest&> {
  /external/tensorflow/tensorflow/compiler/jit/
node_matchers.cc 106 struct NodeMatcher : public ::testing::MatcherInterface<const Node*> {
338 class OutEdgeMatcher : public ::testing::MatcherInterface<OutEdge> {
  /external/google-breakpad/src/testing/test/
gmock-generated-matchers_test.cc 70 using testing::MatcherInterface;
225 class LessThanMatcher : public MatcherInterface<tuple<char, int> > {
254 class GreaterThanMatcher : public MatcherInterface<int> {
    [all...]
gmock-matchers_test.cc 100 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* without requiring the user to explicitl
    [all...]
  /external/googletest/googlemock/
README.md 282 If you have custom matchers defined using `MatcherInterface` or
  /external/googletest/googlemock/test/
gmock-generated-matchers_test.cc 81 using testing::MatcherInterface;
118 class GreaterThanMatcher : public MatcherInterface<int> {
    [all...]
gmock-matchers_test.cc 111 class GreaterThanMatcher : public MatcherInterface<int> {
203 // Makes sure that the MatcherInterface<T> interface doesn't
205 class EvenMatcherImpl : public MatcherInterface<int> {
219 // Makes sure that the MatcherInterface API doesn't change.
226 class NewEvenMatcherImpl : public MatcherInterface<int> {
256 // Tests that Matcher<T> can be constructed from a MatcherInterface<T>*.
258 const MatcherInterface<int>* impl = new EvenMatcherImpl;
309 // MatcherInterface<T>::DescribeTo().
470 // MatcherInterface* without requiring the user to explicitly
473 const MatcherInterface<int>* dummy_impl = nullptr
    [all...]

Completed in 1028 milliseconds