HomeSort by relevance Sort by last modified time
    Searched defs:MatcherCast (Results 1 - 2 of 2) sorted by null

  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 388 // types is done explicitly via MatcherCast<T>(m), which takes a
392 Matcher<T> MatcherCast(M m);
440 return MatcherCast<T>(matcher);
604 // MatcherCast(). We need this helper in order to partially
605 // specialize the implementation of MatcherCast() (C++ allows
609 // This general version is used when MatcherCast()'s argument is a
620 // This more specialized version is used when MatcherCast()'s argument
    [all...]
  /external/ceres-solver/internal/ceres/gmock/
gmock.h     [all...]

Completed in 30 milliseconds