Home
last modified time | relevance | path

Searched refs:_Vector_impl (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_vector.h88 struct _Vector_impl in _GLIBCXX_VISIBILITY() struct
95 _Vector_impl() in _GLIBCXX_VISIBILITY() argument
99 _Vector_impl(_Tp_alloc_type const& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
104 _Vector_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() function
110 void _M_swap_data(_Vector_impl& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument
124 static void _S_shrink(_Vector_impl&, size_type) { } in _GLIBCXX_VISIBILITY()
125 static void _S_on_dealloc(_Vector_impl&) { } in _GLIBCXX_VISIBILITY()
127 typedef _Vector_impl& _Reinit; in _GLIBCXX_VISIBILITY()
131 _Grow(_Vector_impl&, size_type) { } in _GLIBCXX_VISIBILITY()
146 _S_adjust(_Vector_impl& __impl, pointer __prev, pointer __curr) in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_vector.h80 struct _Vector_impl in _GLIBCXX_VISIBILITY() struct
87 _Vector_impl() in _GLIBCXX_VISIBILITY() function
91 _Vector_impl(_Tp_alloc_type const& __a) in _GLIBCXX_VISIBILITY() argument
96 _Vector_impl(_Tp_alloc_type&& __a) in _GLIBCXX_VISIBILITY() function
102 void _M_swap_data(_Vector_impl& __x) in _GLIBCXX_VISIBILITY() argument
165 _Vector_impl _M_impl; in _GLIBCXX_VISIBILITY()