Searched defs:Foo (Results 1 – 2 of 2) sorted by relevance
39 struct Foo in TEST() struct41 using value_type = std::pair<int, int>; in TEST()43 void find(std::tuple_element_t<0, value_type>) {} in TEST()67 struct Foo in TEST() struct69 using value_type = std::pair<int, int>; in TEST()71 void contains(std::tuple_element_t<0, value_type>) {} in TEST()
98 impl Foo { in test_derive_tryinto() impl