Searched defs:_M_incr (Results 1 - 4 of 4) sorted by relevance
/external/stlport/stlport/stl/ | ||
H A D | _threads.h | 437 * _M_ref_count, and member functions _M_incr and _M_decr, which perform 462 // _M_incr and _M_decr 465 __stl_atomic_t _M_incr() { return _STLP_ATOMIC_INCREMENT(&_M_ref_count); } function in class:_Refcount_Base 469 __stl_atomic_t _M_incr() { function in class:_Refcount_Base 479 __stl_atomic_t _M_incr() { return ++_M_ref_count; } function in class:_Refcount_Base |
H A D | _list.h | 91 void _M_incr() { _M_node = _M_node->_M_next; } function in struct:_List_iterator_base 123 this->_M_incr(); 128 this->_M_incr(); |
H A D | _rope.c | 270 void _Rope_iterator_base<_CharT,_Alloc>::_M_incr(size_t __n) { function in class:_Alloc 415 if ( /* __r->_M_ref_count > 1 */ __r->_M_incr() > 2 ) { // - ptr 429 __r->_M_incr(); // i.e. __r->_M_ref_count = 2 526 if ( /* __count > 1 */ __r->_M_incr() > 2 ) { 552 __r->_M_incr(); 1177 if ( __r->_M_incr() > 2 ) { |
H A D | _slist.h | 74 void _M_incr() { function in struct:_Slist_iterator_base 107 _M_incr(); 112 _M_incr(); |
Completed in 1649 milliseconds