Lines Matching defs:const
28 typedef const T* const_pointer;
30 typedef const T& const_reference;
40 aligned_allocator_indirection(const aligned_allocator_indirection& ) : EIGEN_ALIGNED_ALLOCATOR<T>() {}
41 aligned_allocator_indirection(const EIGEN_ALIGNED_ALLOCATOR<T>& ) {}
43 aligned_allocator_indirection(const aligned_allocator_indirection<U>& ) {}
45 aligned_allocator_indirection(const EIGEN_ALIGNED_ALLOCATOR<U>& ) {}
65 inline workaround_msvc_stl_support(const T& other) : T(other) {}
67 inline operator const T& () const { return *static_cast<const T*>(this); }
69 inline T& operator=(const OtherT& other)
71 inline workaround_msvc_stl_support& operator=(const workaround_msvc_stl_support& other)