Home
last modified time | relevance | path

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

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