Searched refs:_M_count (Results 1 – 3 of 3) sorted by relevance
85 _Refcount_Base& _M_count() const;
58 if (_M_count()._M_incr() == 1) { in Init()64 if (_M_count()._M_decr() == 0) { in ~Init()69 _Refcount_Base& _Locale_impl::Init::_M_count() const { in _M_count() function in _Locale_impl::Init
739 size_t _M_count; // Number of nonmatching characters741 : _M_pattern(__p), _M_count(0) {} in _Rope_find_char_char_consumer()747 _M_count += __i; return false; in operator()750 _M_count += __n; return true; in operator()909 size_type __result_pos = __start + __c._M_count; in find()