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

  /external/chromium_org/components/invalidation/
invalidation_test_util.cc 18 using ::testing::MatcherInterface;
23 class AckHandleEqMatcher : public MatcherInterface<const AckHandle&> {
55 class InvalidationEqMatcher : public MatcherInterface<const Invalidation&> {
unacked_invalidation_set_test_util.cc 16 using ::testing::MatcherInterface;
26 : public testing::MatcherInterface<const UnackedInvalidationSet&> {
100 : public testing::MatcherInterface<const UnackedInvalidationsMap&> {
object_id_invalidation_map_test_util.cc 16 using ::testing::MatcherInterface;
22 : public MatcherInterface<const ObjectIdInvalidationMap&> {
  /external/chromium_org/components/dom_distiller/core/
dom_distiller_test_util.h 22 : public testing::MatcherInterface<
28 // MatcherInterface overrides.
  /external/chromium_org/sync/internal_api/public/base/
model_type_test_util.cc 17 : public ::testing::MatcherInterface<ModelTypeSet> {
  /external/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 72 class matcher_##DefineMatcher##Matcher : public MatcherInterface<Type> { \
107 : public MatcherInterface<Type> { \
152 : public MatcherInterface<Type> { \
204 class matcher_##DefineMatcher##Matcher : public MatcherInterface<NodeType> { \
240 : public MatcherInterface<NodeType> { \
287 : public MatcherInterface<NodeType> { \
ASTMatchersInternal.h 24 // 2. An implementation of a class derived from MatcherInterface<T>.
170 class MatcherInterface : public RefCountedBaseVPTR {
172 virtual ~MatcherInterface() {}
186 class SingleNodeMatcherInterface : public MatcherInterface<T> {
194 /// Implements MatcherInterface::Matches.
202 /// \brief Wrapper of a MatcherInterface<T> *that allows copying.
214 explicit Matcher(MatcherInterface<T> *Implementation)
236 /// \brief Forwards the call to the underlying MatcherInterface<T> pointer.
263 class TypeToQualType : public MatcherInterface<QualType> {
282 class ImplicitCastMatcher : public MatcherInterface<T>
    [all...]
  /external/chromium_org/sync/js/
js_test_util.cc 21 : public ::testing::MatcherInterface<const JsEventDetails&> {
  /external/chromium_org/v8/testing/
gmock-support.h 35 class CaptureEqMatcher : public MatcherInterface<T> {
  /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_org/content/browser/geolocation/
geolocation_provider_impl_unittest.cc 22 using testing::MatcherInterface;
76 : public MatcherInterface<const Geoposition&> {
  /external/chromium_org/net/tools/quic/
quic_time_wait_list_manager_test.cc 32 using testing::MatcherInterface;
175 : public MatcherInterface<const std::tr1::tuple<const char*, int> > {
  /external/chromium_org/v8/src/compiler/
graph-unittest.cc 13 using testing::MatcherInterface;
118 class NodeMatcher : public MatcherInterface<Node*> {
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 362 : public ::testing::MatcherInterface<ScopedVector<WebSocketFrame>*> {
    [all...]

Completed in 271 milliseconds