Searched refs:cstring_view (Results 1 – 3 of 3) sorted by relevance
122 using cstring_view = basic_cstring_view<char>; variable240 FMT_API buffered_file(cstring_view filename, cstring_view mode);290 FMT_API file(cstring_view path, int oflag);393 ostream(cstring_view path, const detail::ostream_params& params)410 friend ostream output_file(cstring_view path, T... params);429 inline ostream output_file(cstring_view path, T... params) { in output_file()
153 buffered_file::buffered_file(cstring_view filename, cstring_view mode) { in buffered_file()177 file::file(cstring_view path, int oflag) { in file()
197 static void write_file(fmt::cstring_view filename, fmt::string_view content) { in write_file()