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

/external/eigen/test/
H A Dsparse_ref.cpp37 typedef typename internal::add_const<PlainObjectType>::type ConstPlainObjectType; typedef
38 VERIFY( !(internal::traits<Ref<ConstPlainObjectType> >::Flags & LvalueBit) );
39 VERIFY( !(internal::traits<Ref<ConstPlainObjectType, Aligned> >::Flags & LvalueBit) );
40 VERIFY( !(Ref<ConstPlainObjectType>::Flags & LvalueBit) );
41 VERIFY( !(Ref<ConstPlainObjectType, Aligned>::Flags & LvalueBit) );
H A Dmapped_matrix.cpp155 typedef typename internal::add_const<PlainObjectType>::type ConstPlainObjectType; typedef
156 VERIFY( !(internal::traits<Map<ConstPlainObjectType> >::Flags & LvalueBit) );
157 VERIFY( !(internal::traits<Map<ConstPlainObjectType, AlignedMax> >::Flags & LvalueBit) );
158 VERIFY( !(Map<ConstPlainObjectType>::Flags & LvalueBit) );
159 VERIFY( !(Map<ConstPlainObjectType, AlignedMax>::Flags & LvalueBit) );
H A Dgeo_quaternion.cpp268 typedef typename internal::add_const<PlainObjectType>::type ConstPlainObjectType; typedef
269 VERIFY( !(internal::traits<Map<ConstPlainObjectType> >::Flags & LvalueBit) );
270 VERIFY( !(internal::traits<Map<ConstPlainObjectType, Aligned> >::Flags & LvalueBit) );
271 VERIFY( !(Map<ConstPlainObjectType>::Flags & LvalueBit) );
272 VERIFY( !(Map<ConstPlainObjectType, Aligned>::Flags & LvalueBit) );
H A Dref.cpp145 typedef typename internal::add_const<PlainObjectType>::type ConstPlainObjectType; typedef
146 VERIFY( !(internal::traits<Ref<ConstPlainObjectType> >::Flags & LvalueBit) );
147 VERIFY( !(internal::traits<Ref<ConstPlainObjectType, Aligned> >::Flags & LvalueBit) );
148 VERIFY( !(Ref<ConstPlainObjectType>::Flags & LvalueBit) );
149 VERIFY( !(Ref<ConstPlainObjectType, Aligned>::Flags & LvalueBit) );

Completed in 77 milliseconds