Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc1457 struct PairWithGet { in TEST() struct
1467 auto get(const PairWithGet& value) -> decltype(value.GetImpl(Tag<I>())) { in TEST()
1471 PairWithGet p{25, "foo"}; in TEST()
1477 std::vector<PairWithGet> v = {{11, "Foo"}, {29, "gMockIsBestMock"}}; in TEST()
1789 PairWithGet pair{7, "ABC"}; in TEST()
1794 std::vector<PairWithGet> v = {{11, "Foo"}, {29, "gMockIsBestMock"}}; in TEST()