Searched defs:__normal_iterator (Results 1 – 2 of 2) sorted by relevance
650 __normal_iterator() : _M_current(_Iterator()) { } in __normal_iterator() function653 __normal_iterator(const _Iterator& __i) : _M_current(__i) { } in __normal_iterator() function657 __normal_iterator(const __normal_iterator<_Iter, in __normal_iterator() function
590 __normal_iterator() : _M_current(_Iterator()) { } in __normal_iterator() function593 __normal_iterator(const _Iterator& __i) : _M_current(__i) { } in __normal_iterator() function597 inline __normal_iterator(const __normal_iterator<_Iter, _Container>& __i) in __normal_iterator() function