Searched refs:string_view (Results 51 - 75 of 80) sorted by relevance

1234

/external/libcxx/test/std/experimental/string.view/string.view.modifiers/
H A Dremove_prefix.pass.cpp11 // <string_view>
15 #include <experimental/string_view>
H A Dremove_suffix.pass.cpp11 // <string_view>
15 #include <experimental/string_view>
H A Dswap.pass.cpp11 // <string_view>
15 #include <experimental/string_view>
/external/libcxx/test/std/experimental/string.view/string.view.ops/
H A Dbasic_string.pass.cpp11 // <string_view>
16 #include <experimental/string_view>
H A Dto_string.pass.cpp11 // <string_view>
19 #include <experimental/string_view>
H A Dcopy.pass.cpp11 // <string_view>
22 #include <experimental/string_view>
H A Dcompare.pointer.pass.cpp10 // <string_view>
14 #include <experimental/string_view>
H A Dcompare.sv.pass.cpp11 // <string_view>
14 #include <experimental/string_view>
H A Dcompare.size_size_sv.pass.cpp11 // <string_view>
15 #include <experimental/string_view>
/external/libcxx/test/std/experimental/string.view/string.view.find/
H A Dfind_first_not_of_pointer_size.pass.cpp10 // <string_view>
14 #include <experimental/string_view>
147 typedef std::experimental::string_view S;
H A Dfind_first_not_of_string_view_size.pass.cpp10 // <string_view>
14 #include <experimental/string_view>
144 typedef std::experimental::string_view S;
H A Dfind_first_of_pointer_size.pass.cpp14 #include <experimental/string_view>
147 typedef std::experimental::string_view S;
H A Dfind_first_of_string_view_size.pass.cpp14 #include <experimental/string_view>
144 typedef std::experimental::string_view S;
H A Dfind_last_not_of_pointer_size.pass.cpp10 // <string_view>
14 #include <experimental/string_view>
147 typedef std::experimental::string_view S;
H A Dfind_last_not_of_string_view_size.pass.cpp10 // <string_view>
14 #include <experimental/string_view>
144 typedef std::experimental::string_view S;
H A Dfind_last_of_pointer_size.pass.cpp10 // <string_view>
14 #include <experimental/string_view>
147 typedef std::experimental::string_view S;
H A Dfind_last_of_string_view_size.pass.cpp10 // <string_view>
14 #include <experimental/string_view>
144 typedef std::experimental::string_view S;
H A Dfind_pointer_size.pass.cpp14 #include <experimental/string_view>
153 typedef std::experimental::string_view S;
H A Dfind_string_view_size.pass.cpp10 // <string_view>
14 #include <experimental/string_view>
146 typedef std::experimental::string_view S;
H A Drfind_pointer_size.pass.cpp10 // <string_view>
13 #include <experimental/string_view>
153 typedef std::experimental::string_view S;
H A Drfind_string_view_size.pass.cpp10 // <string_view>
14 #include <experimental/string_view>
146 typedef std::experimental::string_view S;
H A Dfind_last_not_of_pointer_size_size.pass.cpp14 #include <experimental/string_view>
372 typedef std::experimental::string_view S;
H A Drfind_pointer_size_size.pass.cpp10 // <string_view>
13 #include <experimental/string_view>
371 typedef std::experimental::string_view S;
H A Dfind_first_not_of_pointer_size_size.pass.cpp10 // <string_view>
14 #include <experimental/string_view>
372 typedef std::experimental::string_view S;
H A Dfind_first_of_pointer_size_size.pass.cpp14 #include <experimental/string_view>
372 typedef std::experimental::string_view S;

Completed in 1353 milliseconds

1234