Home
last modified time | relevance | path

Searched refs:data_type (Results 1 – 25 of 6833) sorted by relevance

12345678910>>...274

/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DDS_OrderedList.h21 template <class key_type, class data_type>
28 …type, class data_type, int (*default_comparison_function)(const key_type&, const data_type&)=defau…
61 …template <class key_type, class data_type, int (*default_comparison_function)(const key_type&, con…
66 …template <class key_type, class data_type, int (*default_comparison_function)(const key_type&, con…
72 …template <class key_type, class data_type, int (*default_comparison_function)(const key_type&, con…
78 …template <class key_type, class data_type, int (*default_comparison_function)(const key_type&, con…
85 …template <class key_type, class data_type, int (*default_comparison_function)(const key_type&, con…
93 …template <class key_type, class data_type, int (*default_comparison_function)(const key_type&, con…
94data_type OrderedList<key_type, data_type, default_comparison_function>::GetElementFromKey(const k… in GetElementFromKey() argument
102 …template <class key_type, class data_type, int (*default_comparison_function)(const key_type&, con…
[all …]
/dports/databases/p5-DBIx-Class-Schema-Loader/DBIx-Class-Schema-Loader-0.07049/t/
H A D10_11msaccess_common.t29 'tinyint' => { data_type => 'tinyint', original => { data_type => 'byte' } },
30 'smallmoney' => { data_type => 'money', original => { data_type => 'currency' } },
45 'text' => { data_type => 'text', original => { data_type => 'longchar' } },
46 'ntext' => { data_type => 'text', original => { data_type => 'longchar' } },
66 'integer1' => { data_type => 'tinyint', original => { data_type => 'byte' } },
67 'byte' => { data_type => 'tinyint', original => { data_type => 'byte' } },
72 'money' => { data_type => 'money', original => { data_type => 'currency' } },
73 'currency' => { data_type => 'money', original => { data_type => 'currency' } },
105 'longchar' => { data_type => 'text', original => { data_type => 'longchar' } },
106 'longtext' => { data_type => 'text', original => { data_type => 'longchar' } },
[all …]
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Ddata_type.cpp41 data_type->inc_ref(); in cass_data_type_new()
76 data_type->inc_ref(); in cass_data_type_new_tuple()
82 data_type->inc_ref(); in cass_data_type_new_udt()
88 if (data_type->is_collection() || data_type->is_tuple()) { in cass_data_type_sub_data_type()
227 if (data_type->is_collection() || data_type->is_tuple()) { in cass_data_type_sub_type_count()
258 if (!data_type->is_collection() && !data_type->is_tuple()) { in cass_data_type_add_sub_type()
394 if (!data_type) { in by_value_type()
397 return data_type; in by_value_type()
402 return value->data_type()->equals(data_type); in operator ()()
407 return value->data_type()->equals(data_type); in operator ()()
[all …]
/dports/net/net6/net6-1.3.14/inc/
H A Dserialise.hpp59 template<typename data_type>
72 template<typename data_type>
86 template<typename data_type>
102 template<typename data_type>
121 template<typename data_type>
130 template<typename data_type>
168 typedef char data_type[N]; typedef in serialise::default_context_to
265 data_type default_context_from<data_type>::
270 data_type data; in from_string()
311 data::data(const data_type& data, const context_base_to<data_type>& ctx): in data()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h60 return p ? data_type((typename data_type::TreeTy *) *p)
72 static data_type Set(data_type B, key_type K, value_type E,
77 static data_type Remove(data_type B, key_type K, context_type F) {
115 return p ? data_type((typename data_type::TreeTy *) *p)
123 static data_type Add(data_type B, key_type K, context_type F) {
127 static data_type Remove(data_type B, key_type K, context_type F) {
155 static data_type Add(data_type L, key_type K, context_type F) {
187 using data_type = bool;
191 : data_type();
205 : data_type();
[all …]
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/unit/tests/
H A Dtest_cql_type_parser.cpp24 DataType::ConstPtr data_type; in TEST() local
31 EXPECT_EQ(data_type->value_type(), CASS_VALUE_TYPE_ASCII); in TEST()
34 EXPECT_EQ(data_type->value_type(), CASS_VALUE_TYPE_BIGINT); in TEST()
37 EXPECT_EQ(data_type->value_type(), CASS_VALUE_TYPE_BLOB); in TEST()
46 EXPECT_EQ(data_type->value_type(), CASS_VALUE_TYPE_DATE); in TEST()
61 EXPECT_EQ(data_type->value_type(), CASS_VALUE_TYPE_INT); in TEST()
92 DataType::ConstPtr data_type; in TEST() local
119 DataType::ConstPtr data_type; in TEST() local
135 DataType::ConstPtr data_type; in TEST() local
154 DataType::ConstPtr data_type; in TEST() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h154 return p ? data_type((typename data_type::TreeTy *) *p)
166 static data_type Set(data_type B, key_type K, value_type E,
171 static data_type Remove(data_type B, key_type K, context_type F) {
200 return p ? data_type((typename data_type::TreeTy *) *p)
208 static data_type Add(data_type B, key_type K, context_type F) {
212 static data_type Remove(data_type B, key_type K, context_type F) {
240 static data_type Add(data_type L, key_type K, context_type F) {
272 using data_type = bool;
276 : data_type();
290 : data_type();
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h154 return p ? data_type((typename data_type::TreeTy *) *p)
166 static data_type Set(data_type B, key_type K, value_type E,
171 static data_type Remove(data_type B, key_type K, context_type F) {
200 return p ? data_type((typename data_type::TreeTy *) *p)
208 static data_type Add(data_type B, key_type K, context_type F) {
212 static data_type Remove(data_type B, key_type K, context_type F) {
240 static data_type Add(data_type L, key_type K, context_type F) {
272 using data_type = bool;
276 : data_type();
290 : data_type();
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h154 return p ? data_type((typename data_type::TreeTy *) *p)
166 static data_type Set(data_type B, key_type K, value_type E,
171 static data_type Remove(data_type B, key_type K, context_type F) {
200 return p ? data_type((typename data_type::TreeTy *) *p)
208 static data_type Add(data_type B, key_type K, context_type F) {
212 static data_type Remove(data_type B, key_type K, context_type F) {
240 static data_type Add(data_type L, key_type K, context_type F) {
272 using data_type = bool;
276 : data_type();
290 : data_type();
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h154 return p ? data_type((typename data_type::TreeTy *) *p)
166 static data_type Set(data_type B, key_type K, value_type E,
171 static data_type Remove(data_type B, key_type K, context_type F) {
200 return p ? data_type((typename data_type::TreeTy *) *p)
208 static data_type Add(data_type B, key_type K, context_type F) {
212 static data_type Remove(data_type B, key_type K, context_type F) {
240 static data_type Add(data_type L, key_type K, context_type F) {
272 using data_type = bool;
276 : data_type();
290 : data_type();
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h154 return p ? data_type((typename data_type::TreeTy *) *p)
166 static data_type Set(data_type B, key_type K, value_type E,
171 static data_type Remove(data_type B, key_type K, context_type F) {
200 return p ? data_type((typename data_type::TreeTy *) *p)
208 static data_type Add(data_type B, key_type K, context_type F) {
212 static data_type Remove(data_type B, key_type K, context_type F) {
240 static data_type Add(data_type L, key_type K, context_type F) {
272 using data_type = bool;
276 : data_type();
290 : data_type();
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h154 return p ? data_type((typename data_type::TreeTy *) *p)
166 static data_type Set(data_type B, key_type K, value_type E,
171 static data_type Remove(data_type B, key_type K, context_type F) {
200 return p ? data_type((typename data_type::TreeTy *) *p)
208 static data_type Add(data_type B, key_type K, context_type F) {
212 static data_type Remove(data_type B, key_type K, context_type F) {
240 static data_type Add(data_type L, key_type K, context_type F) {
272 using data_type = bool;
276 : data_type();
290 : data_type();
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h154 return p ? data_type((typename data_type::TreeTy *) *p)
166 static data_type Set(data_type B, key_type K, value_type E,
171 static data_type Remove(data_type B, key_type K, context_type F) {
200 return p ? data_type((typename data_type::TreeTy *) *p)
208 static data_type Add(data_type B, key_type K, context_type F) {
212 static data_type Remove(data_type B, key_type K, context_type F) {
240 static data_type Add(data_type L, key_type K, context_type F) {
272 using data_type = bool;
276 : data_type();
290 : data_type();
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h154 return p ? data_type((typename data_type::TreeTy *) *p)
166 static data_type Set(data_type B, key_type K, value_type E,
171 static data_type Remove(data_type B, key_type K, context_type F) {
200 return p ? data_type((typename data_type::TreeTy *) *p)
208 static data_type Add(data_type B, key_type K, context_type F) {
212 static data_type Remove(data_type B, key_type K, context_type F) {
240 static data_type Add(data_type L, key_type K, context_type F) {
272 using data_type = bool;
276 : data_type();
290 : data_type();
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h154 return p ? data_type((typename data_type::TreeTy *) *p)
166 static data_type Set(data_type B, key_type K, value_type E,
171 static data_type Remove(data_type B, key_type K, context_type F) {
200 return p ? data_type((typename data_type::TreeTy *) *p)
208 static data_type Add(data_type B, key_type K, context_type F) {
212 static data_type Remove(data_type B, key_type K, context_type F) {
240 static data_type Add(data_type L, key_type K, context_type F) {
272 using data_type = bool;
276 : data_type();
290 : data_type();
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h154 return p ? data_type((typename data_type::TreeTy *) *p)
166 static data_type Set(data_type B, key_type K, value_type E,
171 static data_type Remove(data_type B, key_type K, context_type F) {
200 return p ? data_type((typename data_type::TreeTy *) *p)
208 static data_type Add(data_type B, key_type K, context_type F) {
212 static data_type Remove(data_type B, key_type K, context_type F) {
240 static data_type Add(data_type L, key_type K, context_type F) {
272 using data_type = bool;
276 : data_type();
290 : data_type();
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h154 return p ? data_type((typename data_type::TreeTy *) *p)
166 static data_type Set(data_type B, key_type K, value_type E,
171 static data_type Remove(data_type B, key_type K, context_type F) {
200 return p ? data_type((typename data_type::TreeTy *) *p)
208 static data_type Add(data_type B, key_type K, context_type F) {
212 static data_type Remove(data_type B, key_type K, context_type F) {
240 static data_type Add(data_type L, key_type K, context_type F) {
272 using data_type = bool;
276 : data_type();
290 : data_type();
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h154 return p ? data_type((typename data_type::TreeTy *) *p)
166 static data_type Set(data_type B, key_type K, value_type E,
171 static data_type Remove(data_type B, key_type K, context_type F) {
200 return p ? data_type((typename data_type::TreeTy *) *p)
208 static data_type Add(data_type B, key_type K, context_type F) {
212 static data_type Remove(data_type B, key_type K, context_type F) {
240 static data_type Add(data_type L, key_type K, context_type F) {
272 using data_type = bool;
276 : data_type();
290 : data_type();
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h154 return p ? data_type((typename data_type::TreeTy *) *p)
166 static data_type Set(data_type B, key_type K, value_type E,
171 static data_type Remove(data_type B, key_type K, context_type F) {
200 return p ? data_type((typename data_type::TreeTy *) *p)
208 static data_type Add(data_type B, key_type K, context_type F) {
212 static data_type Remove(data_type B, key_type K, context_type F) {
240 static data_type Add(data_type L, key_type K, context_type F) {
272 using data_type = bool;
276 : data_type();
290 : data_type();
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h155 return p ? data_type((typename data_type::TreeTy *) *p)
167 static data_type Set(data_type B, key_type K, value_type E,
172 static data_type Remove(data_type B, key_type K, context_type F) {
201 return p ? data_type((typename data_type::TreeTy *) *p)
209 static data_type Add(data_type B, key_type K, context_type F) {
213 static data_type Remove(data_type B, key_type K, context_type F) {
241 static data_type Add(data_type L, key_type K, context_type F) {
273 using data_type = bool;
277 : data_type();
291 : data_type();
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h154 return p ? data_type((typename data_type::TreeTy *) *p)
166 static data_type Set(data_type B, key_type K, value_type E,
171 static data_type Remove(data_type B, key_type K, context_type F) {
200 return p ? data_type((typename data_type::TreeTy *) *p)
208 static data_type Add(data_type B, key_type K, context_type F) {
212 static data_type Remove(data_type B, key_type K, context_type F) {
240 static data_type Add(data_type L, key_type K, context_type F) {
272 using data_type = bool;
276 : data_type();
290 : data_type();
[all …]
/dports/devel/py-dtfabric/dtfabric-20200621/test_data/
H A Dstructure_family.yaml34 data_type: uint32
36 data_type: uint32
38 data_type: uint32
40 data_type: uint16
42 data_type: uint16
44 data_type: uint16
46 data_type: uint16
57 data_type: uint32
59 data_type: uint32
61 data_type: uint32
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/ath10k/
H A Dqmi_wlfw_v01.c12 .data_type = QMI_UNSIGNED_4_BYTE,
207 .data_type = QMI_DATA_LEN,
216 .data_type = QMI_STRUCT,
318 .data_type = QMI_STRING,
533 .data_type = QMI_STRUCT,
662 .data_type = QMI_STRUCT,
685 .data_type = QMI_STRING,
712 .data_type = QMI_STRUCT,
740 .data_type = QMI_STRUCT,
768 .data_type = QMI_STRUCT,
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/ath10k/
H A Dqmi_wlfw_v01.c12 .data_type = QMI_UNSIGNED_4_BYTE,
207 .data_type = QMI_DATA_LEN,
216 .data_type = QMI_STRUCT,
318 .data_type = QMI_STRING,
533 .data_type = QMI_STRUCT,
662 .data_type = QMI_STRUCT,
685 .data_type = QMI_STRING,
712 .data_type = QMI_STRUCT,
740 .data_type = QMI_STRUCT,
768 .data_type = QMI_STRUCT,
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/ath10k/
H A Dqmi_wlfw_v01.c12 .data_type = QMI_UNSIGNED_4_BYTE,
207 .data_type = QMI_DATA_LEN,
216 .data_type = QMI_STRUCT,
318 .data_type = QMI_STRING,
533 .data_type = QMI_STRUCT,
662 .data_type = QMI_STRUCT,
685 .data_type = QMI_STRING,
712 .data_type = QMI_STRUCT,
740 .data_type = QMI_STRUCT,
768 .data_type = QMI_STRUCT,
[all …]

12345678910>>...274