Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc1534 const int& GetImpl(Tag<0>) const { return member_1; } in GetImpl() function
1535 const string& GetImpl(Tag<1>) const { return member_2; } in GetImpl() function
1538 auto get(const PairWithGet& value) -> decltype(value.GetImpl(Tag<I>())) { in get()
1539 return value.GetImpl(Tag<I>()); in get()