Home
last modified time | relevance | path

Searched defs:last (Results 1 – 25 of 42) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/test/iterators/iterator.primitives/iterator.operations/
Ddistance.pass.cpp27 test(It first, It last, typename std::iterator_traits<It>::difference_type x) in test()
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.modifiers/string_append/
Diterator.pass.cpp22 test(S s, It first, It last, S expected) in test()
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.modifiers/string_assign/
Diterator.pass.cpp22 test(S s, It first, It last, S expected) in test()
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.cons/
Diter_alloc.pass.cpp25 test(It first, It last) in test()
43 test(It first, It last, const test_allocator<typename std::iterator_traits<It>::value_type>& a) in test()
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/numeric.ops/accumulate/
Daccumulate.pass.cpp25 test(Iter first, Iter last, T init, T x) in test()
Daccumulate_op.pass.cpp27 test(Iter first, Iter last, T init, T x) in test()
/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector.bool/
Dconstruct_iter_iter.pass.cpp22 test(Iterator first, Iterator last) in test()
Dconstruct_iter_iter_alloc.pass.cpp23 test(Iterator first, Iterator last, const typename C::allocator_type& a) in test()
/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector/vector.cons/
Dconstruct_iter_iter.pass.cpp22 test(Iterator first, Iterator last) in test()
Dconstruct_iter_iter_alloc.pass.cpp23 test(Iterator first, Iterator last, const typename C::allocator_type& a) in test()
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.modifiers/string_erase/
Diter_iter.pass.cpp22 typename S::const_iterator last = s.cbegin() + pos + n; in test() local
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.modifiers/string_insert/
Diter_iter_iter.pass.cpp22 test(S s, typename S::difference_type pos, It first, It last, S expected) in test()
/ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.min.max/
Dmin_element_comp.pass.cpp25 test(Iter first, Iter last) in test()
Dmax_element_comp.pass.cpp25 test(Iter first, Iter last) in test()
Dmin_element.pass.cpp24 test(Iter first, Iter last) in test()
Dmax_element.pass.cpp24 test(Iter first, Iter last) in test()
Dminmax_element.pass.cpp24 test(Iter first, Iter last) in test()
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.regex/re.regex.construct/
Diter_iter.pass.cpp24 test(Iter first, Iter last, unsigned mc) in test()
Diter_iter_flg.pass.cpp25 test(Iter first, Iter last, std::regex_constants::syntax_option_type f, unsigned mc) in test()
/ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.binary.search/binary.search/
Dbinary_search_comp.pass.cpp27 test(Iter first, Iter last, const T& value, bool x) in test()
Dbinary_search.pass.cpp26 test(Iter first, Iter last, const T& value, bool x) in test()
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.modifiers/string_replace/
Diter_iter_pointer.pass.cpp28 S::const_iterator last = s.begin() + pos1 + n1; in test() local
Diter_iter_string.pass.cpp28 S::const_iterator last = s.begin() + pos1 + n1; in test() local
Diter_iter_iter_iter.pass.cpp28 typename S::const_iterator last = s.begin() + pos1 + n1; in test() local
Diter_iter_size_char.pass.cpp29 S::const_iterator last = s.begin() + pos1 + n1; in test() local

12