Home
last modified time | relevance | path

Searched defs:_Scoped_node (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dhashtable.h276 struct _Scoped_node in _GLIBCXX_VISIBILITY() struct
279 _Scoped_node(__node_type* __n, __hashtable_alloc* __h) in _GLIBCXX_VISIBILITY() argument
284 _Scoped_node(__hashtable_alloc* __h, _Args&&... __args) in _GLIBCXX_VISIBILITY() function
290 ~_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()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dhashtable.h298 struct _Scoped_node in _GLIBCXX_VISIBILITY() struct
301 _Scoped_node(__node_ptr __n, __hashtable_alloc* __h) in _GLIBCXX_VISIBILITY() function
306 _Scoped_node(__hashtable_alloc* __h, _Args&&... __args) in _GLIBCXX_VISIBILITY() argument
312 ~_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()