HomeSort by: relevance | last modified time | path
    Searched defs:_Vector_impl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_vector.h 135 struct _Vector_impl
139 _Vector_impl() _GLIBCXX_NOEXCEPT_IF(
148 _Vector_impl(_Tp_alloc_type const& __a) _GLIBCXX_NOEXCEPT
156 _Vector_impl(_Vector_impl&& __x) noexcept
161 _Vector_impl(_Tp_alloc_type&& __a) noexcept
166 _Vector_impl(_Tp_alloc_type&& __a, _Vector_impl&& __rv) noexcept
179 _S_shrink(_Vector_impl&, size_type) { }
181 _S_on_dealloc(_Vector_impl&) {
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_vector.h 133 struct _Vector_impl
137 _Vector_impl() _GLIBCXX_NOEXCEPT_IF(
146 _Vector_impl(_Tp_alloc_type const& __a) _GLIBCXX_NOEXCEPT
154 _Vector_impl(_Vector_impl&& __x) noexcept
159 _Vector_impl(_Tp_alloc_type&& __a) noexcept
164 _Vector_impl(_Tp_alloc_type&& __a, _Vector_impl&& __rv) noexcept
177 _S_shrink(_Vector_impl&, size_type) { }
179 _S_on_dealloc(_Vector_impl&) {
    [all...]

Completed in 25 milliseconds