Home
last modified time | relevance | path

Searched defs:wstring_view (Results 1 – 13 of 13) sorted by relevance

/external/libcxx/test/std/strings/string.view/string.view.iterators/
Dend.pass.cpp60 typedef std::wstring_view wstring_view; in main() typedef
Dbegin.pass.cpp51 typedef std::wstring_view wstring_view; in main() typedef
Drend.pass.cpp60 typedef std::wstring_view wstring_view; in main() typedef
Drbegin.pass.cpp52 typedef std::wstring_view wstring_view; in main() typedef
/external/llvm-project/libcxx/test/std/strings/string.view/string.view.iterators/
Dbegin.pass.cpp50 typedef std::wstring_view wstring_view; in main() typedef
Drend.pass.cpp59 typedef std::wstring_view wstring_view; in main() typedef
Dend.pass.cpp59 typedef std::wstring_view wstring_view; in main() typedef
Drbegin.pass.cpp51 typedef std::wstring_view wstring_view; in main() typedef
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-faster-string-find.cpp34 typedef basic_string_view<wchar_t> wstring_view; typedef
Dbugprone-string-constructor.cpp25 typedef basic_string_view<wchar_t> wstring_view; typedef
Dreadability-redundant-string-init.cpp35 typedef basic_string_view<wchar_t> wstring_view; typedef
/external/pigweed/pw_minimal_cpp_stdlib/public/internal/
Dstring_view.h169 using wstring_view = basic_string_view<wchar_t>; variable
/external/fmtlib/include/fmt/
Dcore.h441 using wstring_view = basic_string_view<wchar_t>; variable