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

/external/eigen/Eigen/src/StlSupport/
H A DStdList.h35 typedef list<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > list_base; \
38 typedef typename list_base::allocator_type allocator_type; \
39 typedef typename list_base::size_type size_type; \
40 typedef typename list_base::iterator iterator; \
41 explicit list(const allocator_type& a = allocator_type()) : list_base(a) {} \
43 list(InputIterator first, InputIterator last, const allocator_type& a = allocator_type()) : list_base(first, last, a) {} \
44 list(const list& c) : list_base(c) {} \
45 explicit list(size_type num, const value_type& val = value_type()) : list_base(num, val) {} \
46 list(iterator start, iterator end) : list_base(start, end) {} \
48 list_base
85 Eigen::aligned_allocator_indirection<EIGEN_WORKAROUND_MSVC_STL_SUPPORT(T)> > list_base; typedef in class:std::list
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-common-private.hh66 void *list_base; member in struct:OT::Record::sanitize_closure_t
514 closure->list_base && closure->list_base < this)
517 (((char *) this) - ((char *) closure->list_base));
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh66 void *list_base; member in struct:OT::Record::sanitize_closure_t
514 closure->list_base && closure->list_base < this)
517 (((char *) this) - ((char *) closure->list_base));

Completed in 1779 milliseconds