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

  /external/chromium_org/sync/internal_api/public/base/
invalidation_test_util.cc 18 using ::testing::MatcherInterface;
24 : public MatcherInterface<const AckHandle&> {
57 : public MatcherInterface<const Invalidation&> {
model_type_test_util.cc 17 : public ::testing::MatcherInterface<ModelTypeSet> {
model_type_invalidation_map_test_util.cc 17 using ::testing::MatcherInterface;
23 : public MatcherInterface<const ModelTypeInvalidationMap&> {
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 24 // 2. An implementation of a class derived from MatcherInterface<T>.
171 class MatcherInterface : public RefCountedBaseVPTR {
173 virtual ~MatcherInterface() {}
187 class SingleNodeMatcherInterface : public MatcherInterface<T> {
195 /// Implements MatcherInterface::Matches.
235 /// \brief Wrapper of a MatcherInterface<T> *that allows copying.
247 explicit Matcher(MatcherInterface<T> *Implementation)
291 /// \brief Forwards the call to the underlying MatcherInterface<T> pointer.
335 class TypeToQualType : public MatcherInterface<QualType> {
355 class ImplicitCastMatcher : public MatcherInterface<T>
    [all...]
ASTMatchersMacros.h 53 class matcher_##DefineMatcher##Matcher : public MatcherInterface<Type> { \
88 : public MatcherInterface<Type> { \
133 : public MatcherInterface<Type> { \
185 class matcher_##DefineMatcher##Matcher : public MatcherInterface<NodeType> { \
221 : public MatcherInterface<NodeType> { \
268 : public MatcherInterface<NodeType> { \
  /external/chromium_org/sync/js/
js_test_util.cc 26 : public ::testing::MatcherInterface<const JsArgList&> {
56 : public ::testing::MatcherInterface<const JsEventDetails&> {
  /external/chromium_org/sync/notifier/
object_id_invalidation_map_test_util.cc 16 using ::testing::MatcherInterface;
22 : public MatcherInterface<const ObjectIdInvalidationMap&> {
  /external/chromium/chrome/browser/sync/
js_test_util.cc 20 : public ::testing::MatcherInterface<const JsArgList&> {
  /external/chromium_org/chromeos/dbus/
shill_client_unittest_base.h 21 using ::testing::MatcherInterface;
42 class ValueMatcher : public MatcherInterface<const base::Value&> {
46 // MatcherInterface overrides.
  /external/chromium/testing/gmock/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/chromium_org/content/browser/geolocation/
geolocation_provider_unittest.cc 22 using testing::MatcherInterface;
76 : public MatcherInterface<const Geoposition&> {
  /external/chromium/testing/gmock/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 98 using testing::MatcherInterface;
138 class GreaterThanMatcher : public MatcherInterface<int> {
225 // Makes sure that the MatcherInterface<T> interface doesn't
227 class EvenMatcherImpl : public MatcherInterface<int> {
243 // Makes sure that the MatcherInterface API doesn't change.
250 class NewEvenMatcherImpl : public MatcherInterface<int> {
282 // Tests that Matcher<T> can be constructed from a MatcherInterface<T>*.
284 const MatcherInterface<int>* impl = new EvenMatcherImpl;
319 // MatcherInterface<T>::DescribeTo().
362 // MatcherInterface* without requiring the user to explicitl
    [all...]
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 326 : public ::testing::MatcherInterface<ScopedVector<WebSocketFrameChunk>*> {
    [all...]

Completed in 490 milliseconds