Home
last modified time | relevance | path

Searched refs:TypeList (Results 1 – 25 of 2415) sorted by relevance

12345678910>>...97

/dports/audio/ardour6/Ardour-6.8.0/libs/lua/LuaBridge/detail/
H A DConstructor.h125 TypeList <P3, TypeList <P4, TypeList <P5> > > > > > &tvl)
131 TypeList <P3, TypeList <P4, TypeList <P5> > > > > > &tvl)
141 TypeList <P4, TypeList <P5, TypeList <P6> > > > > > >
144 TypeList <P3, TypeList <P4, TypeList <P5, TypeList <P6> > > > > > > &tvl)
150 TypeList <P3, TypeList <P4, TypeList <P5, TypeList <P6> > > > > > > &tvl)
160 TypeList <P4, TypeList <P5, TypeList <P6, TypeList <P7> > > > > > > >
163 TypeList <P3, TypeList <P4, TypeList <P5, TypeList <P6,
171 TypeList <P3, TypeList <P4, TypeList <P5, TypeList <P6,
183 TypeList <P4, TypeList <P5, TypeList <P6, TypeList <P7,
187 TypeList <P3, TypeList <P4, TypeList <P5, TypeList <P6,
[all …]
H A DFuncTraits.h174 …typedef TypeList <P1, TypeList <P2, TypeList <P3, TypeList <P4, TypeList <P5, TypeList <P6, TypeLi…
187 …typedef TypeList <P1, TypeList <P2, TypeList <P3, TypeList <P4, TypeList <P5, TypeList <P6, TypeLi…
200 …typedef TypeList <P1, TypeList <P2, TypeList <P3, TypeList <P4, TypeList <P5, TypeList <P6, TypeLi…
213 …f TypeList <P1, TypeList <P2, TypeList <P3, TypeList <P4, TypeList <P5, TypeList <P6, TypeList <P7…
365 …typedef TypeList <P1, TypeList <P2, TypeList <P3, TypeList <P4, TypeList <P5, TypeList <P6, TypeLi…
380 …typedef TypeList <P1, TypeList <P2, TypeList <P3, TypeList <P4, TypeList <P5, TypeList <P6, TypeLi…
395 …f TypeList <P1, TypeList <P2, TypeList <P3, TypeList <P4, TypeList <P5, TypeList <P6, TypeList <P7…
563 …typedef TypeList <P1, TypeList <P2, TypeList <P3, TypeList <P4, TypeList <P5, TypeList <P6, TypeLi…
578 …f TypeList <P1, TypeList <P2, TypeList <P3, TypeList <P4, TypeList <P5, TypeList <P6, TypeList <P7…
739 …f TypeList <P1, TypeList <P2, TypeList <P3, TypeList <P4, TypeList <P5, TypeList <P6, TypeList <P7…
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DTypeListTest.cpp34 TEST(TypeList, Basic) { in TEST() argument
35 static_assert(TypeList<>::size() == 0, ""); in TEST()
43 TEST(TypeList, Defer) { in TEST() argument
50 TEST(TypeList, Transform) { in TEST() argument
52 using T1 = TypeTransform<TypeList<>, Fn>; in TEST()
64 TEST(TypeList, Fold) { in TEST() argument
90 TEST(TypeList, Unique) { in TEST() argument
98 TEST(TypeList, PushFront) { in TEST() argument
108 TEST(TypeList, PushBack) { in TEST() argument
118 TEST(TypeList, Join) { in TEST() argument
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_rpl/rpl/details/
H A Dtype_list.h27 template <typename TypeList>
30 template <typename TypeList>
44 template <typename TypeList>
47 template <typename TypeList>
57 template <typename TypeList>
60 template <typename TypeList>
75 template <typename TypeList>
76 struct get<0, TypeList> {
138 head_t<TypeList>,
156 head_t<TypeList>,
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkTypeList.txx34 using type = vtkTypeList::TypeList<T1,
35 vtkTypeList::TypeList<T2,
36 vtkTypeList::TypeList<T3, vtkTypeList::TypeList<T4, vtkTypeList::NullType>>>>;
43 vtkTypeList::TypeList<T2, vtkTypeList::TypeList<T3, vtkTypeList::NullType>>>;
49 using type = vtkTypeList::TypeList<T1, vtkTypeList::TypeList<T2, vtkTypeList::NullType>>;
62 vtkTypeList::TypeList<T2,
63 vtkTypeList::TypeList<T3,
137 struct IndexOf<TypeList<T, Tail>, T>
147 struct IndexOf<TypeList<U, Tail>, T>
175 struct Erase<TypeList<T, Tail>, T>
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkTypeList.txx81 struct IndexOf<TypeList<T, Tail>, T>
88 struct IndexOf<TypeList<U, Tail>, T>
109 struct Erase<TypeList<T, Tail>, T>
116 struct Erase<TypeList<Head, Tail>, T>
134 struct EraseAll<TypeList<T, Tail>, T>
141 struct EraseAll<TypeList<Head, Tail>, T>
158 struct Unique<TypeList<Head, Tail> >
164 typedef TypeList<Head, NewTail> Result;
182 typedef TypeList<Good, Tail> Result;
196 typedef TypeList<Head, Tail> Result;
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/
H A DTypeList.h49 struct TSGetElementImpl<TypeList<Ts...>, Idx,
86 struct TSHasTypeImpl<TypeList<>, T, Idx> {
168 struct TSAppendImpl<TypeList<Ts...>, TypeList<OtherTs...>> {
182 struct TSEraseImpl<TypeList<>, T> { using type = TypeList<>; };
245 using type = TypeList<>;
254 using type = TypeList<Ts...>;
284 typename TypeList<T>::template
310 using type = TypeList<>;
324 using type = typename std::conditional<Remove, TypeList<>, TypeList<T>>::type;
365 struct TypeList
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/factories/
H A DLiteralFactory.java30 import jdk.test.lib.jittester.TypeList;
45 if (resultType.equals(TypeList.BOOLEAN)) { in produce()
47 } else if (resultType.equals(TypeList.CHAR)) { in produce()
49 } else if (resultType.equals(TypeList.INT)) { in produce()
51 } else if (resultType.equals(TypeList.LONG)) { in produce()
53 } else if (resultType.equals(TypeList.FLOAT)) { in produce()
58 TypeList.FLOAT); in produce()
59 } else if (resultType.equals(TypeList.DOUBLE)) { in produce()
64 TypeList.DOUBLE); in produce()
65 } else if (resultType.equals(TypeList.BYTE)) { in produce()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/factories/
H A DLiteralFactory.java30 import jdk.test.lib.jittester.TypeList;
45 if (resultType.equals(TypeList.BOOLEAN)) { in produce()
47 } else if (resultType.equals(TypeList.CHAR)) { in produce()
49 } else if (resultType.equals(TypeList.INT)) { in produce()
51 } else if (resultType.equals(TypeList.LONG)) { in produce()
53 } else if (resultType.equals(TypeList.FLOAT)) { in produce()
58 TypeList.FLOAT); in produce()
59 } else if (resultType.equals(TypeList.DOUBLE)) { in produce()
64 TypeList.DOUBLE); in produce()
65 } else if (resultType.equals(TypeList.BYTE)) { in produce()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/factories/
H A DLiteralFactory.java30 import jdk.test.lib.jittester.TypeList;
45 if (resultType.equals(TypeList.BOOLEAN)) { in produce()
47 } else if (resultType.equals(TypeList.CHAR)) { in produce()
49 } else if (resultType.equals(TypeList.INT)) { in produce()
51 } else if (resultType.equals(TypeList.LONG)) { in produce()
53 } else if (resultType.equals(TypeList.FLOAT)) { in produce()
58 TypeList.FLOAT); in produce()
59 } else if (resultType.equals(TypeList.DOUBLE)) { in produce()
64 TypeList.DOUBLE); in produce()
65 } else if (resultType.equals(TypeList.BYTE)) { in produce()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/factories/
H A DLiteralFactory.java30 import jdk.test.lib.jittester.TypeList;
45 if (resultType.equals(TypeList.BOOLEAN)) { in produce()
47 } else if (resultType.equals(TypeList.CHAR)) { in produce()
49 } else if (resultType.equals(TypeList.INT)) { in produce()
51 } else if (resultType.equals(TypeList.LONG)) { in produce()
53 } else if (resultType.equals(TypeList.FLOAT)) { in produce()
58 TypeList.FLOAT); in produce()
59 } else if (resultType.equals(TypeList.DOUBLE)) { in produce()
64 TypeList.DOUBLE); in produce()
65 } else if (resultType.equals(TypeList.BYTE)) { in produce()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/factories/
H A DLiteralFactory.java30 import jdk.test.lib.jittester.TypeList;
45 if (resultType.equals(TypeList.BOOLEAN)) { in produce()
47 } else if (resultType.equals(TypeList.CHAR)) { in produce()
49 } else if (resultType.equals(TypeList.INT)) { in produce()
51 } else if (resultType.equals(TypeList.LONG)) { in produce()
53 } else if (resultType.equals(TypeList.FLOAT)) { in produce()
58 TypeList.FLOAT); in produce()
59 } else if (resultType.equals(TypeList.DOUBLE)) { in produce()
64 TypeList.DOUBLE); in produce()
65 } else if (resultType.equals(TypeList.BYTE)) { in produce()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/factories/
H A DLiteralFactory.java30 import jdk.test.lib.jittester.TypeList;
45 if (resultType.equals(TypeList.BOOLEAN)) { in produce()
47 } else if (resultType.equals(TypeList.CHAR)) { in produce()
49 } else if (resultType.equals(TypeList.INT)) { in produce()
51 } else if (resultType.equals(TypeList.LONG)) { in produce()
53 } else if (resultType.equals(TypeList.FLOAT)) { in produce()
58 TypeList.FLOAT); in produce()
59 } else if (resultType.equals(TypeList.DOUBLE)) { in produce()
64 TypeList.DOUBLE); in produce()
65 } else if (resultType.equals(TypeList.BYTE)) { in produce()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/factories/
H A DLiteralFactory.java30 import jdk.test.lib.jittester.TypeList;
45 if (resultType.equals(TypeList.BOOLEAN)) { in produce()
47 } else if (resultType.equals(TypeList.CHAR)) { in produce()
49 } else if (resultType.equals(TypeList.INT)) { in produce()
51 } else if (resultType.equals(TypeList.LONG)) { in produce()
53 } else if (resultType.equals(TypeList.FLOAT)) { in produce()
58 TypeList.FLOAT); in produce()
59 } else if (resultType.equals(TypeList.DOUBLE)) { in produce()
64 TypeList.DOUBLE); in produce()
65 } else if (resultType.equals(TypeList.BYTE)) { in produce()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/factories/
H A DLiteralFactory.java30 import jdk.test.lib.jittester.TypeList;
45 if (resultType.equals(TypeList.BOOLEAN)) { in produce()
47 } else if (resultType.equals(TypeList.CHAR)) { in produce()
49 } else if (resultType.equals(TypeList.INT)) { in produce()
51 } else if (resultType.equals(TypeList.LONG)) { in produce()
53 } else if (resultType.equals(TypeList.FLOAT)) { in produce()
58 TypeList.FLOAT); in produce()
59 } else if (resultType.equals(TypeList.DOUBLE)) { in produce()
64 TypeList.DOUBLE); in produce()
65 } else if (resultType.equals(TypeList.BYTE)) { in produce()
[all …]
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DTypeList.h33 struct TypeList;
61 struct TypeList struct
73 TypeList():head(), tail() in TypeList() argument
81 TypeList(const TypeList& tl): head(tl.head), tail(tl.tail) in TypeList() argument
85 TypeList& operator = (const TypeList& tl)
105 bool operator < (const TypeList& tl) const
175 typedef TypeList<T0, TailType> HeadType;
261 struct TypeLocator<TypeList<T, Tail>, T>
310 typedef TypeList<Head, Tail> HeadType;
410 typedef TypeList<Head, L2> HeadType;
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/
H A DWorkletMapTopology.h81 template <typename TypeList = AllTypes>
94 template <typename TypeList = AllTypes>
107 template <typename TypeList = AllTypes>
120 template <typename TypeList = AllTypes>
193 template <typename TypeList = AllTypes>
196 template <typename TypeList = AllTypes>
199 template <typename TypeList = AllTypes>
202 template <typename TypeList = AllTypes>
216 template <typename TypeList = AllTypes>
219 template <typename TypeList = AllTypes>
[all …]
/dports/ftp/curlpp/curlpp-0.8.1/include/utilspp/
H A DTypeList.hpp64 struct TypeList struct
81 struct length<TypeList<T, U> >
95 struct TypeAt<TypeList<THead, TTail>, 0>
101 struct TypeAt<TypeList<THead, TTail>, i>
145 struct IndexOf<TypeList<T, TTail>, T>
151 struct IndexOf<TypeList<THead, TTail>, T>
177 struct append<NullType, TypeList<THead, TTail> >
179 typedef TypeList<THead, TTail> Result;
183 struct append<TypeList<THead, TTail>, T>
200 struct erase<TypeList<T, TTail>, T>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaTemplate/
H A Dtemp-param-subst-linear.cpp9 template<typename...> struct TypeList;
13 template<typename T, T ...N> using ListOfNUnsignedsImpl = TypeList<Unsigned<N>...>;
24 using Left = TypeList<L<0>...>;
25 using Right = TypeList<R<0>...>;
30 template<typename TypeList, unsigned N, typename = detail::ListOfNUnsigneds<N>>
34 struct SplitAtIndex<TypeList<T...>, N, TypeList<NUnsigneds...>> :
39 template<typename ...T> struct Rep<TypeList<T...>, 1> { typedef TypeList<T..., T...> type; };
41 using Ints = Rep<TypeList<int>, 14>::type;
44 template<typename ...T> constexpr int Size<TypeList<T...>> = sizeof...(T);
52 template<typename ...L, typename ...R> struct Concat<TypeList<L...>, TypeList<R...>> {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaTemplate/
H A Dtemp-param-subst-linear.cpp9 template<typename...> struct TypeList;
13 template<typename T, T ...N> using ListOfNUnsignedsImpl = TypeList<Unsigned<N>...>;
24 using Left = TypeList<L<0>...>;
25 using Right = TypeList<R<0>...>;
30 template<typename TypeList, unsigned N, typename = detail::ListOfNUnsigneds<N>>
34 struct SplitAtIndex<TypeList<T...>, N, TypeList<NUnsigneds...>> :
39 template<typename ...T> struct Rep<TypeList<T...>, 1> { typedef TypeList<T..., T...> type; };
41 using Ints = Rep<TypeList<int>, 14>::type;
44 template<typename ...T> constexpr int Size<TypeList<T...>> = sizeof...(T);
52 template<typename ...L, typename ...R> struct Concat<TypeList<L...>, TypeList<R...>> {
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaTemplate/
H A Dtemp-param-subst-linear.cpp9 template<typename...> struct TypeList;
13 template<typename T, T ...N> using ListOfNUnsignedsImpl = TypeList<Unsigned<N>...>;
24 using Left = TypeList<L<0>...>;
25 using Right = TypeList<R<0>...>;
30 template<typename TypeList, unsigned N, typename = detail::ListOfNUnsigneds<N>>
34 struct SplitAtIndex<TypeList<T...>, N, TypeList<NUnsigneds...>> :
39 template<typename ...T> struct Rep<TypeList<T...>, 1> { typedef TypeList<T..., T...> type; };
41 using Ints = Rep<TypeList<int>, 14>::type;
44 template<typename ...T> constexpr int Size<TypeList<T...>> = sizeof...(T);
52 template<typename ...L, typename ...R> struct Concat<TypeList<L...>, TypeList<R...>> {
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaTemplate/
H A Dtemp-param-subst-linear.cpp9 template<typename...> struct TypeList;
13 template<typename T, T ...N> using ListOfNUnsignedsImpl = TypeList<Unsigned<N>...>;
24 using Left = TypeList<L<0>...>;
25 using Right = TypeList<R<0>...>;
30 template<typename TypeList, unsigned N, typename = detail::ListOfNUnsigneds<N>>
34 struct SplitAtIndex<TypeList<T...>, N, TypeList<NUnsigneds...>> :
39 template<typename ...T> struct Rep<TypeList<T...>, 1> { typedef TypeList<T..., T...> type; };
41 using Ints = Rep<TypeList<int>, 14>::type;
44 template<typename ...T> constexpr int Size<TypeList<T...>> = sizeof...(T);
52 template<typename ...L, typename ...R> struct Concat<TypeList<L...>, TypeList<R...>> {
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaTemplate/
H A Dtemp-param-subst-linear.cpp9 template<typename...> struct TypeList;
13 template<typename T, T ...N> using ListOfNUnsignedsImpl = TypeList<Unsigned<N>...>;
24 using Left = TypeList<L<0>...>;
25 using Right = TypeList<R<0>...>;
30 template<typename TypeList, unsigned N, typename = detail::ListOfNUnsigneds<N>>
34 struct SplitAtIndex<TypeList<T...>, N, TypeList<NUnsigneds...>> :
39 template<typename ...T> struct Rep<TypeList<T...>, 1> { typedef TypeList<T..., T...> type; };
41 using Ints = Rep<TypeList<int>, 14>::type;
44 template<typename ...T> constexpr int Size<TypeList<T...>> = sizeof...(T);
52 template<typename ...L, typename ...R> struct Concat<TypeList<L...>, TypeList<R...>> {
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaTemplate/
H A Dtemp-param-subst-linear.cpp9 template<typename...> struct TypeList;
13 template<typename T, T ...N> using ListOfNUnsignedsImpl = TypeList<Unsigned<N>...>;
24 using Left = TypeList<L<0>...>;
25 using Right = TypeList<R<0>...>;
30 template<typename TypeList, unsigned N, typename = detail::ListOfNUnsigneds<N>>
34 struct SplitAtIndex<TypeList<T...>, N, TypeList<NUnsigneds...>> :
39 template<typename ...T> struct Rep<TypeList<T...>, 1> { typedef TypeList<T..., T...> type; };
41 using Ints = Rep<TypeList<int>, 14>::type;
44 template<typename ...T> constexpr int Size<TypeList<T...>> = sizeof...(T);
52 template<typename ...L, typename ...R> struct Concat<TypeList<L...>, TypeList<R...>> {
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaTemplate/
H A Dtemp-param-subst-linear.cpp9 template<typename...> struct TypeList;
13 template<typename T, T ...N> using ListOfNUnsignedsImpl = TypeList<Unsigned<N>...>;
24 using Left = TypeList<L<0>...>;
25 using Right = TypeList<R<0>...>;
30 template<typename TypeList, unsigned N, typename = detail::ListOfNUnsigneds<N>>
34 struct SplitAtIndex<TypeList<T...>, N, TypeList<NUnsigneds...>> :
39 template<typename ...T> struct Rep<TypeList<T...>, 1> { typedef TypeList<T..., T...> type; };
41 using Ints = Rep<TypeList<int>, 14>::type;
44 template<typename ...T> constexpr int Size<TypeList<T...>> = sizeof...(T);
52 template<typename ...L, typename ...R> struct Concat<TypeList<L...>, TypeList<R...>> {
[all …]

12345678910>>...97