Home | History | Annotate | Download | only in profile

Lines Matching full:_m_ds

48       const _Sequence* _M_ds;
60 : _M_current(), _M_ds(0) { }
63 : _M_current(__i), _M_ds(__seq) { }
66 : _M_current(__x._M_current), _M_ds(__x._M_ds) { }
74 : _M_current(__x.base()), _M_ds(__x._M_get_sequence()) { }
91 _M_ds->_M_profile_iterate();
99 _M_ds->_M_profile_iterate();
108 _M_ds->_M_profile_iterate(1);
116 _M_ds->_M_profile_iterate(1);
170 { _M_ds->_M_profile_find(); }
174 { return static_cast<const _Sequence*>(_M_ds); }