Home
last modified time | relevance | path

Searched refs:CharIntDoubleCharList (Results 1 – 2 of 2) sorted by relevance

/dports/devel/loki/loki-0.1.7/test/RegressionTest/
H A DTypelistTest.h41 typedef LOKI_TYPELIST_4(char,int,double,char) CharIntDoubleCharList; in execute() typedef
49 typedef Seq<char,int,double,char>::Type CharIntDoubleCharList; in execute() typedef
123 SameType<EraseAll<CharIntDoubleCharList,char>::Result,LOKI_TYPELIST_2(int,double)>::value && in execute()
125 … SameType<EraseAll<CharIntDoubleCharList,double>::Result,LOKI_TYPELIST_3(char,int,char)>::value; in execute()
132 SameType<NoDuplicates<CharIntDoubleCharList>::Result,CharIntDoubleList>::value; in execute()
173 SameType<DerivedToFront<CharIntDoubleCharList>::Result,CharIntDoubleCharList>::value && in execute()
205 SameType<EraseAll<CharIntDoubleCharList,char>::Result,Seq<int,double>::Type >::value && in execute()
206 SameType<EraseAll<CharIntDoubleCharList,int>::Result,Seq<char,double,char>::Type >::value && in execute()
207 SameType<EraseAll<CharIntDoubleCharList,double>::Result,Seq<char,int,char>::Type >::value; in execute()
214 SameType<NoDuplicates<CharIntDoubleCharList>::Result,CharIntDoubleList>::value; in execute()
[all …]
H A DSequenceTest.h39 typedef Seq<char,int,double,char>::Type CharIntDoubleCharList; in execute() typedef
110 SameType<EraseAll<CharIntDoubleCharList,char>::Result,Seq<int,double>::Type>::value && in execute()
111 SameType<EraseAll<CharIntDoubleCharList,int>::Result,Seq<char,double,char>::Type>::value && in execute()
112 SameType<EraseAll<CharIntDoubleCharList,double>::Result,Seq<char,int,char>::Type>::value; in execute()
119 SameType<NoDuplicates<CharIntDoubleCharList>::Result,CharIntDoubleList>::value; in execute()
128 … SameType<Replace<CharIntDoubleCharList,char,long>::Result,Seq<long,int,double,char>::Type>::value; in execute()
137 …SameType<ReplaceAll<CharIntDoubleCharList,char,long>::Result,Seq<long,int,double,long>::Type>::val… in execute()
160 SameType<DerivedToFront<CharIntDoubleCharList>::Result,CharIntDoubleCharList>::value && in execute()