Home
last modified time | relevance | path

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

123

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
Dbinary_search.hpp37 ForwardIter lower_bound(ForwardIter first, ForwardIter last, in lower_bound()
62 ForwardIter lower_bound(ForwardIter first, ForwardIter last, in lower_bound()
87 ForwardIter upper_bound(ForwardIter first, ForwardIter last, in upper_bound()
112 ForwardIter upper_bound(ForwardIter first, ForwardIter last, in upper_bound()
138 equal_range(ForwardIter first, ForwardIter last, const Tp& val) in equal_range()
169 equal_range(ForwardIter first, ForwardIter last, const Tp& val, in equal_range()
200 bool binary_search(ForwardIter first, ForwardIter last, in binary_search()
207 bool binary_search(ForwardIter first, ForwardIter last, in binary_search()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_demangle.cpp97 print_state(const char* msg, const char* first, const char* last, const C& db) in print_state()
109 parse_number(const char* first, const char* last) in parse_number()
172 parse_floating_number(const char* first, const char* last, C& db) in parse_floating_number()
216 parse_source_name(const char* first, const char* last, C& db) in parse_source_name()
258 parse_substitution(const char* first, const char* last, C& db) in parse_substitution()
366 parse_builtin_type(const char* first, const char* last, C& db) in parse_builtin_type()
515 parse_cv_qualifiers(const char* first, const char* last, unsigned& cv) in parse_cv_qualifiers()
544 parse_template_param(const char* first, const char* last, C& db) in parse_template_param()
601 parse_const_cast_expr(const char* first, const char* last, C& db) in parse_const_cast_expr()
627 parse_dynamic_cast_expr(const char* first, const char* last, C& db) in parse_dynamic_cast_expr()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/
Dmin_element_comp.pass.cpp25 test(Iter first, Iter last) in test()
62 void test_eq0(Iter first, Iter last, Pred p) in test_eq0()
Dmax_element_comp.pass.cpp25 test(Iter first, Iter last) in test()
62 void test_eq0(Iter first, Iter last, Pred p) in test_eq0()
Dmax_element.pass.cpp24 test(Iter first, Iter last) in test()
Dmin_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++/libcxx/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++/libcxx/test/strings/basic.string/string.cons/
Diter_alloc.pass.cpp26 test(It first, It last) in test()
44 test(It first, It last, const A& a) in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
Dconstruct_iter_iter.pass.cpp24 test(Iterator first, Iterator last) in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/test/containers/sequences/vector.bool/
Dconstruct_iter_iter.pass.cpp23 test(Iterator first, Iterator last) in test()
Dconstruct_iter_iter_alloc.pass.cpp24 test(Iterator first, Iterator last, const typename C::allocator_type& a) in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_assign/
Diterator.pass.cpp23 test(S s, It first, It last, S expected) in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_append/
Diterator.pass.cpp23 test(S s, It first, It last, S expected) in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/
Diter_iter.pass.cpp24 typename S::const_iterator last = s.cbegin() + pos + n; in test() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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++/libcxx/test/algorithms/alg.sorting/alg.binary.search/lower.bound/
Dlower_bound_comp.pass.cpp26 test(Iter first, Iter last, const T& value) in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.binary.search/upper.bound/
Dupper_bound.pass.cpp25 test(Iter first, Iter last, const T& value) in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/
Diter_iter_pointer.pass.cpp29 typename S::const_iterator last = s.begin() + pos1 + n1; in test() local
Diter_iter_string.pass.cpp29 typename S::const_iterator last = s.begin() + pos1 + n1; in test() local

123