Home
last modified time | relevance | path

Searched defs:_Alloc_hider (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dvstring_util.h90 struct _Alloc_hider in _GLIBCXX_VISIBILITY() struct
93 _Alloc_hider(_CharT* __ptr) in _GLIBCXX_VISIBILITY() function
96 _Alloc_hider(const _Alloc1& __a, _CharT* __ptr) in _GLIBCXX_VISIBILITY() argument
99 _CharT* _M_p; // The actual data. in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dvstring_util.h89 struct _Alloc_hider in _GLIBCXX_VISIBILITY() struct
92 _Alloc_hider(_CharT* __ptr) in _GLIBCXX_VISIBILITY() argument
95 _Alloc_hider(const _Alloc1& __a, _CharT* __ptr) in _GLIBCXX_VISIBILITY() argument
98 _CharT* _M_p; // The actual data. in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dbasic_string.h139 struct _Alloc_hider : allocator_type // TODO check __is_final in _GLIBCXX_VISIBILITY() struct
143 : allocator_type(__a), _M_p(__dat) { } in _GLIBCXX_VISIBILITY()
152 pointer _M_p; // The actual data. in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dbasic_string.h269 struct _Alloc_hider : _Alloc in _GLIBCXX_VISIBILITY() struct
271 _Alloc_hider(_CharT* __dat, const _Alloc& __a) in _GLIBCXX_VISIBILITY() function
274 _CharT* _M_p; // The actual data. in _GLIBCXX_VISIBILITY()