Searched refs:ConstPlainObjectType (Results 1 – 4 of 4) sorted by relevance
37 typedef typename internal::add_const<PlainObjectType>::type ConstPlainObjectType; in check_const_correctness() typedef38 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()
155 typedef typename internal::add_const<PlainObjectType>::type ConstPlainObjectType; in check_const_correctness() typedef156 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()
268 typedef typename internal::add_const<PlainObjectType>::type ConstPlainObjectType; in check_const_correctness() typedef269 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()
145 typedef typename internal::add_const<PlainObjectType>::type ConstPlainObjectType; in check_const_correctness() typedef146 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()