Searched refs:_M_count (Results 1 – 4 of 4) sorted by relevance
106 size_t _M_count; in _GLIBCXX_BEGIN_NAMESPACE() member115 { ++_M_count; } in _GLIBCXX_BEGIN_NAMESPACE()119 { return --_M_count; } in _GLIBCXX_BEGIN_NAMESPACE()
112 : _M_count(1), _M_start(__o), _M_size(__l), _M_stride(__s), in _Indexer()
871 size_t _M_count; // Number of nonmatching characters874 : _M_pattern(__p), _M_count(0) {} in _Rope_find_char_char_consumer()886 _M_count += __i; in operator()890 _M_count += __n; return true; in operator()1067 size_type __result_pos = __start + __c._M_count; in find()
42 * include/bits/localefwd.h (_Count_ones): Change _S_count to _M_count.