Home
last modified time | relevance | path

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

/aosp_15_r20/external/fmtlib/test/
H A Dbase-test.cc773 struct explicitly_convertible_to_std_string_view { struct
781 !fmt::is_formattable<explicitly_convertible_to_std_string_view>::value, in TEST() argument
H A Dformat-test.cc1662 struct explicitly_convertible_to_std_string_view { struct
1667 struct fmt::formatter<explicitly_convertible_to_std_string_view> argument
1669 auto format(explicitly_convertible_to_std_string_view v, in format()
1677 fmt::format("{}", explicitly_convertible_to_std_string_view())); in TEST()