Home
last modified time | relevance | path

Searched refs:nonref (Results 1 – 25 of 93) sorted by relevance

1234

/dports/devel/p5-autovivification/autovivification-0.18/t/lib/autovivification/
H A DTestCases.pm78 my @nonref = @{$base[0]};
79 $nonref[0] = $sigil . $name;
80 for ($nonref[1], $nonref[2]) {
82 s/\Q$sigil$var\E/$nonref[0]/g;
85 my $simple = $nonref[2] !~ /->/;
86 my $plain_deref = $nonref[2] =~ /\Q$nonref[0]\E/;
93 $nonref[1] = '';
94 $nonref[2] = 1;
95 $nonref[3] = "'', 1, $empty";
97 $nonref[3] =~ s/,\s*undef\s*$/, $empty/;
[all …]
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/hz/
H A Dany_type.h276 typedef typename type_remove_reference<ValueType>::type nonref; in any_cast() typedef
279 THROW_CUSTOM_BAD_CAST(bad_any_cast, operand.type(), typeid(nonref)); in any_cast()
282 if (operand.type() != typeid(nonref)) in any_cast()
283 THROW_CUSTOM_BAD_CAST(bad_any_cast, operand.type(), typeid(nonref)); in any_cast()
294 typedef typename type_remove_reference<ValueType>::type nonref; in any_cast() typedef
297 THROW_CUSTOM_BAD_CAST(bad_any_cast, operand.type(), typeid(nonref)); in any_cast()
300 if (operand.type() != typeid(nonref)) in any_cast()
301 THROW_CUSTOM_BAD_CAST(bad_any_cast, operand.type(), typeid(nonref)); in any_cast()
366 typedef typename type_remove_reference<T>::type nonref; in convert() typedef
367 nonref result; in convert()
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/
H A Dany.hpp179 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
188 BOOST_STATIC_ASSERT(!is_reference<nonref>::value); in any_cast()
191 const nonref * result = any_cast<nonref>(&operand); in any_cast()
200 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
205 BOOST_STATIC_ASSERT(!is_reference<nonref>::value); in any_cast()
208 nonref * result = any_cast<nonref>(&operand); in any_cast()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/
H A Dany.hpp197 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
206 BOOST_STATIC_ASSERT(!is_reference<nonref>::value); in any_cast()
209 nonref * result = any_cast<nonref>(&operand); in any_cast()
218 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
223 BOOST_STATIC_ASSERT(!is_reference<nonref>::value); in any_cast()
226 return any_cast<const nonref &>(const_cast<any &>(operand)); in any_cast()
/dports/emulators/mednafen/mednafen/src/snes/src/lib/nall/
H A Dany.hpp52 typedef typename remove_reference<T>::type nonref; in any_cast() typedef
53 if(value.type() != typeid(nonref)) throw; in any_cast()
54 return static_cast<any::holder<nonref>*>(value.container)->value; in any_cast()
58 typedef const typename remove_reference<T>::type nonref; in any_cast() typedef
59 if(value.type() != typeid(nonref)) throw; in any_cast()
60 return static_cast<any::holder<nonref>*>(value.container)->value; in any_cast()
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/lib/nall/
H A Dany.hpp55 typedef typename remove_reference<T>::type nonref; in any_cast() typedef
56 if(value.type() != typeid(nonref)) throw; in any_cast()
57 return static_cast<any::holder<nonref>*>(value.container)->value; in any_cast()
61 typedef const typename remove_reference<T>::type nonref; in any_cast() typedef
62 if(value.type() != typeid(nonref)) throw; in any_cast()
63 return static_cast<any::holder<nonref>*>(value.container)->value; in any_cast()
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/
H A Dany.hpp260 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
263 nonref * result = any_cast<nonref>(&operand); in any_cast()
283 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
284 return any_cast<const nonref &>(const_cast<any &>(operand)); in any_cast()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/
H A Dany.hpp260 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
263 nonref * result = any_cast<nonref>(&operand); in any_cast()
283 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
284 return any_cast<const nonref &>(const_cast<any &>(operand)); in any_cast()
/dports/databases/xtrabackup/boost_1_59_0/boost/
H A Dany.hpp260 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
263 nonref * result = any_cast<nonref>(&operand); in any_cast()
283 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
284 return any_cast<const nonref &>(const_cast<any &>(operand)); in any_cast()
/dports/databases/percona57-server/boost_1_59_0/boost/
H A Dany.hpp260 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
263 nonref * result = any_cast<nonref>(&operand); in any_cast()
283 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
284 return any_cast<const nonref &>(const_cast<any &>(operand)); in any_cast()
/dports/databases/percona57-client/boost_1_59_0/boost/
H A Dany.hpp260 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
263 nonref * result = any_cast<nonref>(&operand); in any_cast()
283 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
284 return any_cast<const nonref &>(const_cast<any &>(operand)); in any_cast()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/
H A Dany.hpp260 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
263 nonref * result = any_cast<nonref>(&operand); in any_cast()
283 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
284 return any_cast<const nonref &>(const_cast<any &>(operand)); in any_cast()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/
H A Dany.hpp260 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
263 nonref * result = any_cast<nonref>(&operand); in any_cast()
283 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
284 return any_cast<const nonref &>(const_cast<any &>(operand)); in any_cast()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/
H A Dany.hpp260 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
263 nonref * result = any_cast<nonref>(&operand); in any_cast()
283 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
284 return any_cast<const nonref &>(const_cast<any &>(operand)); in any_cast()
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/
H A Dany.hpp260 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
263 nonref * result = any_cast<nonref>(&operand); in any_cast()
283 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
284 return any_cast<const nonref &>(const_cast<any &>(operand)); in any_cast()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/
H A Dany.hpp260 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
263 nonref * result = any_cast<nonref>(&operand); in any_cast()
283 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
284 return any_cast<const nonref &>(const_cast<any &>(operand)); in any_cast()
/dports/devel/hyperscan/boost_1_75_0/boost/
H A Dany.hpp267 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
270 nonref * result = any_cast<nonref>(boost::addressof(operand)); in any_cast()
297 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
298 return any_cast<const nonref &>(const_cast<any &>(operand)); in any_cast()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/
H A Dany.hpp267 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref;
270 nonref * result = any_cast<nonref>(boost::addressof(operand));
297 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref;
298 return any_cast<const nonref &>(const_cast<any &>(operand));
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/
H A Dany.hpp267 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
270 nonref * result = any_cast<nonref>(boost::addressof(operand)); in any_cast()
297 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
298 return any_cast<const nonref &>(const_cast<any &>(operand)); in any_cast()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/
H A Dany.hpp263 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
266 nonref * result = any_cast<nonref>(boost::addressof(operand)); in any_cast()
293 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
294 return any_cast<const nonref &>(const_cast<any &>(operand)); in any_cast()
/dports/devel/boost-libs/boost_1_72_0/boost/
H A Dany.hpp267 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
270 nonref * result = any_cast<nonref>(boost::addressof(operand)); in any_cast()
297 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
298 return any_cast<const nonref &>(const_cast<any &>(operand)); in any_cast()
/dports/devel/boost-python-libs/boost_1_72_0/boost/
H A Dany.hpp267 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
270 nonref * result = any_cast<nonref>(boost::addressof(operand)); in any_cast()
297 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
298 return any_cast<const nonref &>(const_cast<any &>(operand)); in any_cast()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/
H A Dany.hpp263 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
266 nonref * result = any_cast<nonref>(boost::addressof(operand)); in any_cast()
293 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
294 return any_cast<const nonref &>(const_cast<any &>(operand)); in any_cast()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/
H A Dany.hpp263 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
266 nonref * result = any_cast<nonref>(boost::addressof(operand)); in any_cast()
293 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
294 return any_cast<const nonref &>(const_cast<any &>(operand)); in any_cast()
/dports/devel/boost-docs/boost_1_72_0/boost/
H A Dany.hpp267 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
270 nonref * result = any_cast<nonref>(boost::addressof(operand)); in any_cast()
297 typedef BOOST_DEDUCED_TYPENAME remove_reference<ValueType>::type nonref; in any_cast() typedef
298 return any_cast<const nonref &>(const_cast<any &>(operand)); in any_cast()

1234