/ndk/sources/cxx-stl/llvm-libc++/test/iterators/iterator.primitives/iterator.operations/ |
D | distance.pass.cpp | 27 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/ |
D | iterator.pass.cpp | 22 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/ |
D | iterator.pass.cpp | 22 test(S s, It first, It last, S expected) in test()
|
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.cons/ |
D | iter_alloc.pass.cpp | 25 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/ |
D | accumulate.pass.cpp | 25 test(Iter first, Iter last, T init, T x) in test()
|
D | accumulate_op.pass.cpp | 27 test(Iter first, Iter last, T init, T x) in test()
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector.bool/ |
D | construct_iter_iter.pass.cpp | 22 test(Iterator first, Iterator last) in test()
|
D | construct_iter_iter_alloc.pass.cpp | 23 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/ |
D | construct_iter_iter.pass.cpp | 22 test(Iterator first, Iterator last) in test()
|
D | construct_iter_iter_alloc.pass.cpp | 23 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/ |
D | iter_iter.pass.cpp | 22 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/ |
D | iter_iter_iter.pass.cpp | 22 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/ |
D | min_element_comp.pass.cpp | 25 test(Iter first, Iter last) in test()
|
D | max_element_comp.pass.cpp | 25 test(Iter first, Iter last) in test()
|
D | min_element.pass.cpp | 24 test(Iter first, Iter last) in test()
|
D | max_element.pass.cpp | 24 test(Iter first, Iter last) in test()
|
D | minmax_element.pass.cpp | 24 test(Iter first, Iter last) in test()
|
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.regex/re.regex.construct/ |
D | iter_iter.pass.cpp | 24 test(Iter first, Iter last, unsigned mc) in test()
|
D | iter_iter_flg.pass.cpp | 25 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/ |
D | binary_search_comp.pass.cpp | 27 test(Iter first, Iter last, const T& value, bool x) in test()
|
D | binary_search.pass.cpp | 26 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/ |
D | iter_iter_pointer.pass.cpp | 28 S::const_iterator last = s.begin() + pos1 + n1; in test() local
|
D | iter_iter_string.pass.cpp | 28 S::const_iterator last = s.begin() + pos1 + n1; in test() local
|
D | iter_iter_iter_iter.pass.cpp | 28 typename S::const_iterator last = s.begin() + pos1 + n1; in test() local
|
D | iter_iter_size_char.pass.cpp | 29 S::const_iterator last = s.begin() + pos1 + n1; in test() local
|