Home | History | Annotate | Download | only in ext

Lines Matching refs:_M_count

867       size_t _M_count;  // Number of nonmatching characters
870 : _M_pattern(__p), _M_count(0) {}
882 _M_count += __i;
886 _M_count += __n; return true;
1063 size_type __result_pos = __start + __c._M_count;