Home
last modified time | relevance | path

Searched defs:__next (Results 1 – 10 of 10) sorted by relevance

/external/stlport/stlport/stl/
D_list.c144 _Literator __next = __first; in _S_remove_if() local
157 _Literator __next = __first; in _S_unique() local
D_slist_base.c79 _Slist_node_base* __next = __node->_M_next; in __reverse() local
D_algo.h87 _ForwardIter __next = __first; in adjacent_find() local
271 _ForwardIter __next = __first; in remove() local
284 _ForwardIter __next = __first; in remove_if() local
D_num_get.c151 _Integer __next = __STATIC_CAST(_Integer, __base * __result - __n); in __get_integer() local
211 _Integer __next = __STATIC_CAST(_Integer, __base * __result + __n); in __get_integer() local
D_deque.c245 iterator __next = __pos; in _M_erase() local
D_algo.c685 _ForwardIter __next = __first; in __partition() local
909 _RandomAccessIter __next = __last; in __unguarded_linear_insert() local
2007 _ForwardIter __next = __first; in __is_sorted() local
/external/stlport/stlport/stl/debug/
D_list.h342 _Base_iterator __next = __first; in remove() local
418 _Base_iterator __next = __first; in unique() local
438 _Base_iterator __next = __first; in remove_if() local
452 _Base_iterator __next = __first; in unique() local
D_slist.h505 _Base_iterator __next = __first; in remove() local
517 _Base_iterator __next = __first; in unique() local
554 _Base_iterator __next = __first; in remove_if() local
568 _Base_iterator __next = __first; in unique() local
D_debug.c542 __owned_link* __prev, *__next; in _M_detach() local
/external/stlport/src/
Dallocators.cpp683 _Obj* __next = __chunk->_M_next; in _S_chunk_dealloc() local
780 _Pthread_alloc_per_thread_state *__next; member