Searched refs:polymorphic_matcher_or_value (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 343 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() argument 357 return CastImpl(polymorphic_matcher_or_value, in Cast() 364 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, in CastImpl() argument 375 return polymorphic_matcher_or_value; in CastImpl() 523 inline Matcher<T> SafeMatcherCast(const M& polymorphic_matcher_or_value) { in SafeMatcherCast() argument 524 return MatcherCast<T>(polymorphic_matcher_or_value); in SafeMatcherCast()
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 341 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() argument 355 return CastImpl(polymorphic_matcher_or_value, in Cast() 362 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, in CastImpl() argument 373 return polymorphic_matcher_or_value; in CastImpl() 521 inline Matcher<T> SafeMatcherCast(const M& polymorphic_matcher_or_value) { in SafeMatcherCast() argument 522 return MatcherCast<T>(polymorphic_matcher_or_value); in SafeMatcherCast()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 341 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() argument 355 return CastImpl(polymorphic_matcher_or_value, in Cast() 362 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, in CastImpl() argument 373 return polymorphic_matcher_or_value; in CastImpl() 521 inline Matcher<T> SafeMatcherCast(const M& polymorphic_matcher_or_value) { in SafeMatcherCast() argument 522 return MatcherCast<T>(polymorphic_matcher_or_value); in SafeMatcherCast()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.11.0/gmock/ |
D | gmock.h | 3203 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { 3217 return CastImpl(polymorphic_matcher_or_value, 3224 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, 3235 return polymorphic_matcher_or_value; 3383 inline Matcher<T> SafeMatcherCast(const M& polymorphic_matcher_or_value) { 3384 return MatcherCast<T>(polymorphic_matcher_or_value);
|
/aosp_15_r20/external/fmtlib/test/gtest/gmock/ |
H A D | gmock.h | 3204 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { 3218 return CastImpl(polymorphic_matcher_or_value, 3225 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, 3236 return polymorphic_matcher_or_value; 3384 inline Matcher<T> SafeMatcherCast(const M& polymorphic_matcher_or_value) { 3385 return MatcherCast<T>(polymorphic_matcher_or_value);
|