/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_assign/ |
D | string_size_size.pass.cpp | 24 test(S s, S str, typename S::size_type pos, typename S::size_type n, S expected) in test() 41 test_npos(S s, S str, typename S::size_type pos, S expected) in test_npos()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_append/ |
D | string_size_size.pass.cpp | 24 test(S s, S str, typename S::size_type pos, typename S::size_type n, S expected) in test() 41 test_npos(S s, S str, typename S::size_type pos, S expected) in test_npos()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/ |
D | substr.pass.cpp | 26 test(S str, unsigned pos) in test() 49 test(S str, unsigned pos, unsigned n) in test() 72 test(S str, unsigned pos, unsigned n, const typename S::allocator_type& a) in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_rfind/ |
D | pointer_size.pass.cpp | 21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, in test() 39 typename S::size_type pos = s.size(); in test() local
|
D | char_size.pass.cpp | 21 test(const S& s, typename S::value_type c, typename S::size_type pos, in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/ |
D | size_size.pass.cpp | 23 test(S s, typename S::size_type pos, typename S::size_type n, S expected) in test() 43 test(S s, typename S::size_type pos, S expected) in test()
|
D | iter.pass.cpp | 21 test(S s, typename S::difference_type pos, S expected) in test()
|
D | iter_iter.pass.cpp | 21 test(S s, typename S::difference_type pos, typename S::difference_type n, S expected) in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | nasty_containers.hpp | 98 template <class... Args> iterator emplace(const_iterator pos, Args&&... args) in emplace() 103 iterator insert(const_iterator pos, const value_type& x) { return v_.insert(pos, x); } in insert() 105 …iterator insert(const_iterator pos, value_type&& x) { return v_.insert(pos, std::forward<valu… in insert() 107 …iterator insert(const_iterator pos, size_type n, const value_type& x) { return v_.insert(pos, n, x… in insert() 109 iterator insert(const_iterator pos, InputIterator first, InputIterator last) in insert() 113 …iterator insert(const_iterator pos, std::initializer_list<value_type> il) { return v_.insert(pos, … in insert() 116 iterator erase(const_iterator pos) { return v_.erase(pos); } in erase() 219 template <class... Args> iterator emplace(const_iterator pos, Args&&... args) in emplace() 224 iterator insert(const_iterator pos, const value_type& x) { return l_.insert(pos, x); } in insert() 226 …iterator insert(const_iterator pos, value_type&& x) { return l_.insert(pos, std::forward<valu… in insert() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.access/ |
D | at.pass.cpp | 23 test(S s, typename S::size_type pos) in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_substr/ |
D | substr.pass.cpp | 23 test(const S& s, typename S::size_type pos, typename S::size_type n) in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/ |
D | size_pointer.pass.cpp | 23 test(S s, typename S::size_type pos, const typename S::value_type* str, S expected) in test()
|
D | size_string.pass.cpp | 23 test(S s, typename S::size_type pos, S str, S expected) in test()
|
D | size_pointer_size.pass.cpp | 23 test(S s, typename S::size_type pos, const typename S::value_type* str, in test()
|
D | size_size_char.pass.cpp | 23 test(S s, typename S::size_type pos, typename S::size_type n, in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.last.not.of/ |
D | char_size.pass.cpp | 21 test(const S& s, typename S::value_type c, typename S::size_type pos, in test()
|
D | pointer_size_size.pass.cpp | 21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find/ |
D | char_size.pass.cpp | 21 test(const S& s, typename S::value_type c, typename S::size_type pos, in test()
|
D | pointer_size_size.pass.cpp | 21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.first.not.of/ |
D | char_size.pass.cpp | 21 test(const S& s, typename S::value_type c, typename S::size_type pos, in test()
|
D | pointer_size_size.pass.cpp | 21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.first.of/ |
D | char_size.pass.cpp | 21 test(const S& s, typename S::value_type c, typename S::size_type pos, in test()
|
D | pointer_size_size.pass.cpp | 21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.last.of/ |
D | char_size.pass.cpp | 21 test(const S& s, typename S::value_type c, typename S::size_type pos, in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_copy/ |
D | copy.pass.cpp | 24 typename S::size_type pos) in test()
|