Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc1400 struct PairWithGet { in TEST() struct
1410 auto get(const PairWithGet& value) -> decltype(value.GetImpl(Tag<I>())) { in TEST()
1414 PairWithGet p{25, "foo"}; in TEST()
1420 std::vector<PairWithGet> v = {{11, "Foo"}, {29, "gMockIsBestMock"}}; in TEST()
1732 PairWithGet pair{7, "ABC"}; in TEST()
1737 std::vector<PairWithGet> v = {{11, "Foo"}, {29, "gMockIsBestMock"}}; in TEST()

Completed in 5 milliseconds