Searched defs:_Scratch_list (Results 1 – 1 of 1) sorted by relevance
163 struct _Scratch_list : _List_node_base in _GLIBCXX_VISIBILITY() struct165 _Scratch_list() { _M_next = _M_prev = this; } in _GLIBCXX_VISIBILITY() argument167 bool empty() const { return _M_next == this; } in _GLIBCXX_VISIBILITY()169 void swap(_List_node_base& __l) { _List_node_base::swap(*this, __l); } in _GLIBCXX_VISIBILITY()172 struct _Ptr_cmp in _GLIBCXX_VISIBILITY()