Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/test/std/strings/string.view/string.view.ops/
H A Dcopy.pass.cpp58 typedef std::basic_string_view<CharT> string_view_t; in test() typedef
H A Dsubstr.pass.cpp51 typedef std::basic_string_view<CharT> string_view_t; in test() typedef
H A Dcompare.pointer.pass.cpp31 typedef std::basic_string_view<CharT> string_view_t; in test() typedef
H A Dcompare.sv.pass.cpp31 typedef std::basic_string_view<CharT> string_view_t; in test() typedef
H A Dcompare.pointer_size.pass.cpp44 typedef std::basic_string_view<CharT> string_view_t; in test() typedef
H A Dcompare.size_size_sv.pass.cpp43 typedef std::basic_string_view<CharT> string_view_t; in test() typedef
H A Dcompare.size_size_sv_pointer_size.pass.cpp46 typedef std::basic_string_view<CharT> string_view_t; in test() typedef
H A Dcompare.size_size_sv_size_size.pass.cpp47 typedef std::basic_string_view<CharT> string_view_t; in test() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/string.view/string.view.ops/
H A Dsubstr.pass.cpp50 typedef std::basic_string_view<CharT> string_view_t; in 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; in 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
/aosp_15_r20/external/cronet/third_party/libc++/src/src/filesystem/
H A Dpath_parser.h36 using string_view_t = path::__string_view; variable
/aosp_15_r20/external/libcxx/src/filesystem/
H A Doperations.cpp59 using string_view_t = path::__string_view; typedef