Searched refs:_M_decr (Results 1 - 5 of 5) sorted by relevance

/external/stlport/stlport/stl/
H A D_threads.h437 * _M_ref_count, and member functions _M_incr and _M_decr, which perform
462 // _M_incr and _M_decr
466 __stl_atomic_t _M_decr() { return _STLP_ATOMIC_DECREMENT(&_M_ref_count); } function in class:_Refcount_Base
473 __stl_atomic_t _M_decr() { function in class:_Refcount_Base
480 __stl_atomic_t _M_decr() { return --_M_ref_count; } function in class:_Refcount_Base
H A D_rope.c286 void _Rope_iterator_base<_CharT,_Alloc>::_M_decr(size_t __n) { function in class:_Alloc
416 __r->_M_decr(); // - ptr
419 __r->_M_decr(); // - ptr, __r->_M_ref_count == 1 or 0
527 __r->_M_decr();
533 __r->_M_decr();
545 __new_right->_M_decr();
1178 __r->_M_decr();
H A D_rope.h432 if (_M_decr() == 0) _M_free_tree();
821 void _M_decr(size_t __n);
934 this->_M_decr(-__n);
939 this->_M_decr(1);
944 this->_M_decr(__n);
960 this->_M_decr(1);
1030 this->_M_decr(-__n);
1035 this->_M_decr(1);
1040 this->_M_decr(__n);
1053 this->_M_decr(
[all...]
H A D_list.h92 void _M_decr() { _M_node = _M_node->_M_prev; } function in struct:_List_iterator_base
132 this->_M_decr();
137 this->_M_decr();
/external/stlport/src/
H A Dlocale_impl.cpp45 if ((f != 0) && (f->_M_decr() == 0)) {
64 if (_M_count()._M_decr() == 0) {
705 if (loc->_M_decr() == 0) {

Completed in 119 milliseconds