HomeSort by relevance Sort by last modified time
    Searched defs:wstring_view (Results 1 - 20 of 20) sorted by null

  /external/libcxx/test/std/strings/string.view/string.view.cons/
implicit_deduction_guides.pass.cpp 53 ASSERT_SAME_TYPE(decltype(w), std::wstring_view); member in class:std
62 ASSERT_SAME_TYPE(decltype(w), std::wstring_view); member in class:std
default.pass.cpp 43 typedef std::wstring_view wstring_view; typedef
48 test<wstring_view> ();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/string.view/string.view.cons/
implicit_deduction_guides.pass.cpp 57 ASSERT_SAME_TYPE(decltype(w), std::wstring_view); member in class:std
66 ASSERT_SAME_TYPE(decltype(w), std::wstring_view); member in class:std
default.pass.cpp 41 typedef std::wstring_view wstring_view; typedef
46 test<wstring_view> ();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/string.view/string.view.cons/
default.pass.cpp 41 typedef std::experimental::wstring_view wstring_view; typedef
46 test<wstring_view> ();
  /external/libcxx/test/std/strings/string.view/string.view.capacity/
capacity.pass.cpp 70 typedef std::wstring_view wstring_view; typedef
75 test1<wstring_view> ();
  /external/libcxx/test/std/strings/string.view/string.view.iterators/
begin.pass.cpp 48 typedef std::wstring_view wstring_view; typedef
53 test(wstring_view ());
55 test(wstring_view (L"123"));
66 constexpr wstring_view wsv {L"123", 3 };
end.pass.cpp 57 typedef std::wstring_view wstring_view; typedef
62 test(wstring_view ());
64 test(wstring_view (L"123"));
75 constexpr wstring_view wsv {L"123", 3 };
rend.pass.cpp 57 typedef std::wstring_view wstring_view; typedef
62 test(wstring_view ());
64 test(wstring_view (L"123"));
75 constexpr wstring_view wsv {L"123", 3 };
rbegin.pass.cpp 49 typedef std::wstring_view wstring_view; typedef
54 test(wstring_view ());
56 test(wstring_view (L"123"));
67 constexpr wstring_view wsv {L"123", 3 };
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/string.view/string.view.capacity/
capacity.pass.cpp 61 typedef std::experimental::wstring_view wstring_view; typedef
66 test1<wstring_view> ();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/string.view/string.view.iterators/
begin.pass.cpp 48 typedef std::experimental::wstring_view wstring_view; typedef
53 test(wstring_view ());
55 test(wstring_view (L"123"));
66 constexpr wstring_view wsv {L"123", 3 };
end.pass.cpp 57 typedef std::experimental::wstring_view wstring_view; typedef
62 test(wstring_view ());
64 test(wstring_view (L"123"));
75 constexpr wstring_view wsv {L"123", 3 };
rend.pass.cpp 57 typedef std::experimental::wstring_view wstring_view; typedef
62 test(wstring_view ());
64 test(wstring_view (L"123"));
rbegin.pass.cpp 49 typedef std::experimental::wstring_view wstring_view; typedef
54 test(wstring_view ());
56 test(wstring_view (L"123"));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/string.view/string.view.capacity/
capacity.pass.cpp 61 typedef std::wstring_view wstring_view; typedef
66 test1<wstring_view> ();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/string.view/string.view.iterators/
begin.pass.cpp 48 typedef std::wstring_view wstring_view; typedef
53 test(wstring_view ());
55 test(wstring_view (L"123"));
66 constexpr wstring_view wsv {L"123", 3 };
end.pass.cpp 57 typedef std::wstring_view wstring_view; typedef
62 test(wstring_view ());
64 test(wstring_view (L"123"));
75 constexpr wstring_view wsv {L"123", 3 };
rend.pass.cpp 57 typedef std::wstring_view wstring_view; typedef
62 test(wstring_view ());
64 test(wstring_view (L"123"));
75 constexpr wstring_view wsv {L"123", 3 };
rbegin.pass.cpp 49 typedef std::wstring_view wstring_view; typedef
54 test(wstring_view ());
56 test(wstring_view (L"123"));
67 constexpr wstring_view wsv {L"123", 3 };

Completed in 265 milliseconds