Home
last modified time | relevance | path

Searched defs:string_view_t (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/strings/string.view/string.view.ops/
H A Dcompare.pointer.pass.cpp32 typedef std::basic_string_view<CharT> string_view_t; in test() typedef
H A Dsubstr.pass.cpp52 typedef std::basic_string_view<CharT> string_view_t; in test() typedef
H A Dcompare.sv.pass.cpp32 typedef std::basic_string_view<CharT> string_view_t; in test() typedef
H A Dcopy.pass.cpp58 typedef std::basic_string_view<CharT> string_view_t; in test() typedef
H A Dcompare.pointer_size.pass.cpp45 typedef std::basic_string_view<CharT> string_view_t; in test() typedef
H A Dcompare.size_size_sv.pass.cpp44 typedef std::basic_string_view<CharT> string_view_t; in test() typedef
H A Dcompare.size_size_sv_pointer_size.pass.cpp47 typedef std::basic_string_view<CharT> string_view_t; in test() typedef
H A Dcompare.size_size_sv_size_size.pass.cpp48 typedef std::basic_string_view<CharT> string_view_t; in test() typedef
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp76 using string_view_t = path::__string_view; typedef