Home
last modified time | relevance | path

Searched defs:unwrapper (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rlbox/include/
H A Drlbox_wrapper_traits.hpp66 struct unwrapper struct
68 using type = T;
69 using type_sbx = void;
75 using type = T;
76 using type_sbx = T_Sbx;
82 using type = T;
83 using type_sbx = T_Sbx;
89 using type = T;
90 using type_sbx = T_Sbx;
96 using type = T;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rlbox/include/
H A Drlbox_wrapper_traits.hpp66 struct unwrapper struct
68 using type = T;
69 using type_sbx = void;
75 using type = T;
76 using type_sbx = T_Sbx;
82 using type = T;
83 using type_sbx = T_Sbx;
89 using type = T;
90 using type_sbx = T_Sbx;
96 using type = T;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rlbox/include/
H A Drlbox_wrapper_traits.hpp66 struct unwrapper struct
68 using type = T;
69 using type_sbx = void;
75 using type = T;
76 using type_sbx = T_Sbx;
82 using type = T;
83 using type_sbx = T_Sbx;
89 using type = T;
90 using type_sbx = T_Sbx;
96 using type = T;
[all …]
/dports/www/firefox/firefox-99.0/third_party/rlbox/include/
H A Drlbox_wrapper_traits.hpp66 struct unwrapper struct
68 using type = T;
69 using type_sbx = void;
75 using type = T;
76 using type_sbx = T_Sbx;
82 using type = T;
83 using type_sbx = T_Sbx;
89 using type = T;
90 using type_sbx = T_Sbx;
96 using type = T;
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/parallel/executors/
H A Dexecution_parameters.hpp360 struct unwrapper : T struct
367 unwrapper() : T() {} in unwrapper() function
373 unwrapper(U && u) : T(std::forward<U>(u)) {} in unwrapper() argument
516 struct unwrapper< ::boost::reference_wrapper<T> > struct
525 typedef boost::reference_wrapper<T> wrapper_type;
527 unwrapper(wrapper_type wrapped_param) in unwrapper() function
533 struct unwrapper< ::std::reference_wrapper<T> > struct
542 typedef std::reference_wrapper<T> wrapper_type;
544 unwrapper(wrapper_type wrapped_param) in unwrapper() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/numerics/
H A Dsequence_number_util_unittest.cc215 SeqNumUnwrapper<uint8_t> unwrapper(0); in TEST() local
224 SeqNumUnwrapper<uint32_t> unwrapper(std::numeric_limits<uint64_t>::max()); in TEST() local
235 SeqNumUnwrapper<uint8_t> unwrapper(0); in TEST() local
241 SeqNumUnwrapper<uint8_t, 33> unwrapper(0); in TEST() local
247 SeqNumUnwrapper<uint8_t> unwrapper(10); in TEST() local
253 SeqNumUnwrapper<uint8_t, 33> unwrapper(10); in TEST() local
259 SeqNumUnwrapper<uint16_t> unwrapper(0); in TEST() local
276 SeqNumUnwrapper<uint8_t, 11> unwrapper(10); in TEST() local
294 SeqNumUnwrapper<uint16_t, kLargeNumber> unwrapper; in TEST() local
309 SeqNumUnwrapper<uint16_t, kLargeNumber> unwrapper(kLargeNumber * kNumWraps); in TEST() local
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/numerics/
H A Dsequence_number_util_unittest.cc215 SeqNumUnwrapper<uint8_t> unwrapper(0); in TEST() local
224 SeqNumUnwrapper<uint32_t> unwrapper(std::numeric_limits<uint64_t>::max()); in TEST() local
235 SeqNumUnwrapper<uint8_t> unwrapper(0); in TEST() local
241 SeqNumUnwrapper<uint8_t, 33> unwrapper(0); in TEST() local
247 SeqNumUnwrapper<uint8_t> unwrapper(10); in TEST() local
253 SeqNumUnwrapper<uint8_t, 33> unwrapper(10); in TEST() local
259 SeqNumUnwrapper<uint16_t> unwrapper(0); in TEST() local
276 SeqNumUnwrapper<uint8_t, 11> unwrapper(10); in TEST() local
294 SeqNumUnwrapper<uint16_t, kLargeNumber> unwrapper; in TEST() local
309 SeqNumUnwrapper<uint16_t, kLargeNumber> unwrapper(kLargeNumber * kNumWraps); in TEST() local
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/rtc_base/numerics/
H A Dsequence_number_util_unittest.cc215 SeqNumUnwrapper<uint8_t> unwrapper(0); in TEST() local
224 SeqNumUnwrapper<uint32_t> unwrapper(std::numeric_limits<uint64_t>::max()); in TEST() local
235 SeqNumUnwrapper<uint8_t> unwrapper(0); in TEST() local
241 SeqNumUnwrapper<uint8_t, 33> unwrapper(0); in TEST() local
247 SeqNumUnwrapper<uint8_t> unwrapper(10); in TEST() local
253 SeqNumUnwrapper<uint8_t, 33> unwrapper(10); in TEST() local
259 SeqNumUnwrapper<uint16_t> unwrapper(0); in TEST() local
276 SeqNumUnwrapper<uint8_t, 11> unwrapper(10); in TEST() local
294 SeqNumUnwrapper<uint16_t, kLargeNumber> unwrapper; in TEST() local
309 SeqNumUnwrapper<uint16_t, kLargeNumber> unwrapper(kLargeNumber * kNumWraps); in TEST() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/numerics/
H A Dsequence_number_util_unittest.cc216 SeqNumUnwrapper<uint8_t> unwrapper; in TEST() local
221 SeqNumUnwrapper<uint8_t> unwrapper; in TEST() local
227 SeqNumUnwrapper<uint8_t, 33> unwrapper; in TEST() local
233 SeqNumUnwrapper<uint8_t> unwrapper; in TEST() local
239 SeqNumUnwrapper<uint8_t, 33> unwrapper; in TEST() local
245 SeqNumUnwrapper<uint16_t> unwrapper; in TEST() local
262 SeqNumUnwrapper<uint8_t, 11> unwrapper; in TEST() local
280 SeqNumUnwrapper<uint16_t, kLargeNumber> unwrapper; in TEST() local
295 SeqNumUnwrapper<uint16_t, kLargeNumber> unwrapper; in TEST() local
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/numerics/
H A Dsequence_number_util_unittest.cc216 SeqNumUnwrapper<uint8_t> unwrapper; in TEST() local
221 SeqNumUnwrapper<uint8_t> unwrapper; in TEST() local
227 SeqNumUnwrapper<uint8_t, 33> unwrapper; in TEST() local
233 SeqNumUnwrapper<uint8_t> unwrapper; in TEST() local
239 SeqNumUnwrapper<uint8_t, 33> unwrapper; in TEST() local
245 SeqNumUnwrapper<uint16_t> unwrapper; in TEST() local
262 SeqNumUnwrapper<uint8_t, 11> unwrapper; in TEST() local
280 SeqNumUnwrapper<uint16_t, kLargeNumber> unwrapper; in TEST() local
295 SeqNumUnwrapper<uint16_t, kLargeNumber> unwrapper; in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/numerics/
H A Dsequence_number_util_unittest.cc216 SeqNumUnwrapper<uint8_t> unwrapper; in TEST() local
221 SeqNumUnwrapper<uint8_t> unwrapper; in TEST() local
227 SeqNumUnwrapper<uint8_t, 33> unwrapper; in TEST() local
233 SeqNumUnwrapper<uint8_t> unwrapper; in TEST() local
239 SeqNumUnwrapper<uint8_t, 33> unwrapper; in TEST() local
245 SeqNumUnwrapper<uint16_t> unwrapper; in TEST() local
262 SeqNumUnwrapper<uint8_t, 11> unwrapper; in TEST() local
280 SeqNumUnwrapper<uint16_t, kLargeNumber> unwrapper; in TEST() local
295 SeqNumUnwrapper<uint16_t, kLargeNumber> unwrapper; in TEST() local
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/numerics/
H A Dsequence_number_util_unittest.cc216 SeqNumUnwrapper<uint8_t> unwrapper; in TEST() local
221 SeqNumUnwrapper<uint8_t> unwrapper; in TEST() local
227 SeqNumUnwrapper<uint8_t, 33> unwrapper; in TEST() local
233 SeqNumUnwrapper<uint8_t> unwrapper; in TEST() local
239 SeqNumUnwrapper<uint8_t, 33> unwrapper; in TEST() local
245 SeqNumUnwrapper<uint16_t> unwrapper; in TEST() local
262 SeqNumUnwrapper<uint8_t, 11> unwrapper; in TEST() local
280 SeqNumUnwrapper<uint16_t, kLargeNumber> unwrapper; in TEST() local
295 SeqNumUnwrapper<uint16_t, kLargeNumber> unwrapper; in TEST() local
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cms/bc/
H A DBcKEKRecipient.java14 private SymmetricKeyUnwrapper unwrapper; field in BcKEKRecipient
16 public BcKEKRecipient(BcSymmetricKeyUnwrapper unwrapper) in BcKEKRecipient()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/
H A Dmodule_common_types_unittest.cc117 SequenceNumberUnwrapper unwrapper; in TEST() local
137 SequenceNumberUnwrapper unwrapper; in TEST() local
155 SequenceNumberUnwrapper unwrapper; in TEST() local
176 TimestampUnwrapper unwrapper; in TEST() local
197 TimestampUnwrapper unwrapper; in TEST() local
210 TimestampUnwrapper unwrapper; in TEST() local
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/
H A Dmodule_common_types_unittest.cc117 SequenceNumberUnwrapper unwrapper; in TEST() local
137 SequenceNumberUnwrapper unwrapper; in TEST() local
155 SequenceNumberUnwrapper unwrapper; in TEST() local
176 TimestampUnwrapper unwrapper; in TEST() local
197 TimestampUnwrapper unwrapper; in TEST() local
210 TimestampUnwrapper unwrapper; in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/
H A Dmodule_common_types_unittest.cc117 SequenceNumberUnwrapper unwrapper; in TEST() local
137 SequenceNumberUnwrapper unwrapper; in TEST() local
155 SequenceNumberUnwrapper unwrapper; in TEST() local
176 TimestampUnwrapper unwrapper; in TEST() local
197 TimestampUnwrapper unwrapper; in TEST() local
210 TimestampUnwrapper unwrapper; in TEST() local
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/
H A Dmodule_common_types_unittest.cc117 SequenceNumberUnwrapper unwrapper; in TEST() local
137 SequenceNumberUnwrapper unwrapper; in TEST() local
155 SequenceNumberUnwrapper unwrapper; in TEST() local
176 TimestampUnwrapper unwrapper; in TEST() local
197 TimestampUnwrapper unwrapper; in TEST() local
210 TimestampUnwrapper unwrapper; in TEST() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/
H A Dmodule_common_types_unittest.cc215 SequenceNumberUnwrapper unwrapper; in TEST() local
235 SequenceNumberUnwrapper unwrapper; in TEST() local
253 SequenceNumberUnwrapper unwrapper; in TEST() local
274 TimestampUnwrapper unwrapper; in TEST() local
295 TimestampUnwrapper unwrapper; in TEST() local
308 TimestampUnwrapper unwrapper; in TEST() local
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/
H A Dmodule_common_types_unittest.cc215 SequenceNumberUnwrapper unwrapper; in TEST() local
235 SequenceNumberUnwrapper unwrapper; in TEST() local
253 SequenceNumberUnwrapper unwrapper; in TEST() local
274 TimestampUnwrapper unwrapper; in TEST() local
295 TimestampUnwrapper unwrapper; in TEST() local
308 TimestampUnwrapper unwrapper; in TEST() local
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/
H A Dmodule_common_types_unittest.cc215 SequenceNumberUnwrapper unwrapper; in TEST() local
235 SequenceNumberUnwrapper unwrapper; in TEST() local
253 SequenceNumberUnwrapper unwrapper; in TEST() local
274 TimestampUnwrapper unwrapper; in TEST() local
295 TimestampUnwrapper unwrapper; in TEST() local
308 TimestampUnwrapper unwrapper; in TEST() local
/dports/devel/libopentracing/opentracing-cpp-1.6.0/3rd_party/include/opentracing/variant/
H A Dvariant.hpp258 struct unwrapper struct
260 static T const& apply_const(T const& obj) { return obj; } in apply_const()
261 static T& apply(T& obj) { return obj; } in apply()
265 struct unwrapper<recursive_wrapper<T>> struct
267 static auto apply_const(recursive_wrapper<T> const& obj) in apply_const()
272 static auto apply(recursive_wrapper<T>& obj) in apply()
280 struct unwrapper<std::reference_wrapper<T>> struct
282 static auto apply_const(std::reference_wrapper<T> const& obj) in apply_const()
287 static auto apply(std::reference_wrapper<T>& obj) in apply()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/
H A Dmodule_common_types_unittest.cc117 SequenceNumberUnwrapper unwrapper; in TEST() local
137 SequenceNumberUnwrapper unwrapper; in TEST() local
155 SequenceNumberUnwrapper unwrapper; in TEST() local
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/
H A Dmodule_common_types_unittest.cc126 SequenceNumberUnwrapper unwrapper; in TEST() local
146 SequenceNumberUnwrapper unwrapper; in TEST() local
164 SequenceNumberUnwrapper unwrapper; in TEST() local
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/variant/include/mapbox/
H A Dvariant.hpp254 struct unwrapper struct
256 static T const& apply_const(T const& obj) { return obj; } in apply_const()
257 static T& apply(T& obj) { return obj; } in apply()
261 struct unwrapper<recursive_wrapper<T>> struct
263 static auto apply_const(recursive_wrapper<T> const& obj) in apply_const()
268 static auto apply(recursive_wrapper<T>& obj) in apply()
276 struct unwrapper<std::reference_wrapper<T>> struct
278 static auto apply_const(std::reference_wrapper<T> const& obj) in apply_const()
283 static auto apply(std::reference_wrapper<T>& obj) in apply()
/dports/devel/spark/spark-2.1.1/sql/hive/src/main/scala/org/apache/spark/sql/hive/
H A DHiveInspectors.scala483 val unwrapper = unwrapperFor(li.getListElementObjectInspector) constant
637 val unwrapper = unwrapperFor(li.getListElementObjectInspector) constant
669 val unwrapper = unwrapperFor(field.getFieldObjectInspector) constant
706 val unwrapper = unwrapperFor(oi) constant

12345678910