Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/include/boost/utility/
Dstring_view_fwd.hpp30 typedef basic_string_view<char16_t, std::char_traits<char16_t> > u16string_view; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__fwd/
Dstring_view.h29 typedef basic_string_view<char16_t> u16string_view; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__fwd/
Dstring_view.h29 typedef basic_string_view<char16_t> u16string_view; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__fwd/
Dstring_view.h29 typedef basic_string_view<char16_t> u16string_view; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__fwd/
Dstring_view.h29 typedef basic_string_view<char16_t> u16string_view; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__fwd/
Dstring_view.h29 typedef basic_string_view<char16_t> u16string_view; typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__fwd/
H A Dstring_view.h29 typedef basic_string_view<char16_t> u16string_view; typedef
/aosp_15_r20/external/libcxx/test/std/strings/string.view/string.view.iterators/
H A Drend.pass.cpp58 typedef std::u16string_view u16string_view; in main() typedef
H A Dbegin.pass.cpp49 typedef std::u16string_view u16string_view; in main() typedef
H A Dend.pass.cpp58 typedef std::u16string_view u16string_view; in main() typedef
H A Drbegin.pass.cpp50 typedef std::u16string_view u16string_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.cpp44 typedef std::u16string_view u16string_view; in main() typedef
H A Drend.pass.cpp52 typedef std::u16string_view u16string_view; in main() typedef
H A Dend.pass.cpp52 typedef std::u16string_view u16string_view; in main() typedef
H A Drbegin.pass.cpp45 typedef std::u16string_view u16string_view; in main() typedef
/aosp_15_r20/system/core/libutils/binder/include/utils/
H A DString16.h408 inline String16::operator std::u16string_view() const in u16string_view() function
/aosp_15_r20/system/core/libutils/include/utils/
H A DString16.h408 inline String16::operator std::u16string_view() const in u16string_view() function
/aosp_15_r20/external/pigweed/pw_minimal_cpp_stdlib/public/pw_minimal_cpp_stdlib/internal/
H A Dstring_view.h173 using u16string_view = basic_string_view<char16_t>; variable