Searched defs:list_base (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/StlSupport/
H A DStdList.h27 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 list(InputIterator first, 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
77 Eigen::aligned_allocator_indirection<EIGEN_WORKAROUND_MSVC_STL_SUPPORT(T)> > list_base; typedef in class:std::list
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh74 const void *list_base; member in struct:OT::Record::sanitize_closure_t
532 closure->list_base && closure->list_base < this)
535 (((char *) this) - ((char *) closure->list_base));

Completed in 152 milliseconds