Home
last modified time | relevance | path

Searched refs:ctor_args (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/dports/games/spring/spring_98.0/rts/System/creg/
H A Dcreg_cond.h25 #define CR_BIND_DERIVED(TCls, TBase, ctor_args) argument
26 #define CR_BIND_DERIVED(TCls, TBase, ctor_args) argument
27 #define CR_BIND(TCls, ctor_args) argument
30 #define CR_BIND_TEMPLATE(TCls, ctor_args) argument
H A Dcreg.h391 #define CR_BIND_DERIVED(TCls, TBase, ctor_args) \ argument
394 void TCls::_ConstructInstance(void* d) { new(d) MyType ctor_args; } \
406 #define CR_BIND_DERIVED_SUB(TSuper, TCls, TBase, ctor_args) \ argument
409 void TSuper::TCls::_ConstructInstance(void* d) { new(d) TCls ctor_args; } \
419 #define CR_BIND(TCls, ctor_args) \ argument
422 void TCls::_ConstructInstance(void* d) { new(d) MyType ctor_args; } \
428 #define CR_BIND_TEMPLATE(TCls, ctor_args) \ argument
430 template<> void TCls::_ConstructInstance(void* d) { new(d) MyType ctor_args; } \
435 #define CR_BIND_TEMPLATE(TCls, ctor_args) \
438 template<> void TCls::_ConstructInstance(void* d) { new(d) MyType ctor_args; } \
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/
H A DCustomAttributeDataMirror.cs112 var ctor_args = new object [attr.ctor_args.Length]; in Create()
113 for (int j = 0; j < ctor_args.Length; ++j) in Create()
114 ctor_args [j] = CreateArg (vm, attr.ctor_args [j]); in Create()
140 res [i] = new CustomAttributeDataMirror (ctor, ctor_args, named_args); in Create()
/dports/science/py-scipy/scipy-1.7.1/scipy/stats/_boost/include/
H A Dcode_gen.py21 def _ufunc_gen(scipy_dist: str, types: list, ctor_args: tuple,
32 num_ctor_args = len(ctor_args)
131 arg_list_str = ', '.join(ctor_args)
172 ctor_args=s.ctor_args,
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/rttr/detail/visitor/
H A Dconstructor_visitor_invoker.h66 using ctor_args = typename visitor::constructor_info<T>::ctor_args; in call() local
67 call_impl(visitor, ctor_args{}); in call()
/dports/lang/php73/php-7.3.33/ext/pdo/
H A Dpdo_stmt.c54 ZEND_ARG_INFO(0, ctor_args) /* array */ in ZEND_END_ARG_INFO()
1298 Z_PARAM_ARRAY(ctor_args) in PHP_METHOD()
1313 if (ctor_args) { in PHP_METHOD()
1314 if (Z_TYPE_P(ctor_args) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { in PHP_METHOD()
1315 ZVAL_ARR(&stmt->fetch.cls.ctor_args, zend_array_dup(Z_ARRVAL_P(ctor_args))); in PHP_METHOD()
1387 Z_PARAM_ZVAL(ctor_args) in PHP_METHOD()
1408 if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) { in PHP_METHOD()
1413 if (Z_TYPE_P(ctor_args) != IS_ARRAY || !zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { in PHP_METHOD()
1414 ctor_args = NULL; in PHP_METHOD()
1418 if (ctor_args) { in PHP_METHOD()
[all …]
/dports/databases/php74-pdo/php-7.4.27/ext/pdo/
H A Dpdo_stmt.c54 ZEND_ARG_INFO(0, ctor_args) /* array */ in ZEND_END_ARG_INFO()
1291 Z_PARAM_ARRAY(ctor_args) in PHP_METHOD()
1306 if (ctor_args) { in PHP_METHOD()
1307 if (Z_TYPE_P(ctor_args) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { in PHP_METHOD()
1308 ZVAL_ARR(&stmt->fetch.cls.ctor_args, zend_array_dup(Z_ARRVAL_P(ctor_args))); in PHP_METHOD()
1380 Z_PARAM_ZVAL(ctor_args) in PHP_METHOD()
1401 if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) { in PHP_METHOD()
1406 if (Z_TYPE_P(ctor_args) != IS_ARRAY || !zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { in PHP_METHOD()
1407 ctor_args = NULL; in PHP_METHOD()
1411 if (ctor_args) { in PHP_METHOD()
[all …]
/dports/databases/php73-pdo/php-7.3.33/ext/pdo/
H A Dpdo_stmt.c54 ZEND_ARG_INFO(0, ctor_args) /* array */ in ZEND_END_ARG_INFO()
1298 Z_PARAM_ARRAY(ctor_args) in PHP_METHOD()
1313 if (ctor_args) { in PHP_METHOD()
1314 if (Z_TYPE_P(ctor_args) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { in PHP_METHOD()
1315 ZVAL_ARR(&stmt->fetch.cls.ctor_args, zend_array_dup(Z_ARRVAL_P(ctor_args))); in PHP_METHOD()
1387 Z_PARAM_ZVAL(ctor_args) in PHP_METHOD()
1408 if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) { in PHP_METHOD()
1413 if (Z_TYPE_P(ctor_args) != IS_ARRAY || !zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { in PHP_METHOD()
1414 ctor_args = NULL; in PHP_METHOD()
1418 if (ctor_args) { in PHP_METHOD()
[all …]
/dports/lang/php74/php-7.4.27/ext/pdo/
H A Dpdo_stmt.c54 ZEND_ARG_INFO(0, ctor_args) /* array */ in ZEND_END_ARG_INFO()
1291 Z_PARAM_ARRAY(ctor_args) in PHP_METHOD()
1306 if (ctor_args) { in PHP_METHOD()
1307 if (Z_TYPE_P(ctor_args) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { in PHP_METHOD()
1308 ZVAL_ARR(&stmt->fetch.cls.ctor_args, zend_array_dup(Z_ARRVAL_P(ctor_args))); in PHP_METHOD()
1380 Z_PARAM_ZVAL(ctor_args) in PHP_METHOD()
1401 if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) { in PHP_METHOD()
1406 if (Z_TYPE_P(ctor_args) != IS_ARRAY || !zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { in PHP_METHOD()
1407 ctor_args = NULL; in PHP_METHOD()
1411 if (ctor_args) { in PHP_METHOD()
[all …]
/dports/www/mod_php73/php-7.3.33/ext/pdo/
H A Dpdo_stmt.c54 ZEND_ARG_INFO(0, ctor_args) /* array */ in ZEND_END_ARG_INFO()
1298 Z_PARAM_ARRAY(ctor_args) in PHP_METHOD()
1313 if (ctor_args) { in PHP_METHOD()
1314 if (Z_TYPE_P(ctor_args) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { in PHP_METHOD()
1315 ZVAL_ARR(&stmt->fetch.cls.ctor_args, zend_array_dup(Z_ARRVAL_P(ctor_args))); in PHP_METHOD()
1387 Z_PARAM_ZVAL(ctor_args) in PHP_METHOD()
1408 if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) { in PHP_METHOD()
1413 if (Z_TYPE_P(ctor_args) != IS_ARRAY || !zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { in PHP_METHOD()
1414 ctor_args = NULL; in PHP_METHOD()
1418 if (ctor_args) { in PHP_METHOD()
[all …]
/dports/www/mod_php74/php-7.4.27/ext/pdo/
H A Dpdo_stmt.c54 ZEND_ARG_INFO(0, ctor_args) /* array */ in ZEND_END_ARG_INFO()
1291 Z_PARAM_ARRAY(ctor_args) in PHP_METHOD()
1306 if (ctor_args) { in PHP_METHOD()
1307 if (Z_TYPE_P(ctor_args) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { in PHP_METHOD()
1308 ZVAL_ARR(&stmt->fetch.cls.ctor_args, zend_array_dup(Z_ARRVAL_P(ctor_args))); in PHP_METHOD()
1380 Z_PARAM_ZVAL(ctor_args) in PHP_METHOD()
1401 if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) { in PHP_METHOD()
1406 if (Z_TYPE_P(ctor_args) != IS_ARRAY || !zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { in PHP_METHOD()
1407 ctor_args = NULL; in PHP_METHOD()
1411 if (ctor_args) { in PHP_METHOD()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Reflection/
H A DCustomAttributeData.cs72 object[] ctor_args, named_args; in ResolveArguments()
76 … (ctorInfo, lazyData.assembly, lazyData.data, lazyData.data_length, out ctor_args, out named_args); in ResolveArguments()
79 …(ctor_args != null ? UnboxValues<CustomAttributeTypedArgument> (ctor_args) : EmptyArray<CustomAttr… in ResolveArguments()
/dports/games/tads/tads-3.0.8/tads3/
H A Dvmglob.cpp52 #define VM_GLOBAL_PRECOBJDEF(typ, var, ctor_args) typ G_##var##_X ctor_args; argument
/dports/databases/php81-pdo/php-8.1.1/ext/pdo/
H A Dpdo_stmt.c707 ZVAL_UNDEF(&stmt->fetch.cls.ctor_args); in do_fetch_opt_finish()
1185 zval old_ctor_args, *ctor_args = NULL; in PHP_METHOD() local
1191 Z_PARAM_ARRAY(ctor_args) in PHP_METHOD()
1203 if (ctor_args && zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { in PHP_METHOD()
1204 ZVAL_ARR(&stmt->fetch.cls.ctor_args, zend_array_dup(Z_ARRVAL_P(ctor_args))); in PHP_METHOD()
1206 ZVAL_UNDEF(&stmt->fetch.cls.ctor_args); in PHP_METHOD()
1255 zval old_ctor_args, *ctor_args = NULL; in PHP_METHOD() local
1263 Z_PARAM_ARRAY_OR_NULL(ctor_args) in PHP_METHOD()
1296 if (ctor_args && zend_hash_num_elements(Z_ARRVAL_P(ctor_args)) > 0) { in PHP_METHOD()
1297 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, ctor_args); /* we're not going to free these */ in PHP_METHOD()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/pdo/
H A Dpdo_stmt.c707 ZVAL_UNDEF(&stmt->fetch.cls.ctor_args); in do_fetch_opt_finish()
1185 zval old_ctor_args, *ctor_args = NULL; in PHP_METHOD() local
1191 Z_PARAM_ARRAY(ctor_args) in PHP_METHOD()
1203 if (ctor_args && zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { in PHP_METHOD()
1204 ZVAL_ARR(&stmt->fetch.cls.ctor_args, zend_array_dup(Z_ARRVAL_P(ctor_args))); in PHP_METHOD()
1206 ZVAL_UNDEF(&stmt->fetch.cls.ctor_args); in PHP_METHOD()
1255 zval old_ctor_args, *ctor_args = NULL; in PHP_METHOD() local
1263 Z_PARAM_ARRAY_OR_NULL(ctor_args) in PHP_METHOD()
1296 if (ctor_args && zend_hash_num_elements(Z_ARRVAL_P(ctor_args)) > 0) { in PHP_METHOD()
1297 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, ctor_args); /* we're not going to free these */ in PHP_METHOD()
[all …]
/dports/lang/php81/php-8.1.1/ext/pdo/
H A Dpdo_stmt.c707 ZVAL_UNDEF(&stmt->fetch.cls.ctor_args); in do_fetch_opt_finish()
1185 zval old_ctor_args, *ctor_args = NULL; in PHP_METHOD() local
1191 Z_PARAM_ARRAY(ctor_args) in PHP_METHOD()
1203 if (ctor_args && zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { in PHP_METHOD()
1204 ZVAL_ARR(&stmt->fetch.cls.ctor_args, zend_array_dup(Z_ARRVAL_P(ctor_args))); in PHP_METHOD()
1206 ZVAL_UNDEF(&stmt->fetch.cls.ctor_args); in PHP_METHOD()
1255 zval old_ctor_args, *ctor_args = NULL; in PHP_METHOD() local
1263 Z_PARAM_ARRAY_OR_NULL(ctor_args) in PHP_METHOD()
1296 if (ctor_args && zend_hash_num_elements(Z_ARRVAL_P(ctor_args)) > 0) { in PHP_METHOD()
1297 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, ctor_args); /* we're not going to free these */ in PHP_METHOD()
[all …]
/dports/lang/php73/php-7.3.33/ext/pdo/tests/
H A Dbug_44159.phpt28 …error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname…
31 …error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname…
34 …error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname…
/dports/databases/php74-pdo/php-7.4.27/ext/pdo/tests/
H A Dbug_44159.phpt28 …error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname…
31 …error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname…
34 …error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname…
/dports/databases/php73-pdo/php-7.3.33/ext/pdo/tests/
H A Dbug_44159.phpt28 …error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname…
31 …error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname…
34 …error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname…
/dports/lang/php74/php-7.4.27/ext/pdo/tests/
H A Dbug_44159.phpt28 …error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname…
31 …error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname…
34 …error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname…
/dports/www/mod_php73/php-7.3.33/ext/pdo/tests/
H A Dbug_44159.phpt28 …error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname…
31 …error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname…
34 …error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname…
/dports/www/mod_php74/php-7.4.27/ext/pdo/tests/
H A Dbug_44159.phpt28 …error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname…
31 …error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname…
34 …error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname…
/dports/databases/php80-pdo/php-8.0.15/ext/pdo/
H A Dpdo_stmt.c776 ZVAL_UNDEF(&stmt->fetch.cls.ctor_args); in do_fetch_opt_finish()
1251 zval old_ctor_args, *ctor_args = NULL; in PHP_METHOD() local
1257 Z_PARAM_ARRAY(ctor_args) in PHP_METHOD()
1269 if (ctor_args && zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { in PHP_METHOD()
1270 ZVAL_ARR(&stmt->fetch.cls.ctor_args, zend_array_dup(Z_ARRVAL_P(ctor_args))); in PHP_METHOD()
1272 ZVAL_UNDEF(&stmt->fetch.cls.ctor_args); in PHP_METHOD()
1321 zval old_ctor_args, *ctor_args = NULL; in PHP_METHOD() local
1329 Z_PARAM_ARRAY_OR_NULL(ctor_args) in PHP_METHOD()
1362 if (ctor_args && zend_hash_num_elements(Z_ARRVAL_P(ctor_args)) > 0) { in PHP_METHOD()
1363 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, ctor_args); /* we're not going to free these */ in PHP_METHOD()
[all …]
/dports/lang/php80/php-8.0.15/ext/pdo/
H A Dpdo_stmt.c776 ZVAL_UNDEF(&stmt->fetch.cls.ctor_args); in do_fetch_opt_finish()
1251 zval old_ctor_args, *ctor_args = NULL; in PHP_METHOD() local
1257 Z_PARAM_ARRAY(ctor_args) in PHP_METHOD()
1269 if (ctor_args && zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { in PHP_METHOD()
1270 ZVAL_ARR(&stmt->fetch.cls.ctor_args, zend_array_dup(Z_ARRVAL_P(ctor_args))); in PHP_METHOD()
1272 ZVAL_UNDEF(&stmt->fetch.cls.ctor_args); in PHP_METHOD()
1321 zval old_ctor_args, *ctor_args = NULL; in PHP_METHOD() local
1329 Z_PARAM_ARRAY_OR_NULL(ctor_args) in PHP_METHOD()
1362 if (ctor_args && zend_hash_num_elements(Z_ARRVAL_P(ctor_args)) > 0) { in PHP_METHOD()
1363 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, ctor_args); /* we're not going to free these */ in PHP_METHOD()
[all …]
/dports/www/mod_php80/php-8.0.15/ext/pdo/
H A Dpdo_stmt.c776 ZVAL_UNDEF(&stmt->fetch.cls.ctor_args); in do_fetch_opt_finish()
1251 zval old_ctor_args, *ctor_args = NULL; in PHP_METHOD() local
1257 Z_PARAM_ARRAY(ctor_args) in PHP_METHOD()
1269 if (ctor_args && zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { in PHP_METHOD()
1270 ZVAL_ARR(&stmt->fetch.cls.ctor_args, zend_array_dup(Z_ARRVAL_P(ctor_args))); in PHP_METHOD()
1272 ZVAL_UNDEF(&stmt->fetch.cls.ctor_args); in PHP_METHOD()
1321 zval old_ctor_args, *ctor_args = NULL; in PHP_METHOD() local
1329 Z_PARAM_ARRAY_OR_NULL(ctor_args) in PHP_METHOD()
1362 if (ctor_args && zend_hash_num_elements(Z_ARRVAL_P(ctor_args)) > 0) { in PHP_METHOD()
1363 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, ctor_args); /* we're not going to free these */ in PHP_METHOD()
[all …]

12345678910>>...12