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

  /external/libcxx/test/std/experimental/string.view/string.view.cons/
default.pass.cpp 39 typedef std::experimental::wstring_view wstring_view; typedef
44 test<wstring_view> ();
  /external/libcxx/test/std/experimental/string.view/string.view.capacity/
capacity.pass.cpp 59 typedef std::experimental::wstring_view wstring_view; typedef
64 test1<wstring_view> ();
  /external/libcxx/test/std/experimental/string.view/string.view.iterators/
begin.pass.cpp 46 typedef std::experimental::wstring_view wstring_view; typedef
51 test(wstring_view ());
53 test(wstring_view (L"123"));
64 constexpr wstring_view wsv {L"123", 3 };
end.pass.cpp 54 typedef std::experimental::wstring_view wstring_view; typedef
59 test(wstring_view ());
61 test(wstring_view (L"123"));
72 constexpr wstring_view wsv {L"123", 3 };
rend.pass.cpp 54 typedef std::experimental::wstring_view wstring_view; typedef
59 test(wstring_view ());
61 test(wstring_view (L"123"));
rbegin.pass.cpp 47 typedef std::experimental::wstring_view wstring_view; typedef
52 test(wstring_view ());
54 test(wstring_view (L"123"));

Completed in 83 milliseconds