Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/include/boost/utility/
Dstring_view_fwd.hpp34 typedef basic_string_view<char32_t, std::char_traits<char32_t> > u32string_view; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__fwd/
Dstring_view.h30 typedef basic_string_view<char32_t> u32string_view; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__fwd/
Dstring_view.h30 typedef basic_string_view<char32_t> u32string_view; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__fwd/
Dstring_view.h30 typedef basic_string_view<char32_t> u32string_view; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__fwd/
Dstring_view.h30 typedef basic_string_view<char32_t> u32string_view; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__fwd/
Dstring_view.h30 typedef basic_string_view<char32_t> u32string_view; typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__fwd/
H A Dstring_view.h30 typedef basic_string_view<char32_t> u32string_view; typedef
/aosp_15_r20/external/libcxx/test/std/strings/string.view/string.view.iterators/
H A Drend.pass.cpp59 typedef std::u32string_view u32string_view; in main() typedef
H A Dbegin.pass.cpp50 typedef std::u32string_view u32string_view; in main() typedef
H A Dend.pass.cpp59 typedef std::u32string_view u32string_view; in main() typedef
H A Drbegin.pass.cpp51 typedef std::u32string_view u32string_view; in main() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/string.view/string.view.iterators/
H A Dbegin.pass.cpp45 typedef std::u32string_view u32string_view; in main() typedef
H A Drend.pass.cpp53 typedef std::u32string_view u32string_view; in main() typedef
H A Dend.pass.cpp53 typedef std::u32string_view u32string_view; in main() typedef
H A Drbegin.pass.cpp46 typedef std::u32string_view u32string_view; in main() typedef
/aosp_15_r20/external/pigweed/pw_minimal_cpp_stdlib/public/pw_minimal_cpp_stdlib/internal/
H A Dstring_view.h174 using u32string_view = basic_string_view<char32_t>; variable