Home | History | Annotate | Download | only in bits

Lines Matching refs:_M_end

105       : _M_current(__begin) , _M_end(__end) , _M_flags(__flags),
146 _IteratorT _M_end;
159 if (_M_current == _M_end)
267 while (_M_current != _M_end
313 if (_M_current == _M_end)
367 if (_M_current == _M_end)
426 if (_M_current == _M_end)
435 if (_M_current == _M_end)
475 if (_M_current == _M_end)
478 _M_current != _M_end && *_M_current != _M_ctype.widen(':');
481 if (_M_current == _M_end)
496 if (_M_current == _M_end)
499 _M_current != _M_end && *_M_current != _M_ctype.widen('=');
502 if (_M_current == _M_end)
517 if (_M_current == _M_end)
520 _M_current != _M_end && *_M_current != _M_ctype.widen('.');
523 if (_M_current == _M_end)