Home
last modified time | relevance | path

Searched defs:u32string_view (Results 1 – 10 of 10) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__fwd/
Dstring_view.h30 typedef basic_string_view<char32_t> u32string_view; typedef
/external/libcxx/test/std/strings/string.view/string.view.iterators/
Drend.pass.cpp59 typedef std::u32string_view u32string_view; in main() typedef
Dbegin.pass.cpp50 typedef std::u32string_view u32string_view; in main() typedef
Dend.pass.cpp59 typedef std::u32string_view u32string_view; in main() typedef
Drbegin.pass.cpp51 typedef std::u32string_view u32string_view; in main() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/string.view/string.view.iterators/
Dend.pass.cpp60 typedef std::u32string_view u32string_view; in main() typedef
Dbegin.pass.cpp51 typedef std::u32string_view u32string_view; in main() typedef
Drend.pass.cpp60 typedef std::u32string_view u32string_view; in main() typedef
Drbegin.pass.cpp52 typedef std::u32string_view u32string_view; in main() typedef
/external/pigweed/pw_minimal_cpp_stdlib/public/internal/
Dstring_view.h171 using u32string_view = basic_string_view<char32_t>; variable