Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc1407 const int& GetImpl(Tag<0>) const { return member_1; } in TEST() function
1408 const std::string& GetImpl(Tag<1>) const { return member_2; } in TEST() function
1411 auto get(const PairWithGet& value) -> decltype(value.GetImpl(Tag<I>())) { in TEST()
1412 return value.GetImpl(Tag<I>()); in TEST()