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.cc1401 struct PairWithGet { in TEST() struct
1411 auto get(const PairWithGet& value) -> decltype(value.GetImpl(Tag<I>())) { in TEST()
1415 PairWithGet p{25, "foo"}; in TEST()
1421 std::vector<PairWithGet> v = {{11, "Foo"}, {29, "gMockIsBestMock"}}; in TEST()
1733 PairWithGet pair{7, "ABC"}; in TEST()
1738 std::vector<PairWithGet> v = {{11, "Foo"}, {29, "gMockIsBestMock"}}; in TEST()