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

  /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...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h 505 // MatcherCast(). We need this helper in order to partially
506 // specialize the implementation of MatcherCast() (C++ allows
510 // This general version is used when MatcherCast()'s argument is a
559 // This more specialized version is used when MatcherCast()'s argument
606 // types is done explicitly via MatcherCast<T>(m), which takes a
610 inline Matcher<T> MatcherCast(const M& matcher) {
660 return MatcherCast<T>(matcher);
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h 505 // MatcherCast(). We need this helper in order to partially
506 // specialize the implementation of MatcherCast() (C++ allows
510 // This general version is used when MatcherCast()'s argument is a
559 // This more specialized version is used when MatcherCast()'s argument
606 // types is done explicitly via MatcherCast<T>(m), which takes a
610 inline Matcher<T> MatcherCast(const M& matcher) {
660 return MatcherCast<T>(matcher);
    [all...]
  /external/fmtlib/test/gmock/
gmock.h     [all...]

Completed in 723 milliseconds