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

  /external/gmock/include/gmock/
gmock-matchers.h 480 // MatcherCast(). We need this helper in order to partially
481 // specialize the implementation of MatcherCast() (C++ allows
485 // This general version is used when MatcherCast()'s argument is a
534 // This more specialized version is used when MatcherCast()'s argument
581 // types is done explicitly via MatcherCast<T>(m), which takes a
585 inline Matcher<T> MatcherCast(M matcher) {
635 return MatcherCast<T>(matcher);
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h 392 // MatcherCast(). We need this helper in order to partially
393 // specialize the implementation of MatcherCast() (C++ allows
397 // This general version is used when MatcherCast()'s argument is a
446 // This more specialized version is used when MatcherCast()'s argument
493 // types is done explicitly via MatcherCast<T>(m), which takes a
497 inline Matcher<T> MatcherCast(M matcher) {
547 return MatcherCast<T>(matcher);
    [all...]

Completed in 2012 milliseconds