Searched defs:_Impl (Results 1 – 10 of 10) sorted by relevance
202 struct path::_List::_Impl struct in path::_List204 using value_type = _Cmpt;206 _Impl(int cap) : _M_size(0), _M_capacity(cap) { } in _Impl() argument208 alignas(value_type) int _M_size;209 int _M_capacity;211 using iterator = value_type*;212 using const_iterator = const value_type*;214 iterator begin() { return reinterpret_cast<value_type*>(this + 1); } in begin()215 iterator end() { return begin() + size(); } in end()217 const_iterator begin() const in begin()[all …]
203 struct path::_List::_Impl struct in path::_List205 using value_type = _Cmpt;207 _Impl(int cap) : _M_size(0), _M_capacity(cap) { } in _Impl() function209 alignas(value_type) int _M_size;210 int _M_capacity;212 using iterator = value_type*;213 using const_iterator = const value_type*;215 iterator begin() { return reinterpret_cast<value_type*>(this + 1); } in begin()216 iterator end() { return begin() + size(); } in end()218 const_iterator begin() const in begin()[all …]
72 class _Impl; in _GLIBCXX_VISIBILITY() local75 friend class _Impl; in _GLIBCXX_VISIBILITY() local
191 _Impl(const char* __s, size_t __refs) in _Impl() function in std::locale::_Impl
259 _Impl(const _Impl& __imp, size_t __refs) in _Impl() function in std::locale::_Impl
491 _Impl(size_t __refs) throw() in _Impl() function in std::locale::_Impl
179 _Impl(const char* __s, size_t __refs) in _Impl() function in std::locale::_Impl
472 _Impl(size_t __refs) throw() in _Impl() function in std::locale::_Impl