Searched defs:wstring_view (Results 1 - 6 of 6) sorted by relevance

/external/libcxx/test/std/experimental/string.view/string.view.cons/
H A Ddefault.pass.cpp39 typedef std::experimental::wstring_view wstring_view; typedef
44 test<wstring_view> ();
/external/libcxx/test/std/experimental/string.view/string.view.capacity/
H A Dcapacity.pass.cpp59 typedef std::experimental::wstring_view wstring_view; typedef
64 test1<wstring_view> ();
/external/libcxx/test/std/experimental/string.view/string.view.iterators/
H A Dbegin.pass.cpp46 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 };
H A Dend.pass.cpp54 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 };
H A Drbegin.pass.cpp47 typedef std::experimental::wstring_view wstring_view; typedef
52 test(wstring_view ());
54 test(wstring_view (L"123"));
H A Drend.pass.cpp54 typedef std::experimental::wstring_view wstring_view; typedef
59 test(wstring_view ());
61 test(wstring_view (L"123"));

Completed in 124 milliseconds