Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/strings/string.view/string.view.ops/
H A Dsubstr.pass.cpp50 typedef std::basic_string_view<CharT> string_view_t; test() typedef
H A Dcompare.pointer.pass.cpp30 typedef std::basic_string_view<CharT> string_view_t; in test() typedef
H A Dcompare.sv.pass.cpp30 typedef std::basic_string_view<CharT> string_view_t; in test() typedef
H A Dcopy.pass.cpp59 typedef std::basic_string_view<CharT> string_view_t; test() typedef
H A Dcompare.pointer_size.pass.cpp41 typedef std::basic_string_view<CharT> string_view_t; in test() typedef
H A Dcompare.size_size_sv.pass.cpp42 typedef std::basic_string_view<CharT> string_view_t; in test() typedef
H A Dcompare.size_size_sv_pointer_size.pass.cpp43 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/libcxx/src/filesystem/
H A Dpath_parser.h36 using string_view_t = path::__string_view; variable