Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__fwd/
Dstring_view.h29 typedef basic_string_view<char16_t> u16string_view; typedef
/external/libcxx/test/std/strings/string.view/string.view.iterators/
Drend.pass.cpp58 typedef std::u16string_view u16string_view; in main() typedef
Dbegin.pass.cpp49 typedef std::u16string_view u16string_view; in main() typedef
Dend.pass.cpp58 typedef std::u16string_view u16string_view; in main() typedef
Drbegin.pass.cpp50 typedef std::u16string_view u16string_view; in main() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/string.view/string.view.iterators/
Dend.pass.cpp59 typedef std::u16string_view u16string_view; in main() typedef
Dbegin.pass.cpp50 typedef std::u16string_view u16string_view; in main() typedef
Drend.pass.cpp59 typedef std::u16string_view u16string_view; in main() typedef
Drbegin.pass.cpp51 typedef std::u16string_view u16string_view; in main() typedef
/external/pigweed/pw_minimal_cpp_stdlib/public/internal/
Dstring_view.h170 using u16string_view = basic_string_view<char16_t>; variable