Searched refs:list_base (Results 1 – 2 of 2) sorted by relevance
27 typedef list<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > list_base; \30 typedef list_base::allocator_type allocator_type; \31 typedef list_base::size_type size_type; \32 typedef list_base::iterator iterator; \33 explicit list(const allocator_type& a = allocator_type()) : list_base(a) {} \35 …irst, InputIterator last, const allocator_type& a = allocator_type()) : list_base(first, last, a) …36 list(const list& c) : list_base(c) {} \37 explicit list(size_type num, const value_type& val = value_type()) : list_base(num, val) {} \38 list(iterator start, iterator end) : list_base(start, end) {} \40 list_base::operator=(x); \[all …]
83 const void *list_base; member596 closure->list_base && closure->list_base < this) in sanitize()599 (((char *) this) - ((char *) closure->list_base)); in sanitize()