Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 66) sorted by relevance

123

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_assign/
Dstring_size_size.pass.cpp24 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/
Dstring_size_size.pass.cpp24 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/
Dsubstr.pass.cpp26 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/
Dpointer_size.pass.cpp21 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
Dchar_size.pass.cpp21 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/
Dsize_size.pass.cpp23 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()
Diter.pass.cpp21 test(S s, typename S::difference_type pos, S expected) in test()
Diter_iter.pass.cpp21 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/
Dnasty_containers.hpp98 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/
Dat.pass.cpp23 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/
Dsubstr.pass.cpp23 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/
Dsize_pointer.pass.cpp23 test(S s, typename S::size_type pos, const typename S::value_type* str, S expected) in test()
Dsize_string.pass.cpp23 test(S s, typename S::size_type pos, S str, S expected) in test()
Dsize_pointer_size.pass.cpp23 test(S s, typename S::size_type pos, const typename S::value_type* str, in test()
Dsize_size_char.pass.cpp23 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/
Dchar_size.pass.cpp21 test(const S& s, typename S::value_type c, typename S::size_type pos, in test()
Dpointer_size_size.pass.cpp21 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/
Dchar_size.pass.cpp21 test(const S& s, typename S::value_type c, typename S::size_type pos, in test()
Dpointer_size_size.pass.cpp21 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/
Dchar_size.pass.cpp21 test(const S& s, typename S::value_type c, typename S::size_type pos, in test()
Dpointer_size_size.pass.cpp21 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/
Dchar_size.pass.cpp21 test(const S& s, typename S::value_type c, typename S::size_type pos, in test()
Dpointer_size_size.pass.cpp21 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/
Dchar_size.pass.cpp21 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/
Dcopy.pass.cpp24 typename S::size_type pos) in test()

123