Searched defs:__alloc_traits (Results 1 – 4 of 4) sorted by relevance
48 struct __alloc_traits in _GLIBCXX_VISIBILITY() struct53 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY()55 typedef std::allocator_traits<_Alloc> _Base_type; in _GLIBCXX_VISIBILITY()56 typedef typename _Base_type::value_type value_type; in _GLIBCXX_VISIBILITY()57 typedef typename _Base_type::pointer pointer; in _GLIBCXX_VISIBILITY()58 typedef typename _Base_type::const_pointer const_pointer; in _GLIBCXX_VISIBILITY()59 typedef typename _Base_type::size_type size_type; in _GLIBCXX_VISIBILITY()60 typedef typename _Base_type::difference_type difference_type; in _GLIBCXX_VISIBILITY()62 typedef value_type& reference; in _GLIBCXX_VISIBILITY()63 typedef const value_type& const_reference; in _GLIBCXX_VISIBILITY()[all …]
49 typedef _LIBCPP_NODEBUG_TYPE allocator_traits<_Alloc> __alloc_traits; typedef
2232 alias __alloc_traits = allocator_traits!allocator_type; in version() local