Home
last modified time | relevance | path

Searched defs:TypeList (Results 1 – 25 of 487) sorted by relevance

12345678910>>...20

/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DTypeList.h61 struct TypeList struct
73 TypeList():head(), tail() in TypeList() argument
77 TypeList(ConstHeadType& h, ConstTailType& t):head(h), tail(t) in TypeList() function
81 TypeList(const TypeList& tl): head(tl.head), tail(tl.tail) in TypeList() function
119 template <typename T0 = NullTypeList, argument
/dports/devel/taskflow/taskflow-3.2.0/taskflow/dsl/
H A Dtype_list.hpp9 template <typename... Ts> struct TypeList { struct
10 using type = TypeList<Ts...>;
11 static constexpr size_t size = 0;
16 template <typename T> using prepend = typename TypeList<T>::type;
18 template <template <typename...> class T> using exportTo = T<Ts...>;
22 using type = TypeList<Head, Tails...>;
23 using head = Head;
24 using tails = TypeList<Tails...>;
25 static constexpr size_t size = sizeof...(Tails) + 1;
27 template <typename... Ts> struct append {
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types2/
H A Dtypelists.go30 type TypeList struct{ types []Type } argument
42 func (l *TypeList) Len() int { return len(l.list()) }
45 func (l *TypeList) At(i int) Type { return l.types[i] }
50 func (l *TypeList) list() []Type {
57 func (l *TypeList) String() string {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/types/
H A Dtypelists.go30 type TypeList struct{ types []Type } struct
42 func (l *TypeList) Len() int { return len(l.list()) }
45 func (l *TypeList) At(i int) Type { return l.types[i] }
50 func (l *TypeList) list() []Type {
57 func (l *TypeList) String() string {
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DTypeListTest.cpp34 TEST(TypeList, Basic) { in TEST() argument
43 TEST(TypeList, Defer) { in TEST() argument
50 TEST(TypeList, Transform) { in TEST() argument
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
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkTypeList.h71 struct TypeList struct
95 * Sets the enum value Result to the index of type T in the TypeList TList. argument
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkTypeList.h74 struct TypeList struct
98 * Sets the enum value Result to the index of type T in the TypeList TList. argument
/dports/devel/folly/folly-2021.12.27.00/folly/detail/
H A DTypeList.h96 struct TypeList { struct
100 using type = TypeList; argument
105 static constexpr std::size_t size() noexcept { return sizeof...(Ts); } in size()
112 using apply = MetaApply<Fn, Ts...>;
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/detail/
H A DTypeList.h96 struct TypeList { struct
100 using type = TypeList; argument
105 static constexpr std::size_t size() noexcept { in size()
114 using apply = MetaApply<Fn, Ts...>;
/dports/biology/avida/avida-2.12.4-src/libs/apto/include/apto/core/
H A DTypeList.h43 template <class T, class U> struct TypeList struct
45 typedef T Current;
46 typedef U Next;
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/
H A DFieldRangeCompute.h55 TypeList, in FieldRangeCompute() argument
69 TypeList) in FieldRangeCompute() argument
96 TypeList, in FieldRangeCompute() argument
111 TypeList) in FieldRangeCompute() argument
H A DFieldRangeGlobalCompute.h53 TypeList, in FieldRangeGlobalCompute() argument
67 TypeList) in FieldRangeGlobalCompute() argument
94 TypeList, in FieldRangeGlobalCompute() argument
108 TypeList) in FieldRangeGlobalCompute() argument
H A DCoordinateSystem.hxx53 const vtkm::cont::DynamicArrayHandleBase<TypeList, StorageList>& array) in MakeArrayHandleVirtualCoordinates()
66 const vtkm::cont::DynamicArrayHandleBase<TypeList, StorageList>& data) in CoordinateSystem()
86 const vtkm::cont::DynamicArrayHandleBase<TypeList, StorageList>& newdata) in SetData()
H A DField.h202 VTKM_CONT const vtkm::cont::ArrayHandle<vtkm::Range>& GetRange(TypeList, StorageList) const in GetRange() argument
215 VTKM_CONT void GetRange(vtkm::Range* range, TypeList, StorageList) const in GetRange() argument
230 VTKM_CONT const vtkm::cont::ArrayHandle<vtkm::Range>& GetRange(TypeList) const in GetRange() argument
238 VTKM_CONT void GetRange(vtkm::Range* range, TypeList) const in GetRange() argument
299 VTKM_CONT const vtkm::cont::ArrayHandle<vtkm::Range>& GetRangeImpl(TypeList, StorageList) const in GetRangeImpl() argument
/dports/devel/embb/embb-1.0.0/dataflow_cpp/include/embb/dataflow/internal/
H A Dtypelist.h37 struct TypeList { struct
53 typedef TypeList<T1, TailResult> Result; argument
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/dds/
H A Dstruct_type_list.go19 type TypeList struct { struct
20 Items []Items `json:"Items" xml:"Items"`
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/polardb/
H A Dstruct_type_list.go19 type TypeList struct { struct
20 Items []Items `json:"Items" xml:"Items"`
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/r-kvstore/
H A Dstruct_type_list.go19 type TypeList struct { struct
20 Items []Items `json:"Items" xml:"Items"`
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/dds/
H A Dstruct_type_list.go19 type TypeList struct { struct
20 Items []Items `json:"Items" xml:"Items"`
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/r_kvstore/
H A Dstruct_type_list.go19 type TypeList struct { struct
20 Items []Items `json:"Items" xml:"Items"`
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/r-kvstore/
H A Dstruct_type_list.go19 type TypeList struct { struct
20 Items []Items `json:"Items" xml:"Items"`
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/dds/
H A Dstruct_type_list.go19 type TypeList struct { struct
20 Items []Items `json:"Items" xml:"Items"`
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/benchmarking/
H A DBenchmarker.h227 #define VTKM_BENCHMARK_TEMPLATES(BenchFunc, TypeList) \ argument
240 #define VTKM_BENCHMARK_TEMPLATES_OPTS(BenchFunc, options, TypeList) \ argument
258 #define VTKM_BENCHMARK_TEMPLATES_APPLY(BenchFunc, ApplyFunctor, TypeList) … argument
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/
H A DFieldRangeCompute.h45 TypeList) in FieldRangeCompute() argument
88 TypeList) in FieldRangeCompute() argument
H A DFieldRangeGlobalCompute.h52 TypeList) in FieldRangeGlobalCompute() argument
84 TypeList) in FieldRangeGlobalCompute() argument

12345678910>>...20