Searched defs:_Scoped_node (Results 1 – 2 of 2) sorted by relevance
276 struct _Scoped_node in _GLIBCXX_VISIBILITY() struct279 _Scoped_node(__node_type* __n, __hashtable_alloc* __h) in _GLIBCXX_VISIBILITY() argument284 _Scoped_node(__hashtable_alloc* __h, _Args&&... __args) in _GLIBCXX_VISIBILITY() function290 ~_Scoped_node() { if (_M_node) _M_h->_M_deallocate_node(_M_node); }; in _GLIBCXX_VISIBILITY()293 _Scoped_node& operator=(const _Scoped_node&) = delete; in _GLIBCXX_VISIBILITY()295 __hashtable_alloc* _M_h; in _GLIBCXX_VISIBILITY()296 __node_type* _M_node; in _GLIBCXX_VISIBILITY()
298 struct _Scoped_node in _GLIBCXX_VISIBILITY() struct301 _Scoped_node(__node_ptr __n, __hashtable_alloc* __h) in _GLIBCXX_VISIBILITY() function306 _Scoped_node(__hashtable_alloc* __h, _Args&&... __args) in _GLIBCXX_VISIBILITY() argument312 ~_Scoped_node() { if (_M_node) _M_h->_M_deallocate_node(_M_node); }; in _GLIBCXX_VISIBILITY()315 _Scoped_node& operator=(const _Scoped_node&) = delete; in _GLIBCXX_VISIBILITY()317 __hashtable_alloc* _M_h; in _GLIBCXX_VISIBILITY()318 __node_ptr _M_node; in _GLIBCXX_VISIBILITY()