Searched refs:ConstPlainObjectType (Results 1 - 3 of 3) sorted by relevance

/external/eigen/test/
H A Dmapped_matrix.cpp110 typedef typename internal::add_const<PlainObjectType>::type ConstPlainObjectType; typedef
111 VERIFY( !(internal::traits<Map<ConstPlainObjectType> >::Flags & LvalueBit) );
112 VERIFY( !(internal::traits<Map<ConstPlainObjectType, Aligned> >::Flags & LvalueBit) );
113 VERIFY( !(Map<ConstPlainObjectType>::Flags & LvalueBit) );
114 VERIFY( !(Map<ConstPlainObjectType, Aligned>::Flags & LvalueBit) );
H A Dgeo_quaternion.cpp263 typedef typename internal::add_const<PlainObjectType>::type ConstPlainObjectType; typedef
264 VERIFY( !(internal::traits<Map<ConstPlainObjectType> >::Flags & LvalueBit) );
265 VERIFY( !(internal::traits<Map<ConstPlainObjectType, Aligned> >::Flags & LvalueBit) );
266 VERIFY( !(Map<ConstPlainObjectType>::Flags & LvalueBit) );
267 VERIFY( !(Map<ConstPlainObjectType, Aligned>::Flags & LvalueBit) );
H A Dref.cpp150 typedef typename internal::add_const<PlainObjectType>::type ConstPlainObjectType; typedef
151 VERIFY( !(internal::traits<Ref<ConstPlainObjectType> >::Flags & LvalueBit) );
152 VERIFY( !(internal::traits<Ref<ConstPlainObjectType, Aligned> >::Flags & LvalueBit) );
153 VERIFY( !(Ref<ConstPlainObjectType>::Flags & LvalueBit) );
154 VERIFY( !(Ref<ConstPlainObjectType, Aligned>::Flags & LvalueBit) );

Completed in 39 milliseconds