Home
last modified time | relevance | path

Searched refs:RefType (Results 1 – 25 of 1705) sorted by relevance

12345678910>>...69

/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmValType.cpp55 RefType rt; in ToValType()
72 *out = RefType::func(); in ToRefType()
74 *out = RefType::extern_(); in ToRefType()
77 *out = RefType::eq(); in ToRefType()
124 case RefType::Func: in ToString()
127 case RefType::Extern: in ToString()
130 case RefType::Eq: in ToString()
133 case RefType::TypeIndex: in ToString()
139 case RefType::Func: in ToString()
142 case RefType::Extern: in ToString()
[all …]
H A DWasmValType.h207 class RefType {
265 static RefType func() { return RefType(Func, true); } in func()
266 static RefType extern_() { return RefType(Extern, true); } in extern_()
267 static RefType eq() { return RefType(Eq, true); } in eq()
275 RefType asNonNullable() const { return RefType(ptc_.asNonNullable()); } in asNonNullable()
279 case RefType::Func: in tableRepr()
281 case RefType::Extern: in tableRepr()
282 case RefType::Eq: in tableRepr()
284 case RefType::TypeIndex: in tableRepr()
548 RefType refType() const { in refType()
[all …]
/dports/biology/p5-Bio-Phylo/Bio-Phylo-v2.0.1/lib/Bio/Phylo/NeXML/
H A DXML2JSON.pm34 my $RefType = ref( $Obj->{$Key} );
40 if ( $RefType eq 'HASH' ) {
47 elsif ( !$RefType ) {
94 $RefType = "";
98 if ($RefType eq 'JSON::true') {
99 $RefType = "";
102 if ($RefType eq 'JSON::false') {
103 $RefType = "";
107 if ( $RefType eq 'ARRAY' ) {
114 elsif ( $RefType eq 'HASH' ) {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmValType.cpp54 *out = RefType::func(); in ToValType()
56 *out = RefType::extern_(); in ToValType()
59 *out = RefType::eq(); in ToValType()
91 case RefType::Func: in ToString()
94 case RefType::Extern: in ToString()
97 case RefType::Eq: in ToString()
100 case RefType::TypeIndex: in ToString()
106 case RefType::Func: in ToString()
109 case RefType::Extern: in ToString()
112 case RefType::Eq: in ToString()
[all …]
H A DWasmValType.h196 class RefType {
254 static RefType func() { return RefType(Func, true); } in func()
255 static RefType extern_() { return RefType(Extern, true); } in extern_()
256 static RefType eq() { return RefType(Eq, true); } in eq()
264 RefType asNonNullable() const { return RefType(ptc_.asNonNullable()); } in asNonNullable()
268 case RefType::Func: in tableRepr()
270 case RefType::Extern: in tableRepr()
271 case RefType::Eq: in tableRepr()
273 case RefType::TypeIndex: in tableRepr()
527 RefType refType() const { in refType()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmValType.cpp54 *out = RefType::func(); in ToValType()
56 *out = RefType::extern_(); in ToValType()
59 *out = RefType::eq(); in ToValType()
91 case RefType::Func: in ToString()
94 case RefType::Extern: in ToString()
97 case RefType::Eq: in ToString()
100 case RefType::TypeIndex: in ToString()
106 case RefType::Func: in ToString()
109 case RefType::Extern: in ToString()
112 case RefType::Eq: in ToString()
[all …]
H A DWasmValType.h196 class RefType {
254 static RefType func() { return RefType(Func, true); } in func()
255 static RefType extern_() { return RefType(Extern, true); } in extern_()
256 static RefType eq() { return RefType(Eq, true); } in eq()
264 RefType asNonNullable() const { return RefType(ptc_.asNonNullable()); } in asNonNullable()
268 case RefType::Func: in tableRepr()
270 case RefType::Extern: in tableRepr()
271 case RefType::Eq: in tableRepr()
273 case RefType::TypeIndex: in tableRepr()
527 RefType refType() const { in refType()
[all …]
/dports/math/brial/BRiAl-1.2.10/libbrial/include/polybori/iterators/
H A DCGenericIter.h29 template <class OrderType, class NaviType, class RefType>
30 struct pbori_base<CGenericIter<OrderType, NaviType, RefType> > {
34 typedef CTermIter<stack_type, CTermGenerator<RefType> > type;
38 template <class OrderType, class NaviType, class RefType>
40 public pbori_base<CGenericIter<OrderType, NaviType, RefType> >::type {
68 template <class OrderType, class NaviType, class RefType>
69 struct pbori_base<CReverseIter<OrderType, NaviType, RefType> > {
73 typedef CTermIter<stack_type, CTermGenerator<RefType> > type;
77 template <class OrderType, class NaviType, class RefType>
79 public pbori_base<CReverseIter<OrderType, NaviType, RefType> >::type {
/dports/math/py-brial/BRiAl-1.2.10/libbrial/include/polybori/iterators/
H A DCGenericIter.h29 template <class OrderType, class NaviType, class RefType>
30 struct pbori_base<CGenericIter<OrderType, NaviType, RefType> > {
34 typedef CTermIter<stack_type, CTermGenerator<RefType> > type;
38 template <class OrderType, class NaviType, class RefType> in CExpGenerator()
40 public pbori_base<CGenericIter<OrderType, NaviType, RefType> >::type { in CExpGenerator()
68 template <class OrderType, class NaviType, class RefType>
69 struct pbori_base<CReverseIter<OrderType, NaviType, RefType> > {
73 typedef CTermIter<stack_type, CTermGenerator<RefType> > type;
77 template <class OrderType, class NaviType, class RefType>
79 public pbori_base<CReverseIter<OrderType, NaviType, RefType> >::type {
/dports/devel/boost-docs/boost_1_72_0/boost/test/utils/
H A Dforeach.hpp203 template<class RefType,typename C>
204 inline RefType
205 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ ) in deref() argument
212 template<class RefType,typename C>
213 inline RefType
214 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ ) in deref() argument
265 #define BOOST_TEST_FE_DEREF( COL, RefType ) \ argument
269 ::boost::type<RefType >(), \
283 #define BOOST_TEST_FOREACH( RefType, var, COL ) \ argument
291 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType ); \
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/test/utils/
H A Dforeach.hpp203 template<class RefType,typename C>
204 inline RefType
205 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ ) in deref() argument
212 template<class RefType,typename C>
213 inline RefType
214 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ ) in deref() argument
265 #define BOOST_TEST_FE_DEREF( COL, RefType ) \ argument
269 ::boost::type<RefType >(), \
283 #define BOOST_TEST_FOREACH( RefType, var, COL ) \ argument
291 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType ); \
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/test/utils/
H A Dforeach.hpp203 template<class RefType,typename C>
204 inline RefType
205 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ ) in deref() argument
212 template<class RefType,typename C>
213 inline RefType
214 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ ) in deref() argument
265 #define BOOST_TEST_FE_DEREF( COL, RefType ) \ argument
269 ::boost::type<RefType >(), \
283 #define BOOST_TEST_FOREACH( RefType, var, COL ) \ argument
291 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType ); \
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/test/utils/
H A Dforeach.hpp204 template<class RefType,typename C>
205 inline RefType
206 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ ) in deref() argument
213 template<class RefType,typename C>
214 inline RefType
215 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ ) in deref() argument
266 #define BOOST_TEST_FE_DEREF( COL, RefType ) \ argument
270 ::boost::type<RefType >(), \
284 #define BOOST_TEST_FOREACH( RefType, var, COL ) \ argument
292 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType ); \
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/test/utils/
H A Dforeach.hpp203 template<class RefType,typename C>
204 inline RefType
205 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ ) in deref() argument
212 template<class RefType,typename C>
213 inline RefType
214 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ ) in deref() argument
265 #define BOOST_TEST_FE_DEREF( COL, RefType ) \ argument
269 ::boost::type<RefType >(), \
283 #define BOOST_TEST_FOREACH( RefType, var, COL ) \ argument
291 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType ); \
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/test/utils/
H A Dforeach.hpp203 template<class RefType,typename C>
204 inline RefType
205 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ ) in deref() argument
212 template<class RefType,typename C>
213 inline RefType
214 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ ) in deref() argument
265 #define BOOST_TEST_FE_DEREF( COL, RefType ) \ argument
269 ::boost::type<RefType >(), \
283 #define BOOST_TEST_FOREACH( RefType, var, COL ) \ argument
291 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType ); \
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/test/utils/
H A Dforeach.hpp204 template<class RefType,typename C>
205 inline RefType
206 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ ) in deref() argument
213 template<class RefType,typename C>
214 inline RefType
215 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ ) in deref() argument
266 #define BOOST_TEST_FE_DEREF( COL, RefType ) \ argument
270 ::boost::type<RefType >(), \
284 #define BOOST_TEST_FOREACH( RefType, var, COL ) \ argument
292 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType ); \
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/test/utils/
H A Dforeach.hpp204 template<class RefType,typename C>
205 inline RefType
206 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ ) in deref() argument
213 template<class RefType,typename C>
214 inline RefType
215 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ ) in deref() argument
266 #define BOOST_TEST_FE_DEREF( COL, RefType ) \ argument
270 ::boost::type<RefType >(), \
284 #define BOOST_TEST_FOREACH( RefType, var, COL ) \ argument
292 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType ); \
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/test/utils/
H A Dforeach.hpp204 template<class RefType,typename C>
205 inline RefType
206 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ ) in deref() argument
213 template<class RefType,typename C>
214 inline RefType
215 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ ) in deref() argument
266 #define BOOST_TEST_FE_DEREF( COL, RefType ) \ argument
270 ::boost::type<RefType >(), \
284 #define BOOST_TEST_FOREACH( RefType, var, COL ) \ argument
292 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType ); \
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/test/utils/
H A Dforeach.hpp204 template<class RefType,typename C>
205 inline RefType
206 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ ) in deref() argument
213 template<class RefType,typename C>
214 inline RefType
215 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ ) in deref() argument
266 #define BOOST_TEST_FE_DEREF( COL, RefType ) \ argument
270 ::boost::type<RefType >(), \
284 #define BOOST_TEST_FOREACH( RefType, var, COL ) \ argument
292 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType ); \
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/test/utils/
H A Dforeach.hpp204 template<class RefType,typename C>
205 inline RefType
206 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ ) in deref() argument
213 template<class RefType,typename C>
214 inline RefType
215 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ ) in deref() argument
266 #define BOOST_TEST_FE_DEREF( COL, RefType ) \ argument
270 ::boost::type<RefType >(), \
284 #define BOOST_TEST_FOREACH( RefType, var, COL ) \ argument
292 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType ); \
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/test/utils/
H A Dforeach.hpp203 template<class RefType,typename C>
204 inline RefType
205 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ ) in deref() argument
212 template<class RefType,typename C>
213 inline RefType
214 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ ) in deref() argument
265 #define BOOST_TEST_FE_DEREF( COL, RefType ) \ argument
269 ::boost::type<RefType >(), \
283 #define BOOST_TEST_FOREACH( RefType, var, COL ) \ argument
291 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType ); \
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/test/utils/
H A Dforeach.hpp204 template<class RefType,typename C>
205 inline RefType
206 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ ) in deref() argument
213 template<class RefType,typename C>
214 inline RefType
215 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ ) in deref() argument
266 #define BOOST_TEST_FE_DEREF( COL, RefType ) \ argument
270 ::boost::type<RefType >(), \
284 #define BOOST_TEST_FOREACH( RefType, var, COL ) \ argument
292 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType ); \
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/test/utils/
H A Dforeach.hpp204 template<class RefType,typename C>
205 inline RefType
206 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ ) in deref() argument
213 template<class RefType,typename C>
214 inline RefType
215 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ ) in deref() argument
266 #define BOOST_TEST_FE_DEREF( COL, RefType ) \ argument
270 ::boost::type<RefType >(), \
284 #define BOOST_TEST_FOREACH( RefType, var, COL ) \ argument
292 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType ); \
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/test/utils/
H A Dforeach.hpp204 template<class RefType,typename C>
205 inline RefType
206 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ )
213 template<class RefType,typename C>
214 inline RefType
215 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ )
266 #define BOOST_TEST_FE_DEREF( COL, RefType ) \
270 ::boost::type<RefType >(), \
284 #define BOOST_TEST_FOREACH( RefType, var, COL ) \
292 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType ); \
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/test/utils/
H A Dforeach.hpp204 template<class RefType,typename C>
205 inline RefType
206 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ ) in deref() argument
213 template<class RefType,typename C>
214 inline RefType
215 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ ) in deref() argument
266 #define BOOST_TEST_FE_DEREF( COL, RefType ) \ argument
270 ::boost::type<RefType >(), \
284 #define BOOST_TEST_FOREACH( RefType, var, COL ) \ argument
292 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType ); \
[all …]

12345678910>>...69