HomeSort by relevance Sort by last modified time
    Searched defs:MatcherCast (Results 1 - 3 of 3) 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 104 // MatcherCast(). We need this helper in order to partially
105 // specialize the implementation of MatcherCast() (C++ allows
109 // This general version is used when MatcherCast()'s argument is a
178 // This more specialized version is used when MatcherCast()'s argument
239 // types is done explicitly via MatcherCast<T>(m), which takes a
243 inline Matcher<T> MatcherCast(const M& matcher) {
290 return MatcherCast<T>(matcher);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/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...]

Completed in 100 milliseconds