Searched refs:EIGEN_ALIGNED_ALLOCATOR (Results 1 – 4 of 4) sorted by relevance
/external/eigen/Eigen/src/StlSupport/ |
D | details.h | 14 #ifndef EIGEN_ALIGNED_ALLOCATOR 15 #define EIGEN_ALIGNED_ALLOCATOR Eigen::aligned_allocator macro 22 class aligned_allocator_indirection : public EIGEN_ALIGNED_ALLOCATOR<T> 40 …aligned_allocator_indirection(const aligned_allocator_indirection& ) : EIGEN_ALIGNED_ALLOCATOR<T>(… in aligned_allocator_indirection() 41 aligned_allocator_indirection(const EIGEN_ALIGNED_ALLOCATOR<T>& ) {} in aligned_allocator_indirection() 45 aligned_allocator_indirection(const EIGEN_ALIGNED_ALLOCATOR<U>& ) {} in aligned_allocator_indirection()
|
D | StdList.h | 17 …TL_LIST_INSTANTIATION(...) template class std::list<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS… 33 : public list<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > \ 35 typedef list<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > list_base; \ 80 class list<T,EIGEN_ALIGNED_ALLOCATOR<T> >
|
D | StdDeque.h | 18 …_DEQUE_INSTANTIATION(...) template class std::deque<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS… 34 : public deque<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > \ 36 typedef deque<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > deque_base; \ 80 class deque<T,EIGEN_ALIGNED_ALLOCATOR<T> >
|
D | StdVector.h | 26 : public vector<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > \ 28 typedef vector<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > vector_base; \ 69 class vector<T,EIGEN_ALIGNED_ALLOCATOR<T> >
|