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

  /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>.
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...]
gmock-generated-matchers.h 221 class ArgsMatcherImpl : public MatcherInterface<ArgsTuple> {
    [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...]
gmock-generated-matchers.h 222 class ArgsMatcherImpl : public MatcherInterface<ArgsTuple> {
    [all...]
  /external/v8/test/unittests/compiler/
liveness-analyzer-unittest.cc 14 using testing::MatcherInterface;
80 class CheckpointMatcher : public MatcherInterface<Node*> {
node-test-utils.cc 19 using testing::MatcherInterface;
50 class NodeMatcher : public MatcherInterface<Node*> {
    [all...]
  /external/v8/test/unittests/wasm/
control-transfer-unittest.cc 15 using testing::MatcherInterface;
33 class ControlTransferMatcher : public MatcherInterface<const ControlTransfer&> {
  /external/gmock/test/
gmock-generated-matchers_test.cc 71 using testing::MatcherInterface;
230 class LessThanMatcher : public MatcherInterface<tuple<char, int> > {
259 class GreaterThanMatcher : public MatcherInterface<int> {
    [all...]
gmock-matchers_test.cc 108 using testing::MatcherInterface;
158 class GreaterThanMatcher : public MatcherInterface<int> {
251 // Makes sure that the MatcherInterface<T> interface doesn't
253 class EvenMatcherImpl : public MatcherInterface<int> {
269 // Makes sure that the MatcherInterface API doesn't change.
276 class NewEvenMatcherImpl : public MatcherInterface<int> {
308 // Tests that Matcher<T> can be constructed from a MatcherInterface<T>*.
310 const MatcherInterface<int>* impl = new EvenMatcherImpl;
345 // MatcherInterface<T>::DescribeTo().
426 // MatcherInterface* without requiring the user to explicitl
    [all...]
  /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...]
  /system/connectivity/shill/wifi/
wifi_unittest.cc 112 using ::testing::MatcherInterface;
    [all...]

Completed in 658 milliseconds