OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstPlainObjectType
(Results
1 - 3
of
3
) sorted by null
/external/eigen/test/
mapped_matrix.cpp
110
typedef typename internal::add_const<PlainObjectType>::type
ConstPlainObjectType
;
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) );
geo_quaternion.cpp
263
typedef typename internal::add_const<PlainObjectType>::type
ConstPlainObjectType
;
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) );
ref.cpp
150
typedef typename internal::add_const<PlainObjectType>::type
ConstPlainObjectType
;
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 186 milliseconds