Searched refs:test_map_value (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/fmtlib/test/ |
H A D | ranges-test.cc | 93 struct test_map_value {}; struct 96 template <> struct formatter<test_map_value> : formatter<string_view> { 97 auto format(test_map_value, format_context& ctx) const in format() 104 struct formatter<std::pair<K, test_map_value>> : formatter<string_view> { 105 auto format(std::pair<K, test_map_value>, format_context& ctx) const in format() 112 struct is_tuple_formattable<std::pair<K, test_map_value>, char> 118 EXPECT_EQ(fmt::format("{}", std::map<int, test_map_value>{{42, {}}}), in TEST()
|