Searched defs:__count (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _uninitialized.h | 162 __ucopy_n(_InputIter __first, _Size __count, _ForwardIter __result, in __ucopy_n() 177 __ucopy_n(_InputIter __first, _Size __count, in __ucopy_n() 184 __ucopy_n(_InputIter __first, _Size __count, in __ucopy_n() 192 __ucopy_n(_RandomAccessIter __first, _Size __count, _ForwardIter __result, in __ucopy_n() 201 __ucopy_n(_InputIter __first, _Size __count, _ForwardIter __result) in __ucopy_n() 210 uninitialized_copy_n(_InputIter __first, _Size __count, _ForwardIter __result) in uninitialized_copy_n()
|
D | _algobase.h | 389 __copy_n(_RAIter __first, _Size __count, _OutputIter __result, in __copy_n() 399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) { in copy_n()
|
D | _algo.c | 155 _Integer __count, const _Tp& __val, _BinaryPred __pred, in __search_n() 221 _Integer __count, const _Tp& __val, _BinaryPred __pred, in __search_n() 247 _Integer __count, const _Tp& __val) { in search_n() 261 _Integer __count, const _Tp& __val, in search_n()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | facets_byname.cpp | 410 size_t __count = 0; in do_length() local
|