Home
last modified time | relevance | path

Searched refs:IntReferenceWrapper (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc575 struct IntReferenceWrapper { struct
576 IntReferenceWrapper(const int& a_value) : value(&a_value) {} in IntReferenceWrapper() function
580 bool operator==(const IntReferenceWrapper& a, const IntReferenceWrapper& b) { in operator ==()
586 Matcher<IntReferenceWrapper> m = MatcherCast<IntReferenceWrapper>(n); in TEST()
710 Matcher<IntReferenceWrapper> m = SafeMatcherCast<IntReferenceWrapper>(n); in TEST()
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc574 struct IntReferenceWrapper { struct
575 IntReferenceWrapper(const int& a_value) : value(&a_value) {} in IntReferenceWrapper() function
579 bool operator==(const IntReferenceWrapper& a, const IntReferenceWrapper& b) { in operator ==()
585 Matcher<IntReferenceWrapper> m = MatcherCast<IntReferenceWrapper>(n); in TEST()
709 Matcher<IntReferenceWrapper> m = SafeMatcherCast<IntReferenceWrapper>(n); in TEST()
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc574 struct IntReferenceWrapper { struct
575 IntReferenceWrapper(const int& a_value) : value(&a_value) {} in IntReferenceWrapper() argument
579 bool operator==(const IntReferenceWrapper& a, const IntReferenceWrapper& b) { in operator ==()
585 Matcher<IntReferenceWrapper> m = MatcherCast<IntReferenceWrapper>(n); in TEST()
709 Matcher<IntReferenceWrapper> m = SafeMatcherCast<IntReferenceWrapper>(n); in TEST()