Home
last modified time | relevance | path

Searched refs:AllTypes (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/third_party/nanopb/tests/backwards_compatibility/
H A Dalltypes_legacy.c67 PB_FIELD( 1, INT32 , REQUIRED, STATIC , FIRST, AllTypes, req_int32, req_int32, 0),
68 PB_FIELD( 2, INT64 , REQUIRED, STATIC , OTHER, AllTypes, req_int64, req_int32, 0),
69 PB_FIELD( 3, UINT32 , REQUIRED, STATIC , OTHER, AllTypes, req_uint32, req_int64, 0),
73 PB_FIELD( 7, BOOL , REQUIRED, STATIC , OTHER, AllTypes, req_bool, req_sint64, 0),
83 PB_FIELD( 17, ENUM , REQUIRED, STATIC , OTHER, AllTypes, req_enum, req_submsg, 0),
84 PB_FIELD( 21, INT32 , REPEATED, STATIC , OTHER, AllTypes, rep_int32, req_enum, 0),
85 PB_FIELD( 22, INT64 , REPEATED, STATIC , OTHER, AllTypes, rep_int64, rep_int32, 0),
118 PB_FIELD( 99, INT32 , REQUIRED, STATIC , OTHER, AllTypes, end, opt_enum, 0),
119 PB_FIELD(200, EXTENSION, OPTIONAL, CALLBACK, OTHER, AllTypes, extensions, end, 0),
133 …C_ASSERT((pb_membersize(AllTypes, req_submsg) < 65536 && pb_membersize(AllTypes, rep_submsg[0]) < …
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Test/Providers/
H A DReadTest_AllTypes_MySql.cs22 public AllTypes CreateDB() in CreateDB()
28 AllTypes db = new AllTypes(new MySql.Data.MySqlClient.MySqlConnection(connStr)); in CreateDB()
36 AllTypes db = CreateDB(); in AT1_SelectAllIntTypes()
46 AllTypes db = CreateDB(); in AT2_SelectAllFloatTypes()
56 AllTypes db = CreateDB(); in AT2_SelectOtherTypes()
66 AllTypes db = CreateDB(); in AT3_SelectDecimalN()
77 AllTypes db = CreateDB(); in AT4_SelectEnum()
87 AllTypes db = CreateDB(); in AT5_SelectEnum_()
104 AllTypes db = CreateDB(); in AT6_ReadBlob()
120 AllTypes db = CreateDB(); in AT7_ReadGuidFromVarchar()
[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 …]
H A DWorkletReduceByKey.h80 template <typename TypeList = AllTypes>
97 template <typename TypeList = AllTypes>
114 template <typename TypeList = AllTypes>
132 template <typename TypeList = AllTypes>
150 template <typename TypeList = AllTypes>
165 template <typename TypeList = AllTypes>
H A DWorkletMapField.h61 template <typename TypeList = AllTypes>
74 template <typename TypeList = AllTypes>
87 template <typename TypeList = AllTypes>
H A DWorkletPointNeighborhood.h122 template <typename TypeList = AllTypes>
135 template <typename TypeList = AllTypes>
148 template <typename TypeList = AllTypes>
184 template <typename TypeList = AllTypes>
/dports/textproc/textnote/textnote-1.3.0/vendor/github.com/ilyakaznacheev/cleanenv/
H A Dcleanenv_test.go51 type AllTypes struct {
118 cfg: &AllTypes{},
119 want: &AllTypes{
185 cfg: &AllTypes{},
186 want: &AllTypes{},
195 cfg: &AllTypes{},
196 want: &AllTypes{},
205 cfg: &AllTypes{},
206 want: &AllTypes{},
215 cfg: &AllTypes{},
[all …]
/dports/devel/csmith/csmith-2.3.0/src/
H A DType.cpp71 static vector<Type *> AllTypes; variable
106 Type *type = AllTypes[v]; in filter()
162 Type *type = AllTypes[v]; in filter()
231 typ_ = AllTypes[v]; in filter()
380 Type* tt = AllTypes[i]; in get_simple_type()
534 for(i = AllTypes.begin(); i != AllTypes.end(); ++i) { in get_all_ok_struct_union_types()
642 if (AllTypes.size() < 10) in MoreTypesProbability()
743 if ((AllTypes[i]->eType != eStruct) && (AllTypes[i]->eType != eUnion)) { in make_one_union_field()
1032 for (i = AllTypes.begin(); i != AllTypes.end(); ++i) in reset_accum_types()
1986 for(j = AllTypes.begin(); j != AllTypes.end(); ++j) in doFinalization()
[all …]
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/alltypes/
H A DSConscript18 MESSAGE='AllTypes')
21 MESSAGE='AllTypes')
29 MESSAGE='AllTypes')
32 MESSAGE='AllTypes')
40 MESSAGE='AllTypes')
43 MESSAGE='AllTypes')
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/alltypes_proto3/
H A DSConscript1 # Version of AllTypes test case for protobuf 3 file format.
17 MESSAGE='AllTypes')
20 MESSAGE='AllTypes')
28 MESSAGE='AllTypes')
31 MESSAGE='AllTypes')
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/tests/fuzzers/rlp/
H A Drlp_fuzzer.go84 type AllTypes struct {
90 Slice []*AllTypes
91 Array [3]*AllTypes
94 var v AllTypes
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/third_party/nanopb/tests/alltypes/
H A DSConscript18 MESSAGE='AllTypes')
21 MESSAGE='AllTypes')
29 MESSAGE='AllTypes')
32 MESSAGE='AllTypes')
/dports/misc/mxnet/incubator-mxnet-1.9.0/contrib/tvmop/core/
H A Dumath.py19 from .. import defop, AllTypes
44 'itype': AllTypes + ['bool'],
52 'itype': AllTypes + ['bool'],
105 'itype': AllTypes + ['bool'],
112 'itype': AllTypes + ['bool'],
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/contrib/tvmop/core/
H A Dumath.py19 from .. import defop, AllTypes
44 'itype': AllTypes + ['bool'],
52 'itype': AllTypes + ['bool'],
105 'itype': AllTypes + ['bool'],
112 'itype': AllTypes + ['bool'],
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/without_64bit/
H A DSConscript33 MESSAGE='AllTypes')
36 MESSAGE='AllTypes')
45 MESSAGE='AllTypes')
48 MESSAGE='AllTypes')
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/utils/TableGen/
H A DClangSyntaxEmitter.cpp50 for (NodeType &N : AllTypes) { in Hierarchy()
86 AllTypes.emplace_back(); in add()
87 AllTypes.back().Record = R; in add()
88 bool Inserted = ByName.try_emplace(R->getName(), &AllTypes.back()).second; in add()
100 std::deque<NodeType> AllTypes; member in __anon915a16e40111::Hierarchy
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/third_party/nanopb/tests/alltypes_callback/
H A Dalltypes.options2 AllTypes.* type:FT_CALLBACK
4 AllTypes.oneof no_unions:true
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/utils/TableGen/
H A DClangSyntaxEmitter.cpp50 for (NodeType &N : AllTypes) { in Hierarchy()
86 AllTypes.emplace_back(); in add()
87 AllTypes.back().Record = R; in add()
88 bool Inserted = ByName.try_emplace(R->getName(), &AllTypes.back()).second; in add()
100 std::deque<NodeType> AllTypes; member in __anona9e818510111::Hierarchy
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/utils/TableGen/
H A DClangSyntaxEmitter.cpp50 for (NodeType &N : AllTypes) { in Hierarchy()
86 AllTypes.emplace_back(); in add()
87 AllTypes.back().Record = R; in add()
88 bool Inserted = ByName.try_emplace(R->getName(), &AllTypes.back()).second; in add()
100 std::deque<NodeType> AllTypes; member in __anond5f4bf830111::Hierarchy
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/utils/TableGen/
H A DClangSyntaxEmitter.cpp50 for (NodeType &N : AllTypes) { in Hierarchy()
86 AllTypes.emplace_back(); in add()
87 AllTypes.back().Record = R; in add()
88 bool Inserted = ByName.try_emplace(R->getName(), &AllTypes.back()).second; in add()
100 std::deque<NodeType> AllTypes; member in __anona486dcc40111::Hierarchy
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/utils/TableGen/
H A DClangSyntaxEmitter.cpp50 for (NodeType &N : AllTypes) { in Hierarchy()
86 AllTypes.emplace_back(); in add()
87 AllTypes.back().Record = R; in add()
88 bool Inserted = ByName.try_emplace(R->getName(), &AllTypes.back()).second; in add()
100 std::deque<NodeType> AllTypes; member in __anon88c895190111::Hierarchy
/dports/lang/clang-mesa/clang-13.0.1.src/utils/TableGen/
H A DClangSyntaxEmitter.cpp50 for (NodeType &N : AllTypes) { in Hierarchy()
86 AllTypes.emplace_back(); in add()
87 AllTypes.back().Record = R; in add()
88 bool Inserted = ByName.try_emplace(R->getName(), &AllTypes.back()).second; in add()
100 std::deque<NodeType> AllTypes; member in __anondb918de20111::Hierarchy
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/internal/
H A DWorkletBase.h220 using AllTypes = vtkm::TypeListTagAll; variable
232 template <typename TypeList = AllTypes>
251 template <typename TypeList = AllTypes>
271 template <typename TypeList = AllTypes>
291 template <typename TypeList = AllTypes>
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/utils/TableGen/
H A DClangSyntaxEmitter.cpp50 for (NodeType &N : AllTypes) { in Hierarchy()
86 AllTypes.emplace_back(); in add()
87 AllTypes.back().Record = R; in add()
88 bool Inserted = ByName.try_emplace(R->getName(), &AllTypes.back()).second; in add()
100 std::deque<NodeType> AllTypes; member in __anonab9efb860111::Hierarchy
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/utils/TableGen/
H A DClangSyntaxEmitter.cpp50 for (NodeType &N : AllTypes) { in Hierarchy()
86 AllTypes.emplace_back(); in add()
87 AllTypes.back().Record = R; in add()
88 bool Inserted = ByName.try_emplace(R->getName(), &AllTypes.back()).second; in add()
100 std::deque<NodeType> AllTypes; member in __anon302436170111::Hierarchy

12345678910>>...14