Searched refs:c_ary_type_value (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/objc/
H A Dlibffi.m270 if (length_args[j] == arg->c_ary_type_value) {
278 length_args[length_args_count++] = arg->c_ary_type_value;
403 int expected_len = bs_arg->c_ary_type_value * ocdata_size(ptype);
410 prev_len = arg_values[bs_arg->c_ary_type_value + argc_delta];
413 FFI_LOG("arg[%d] (%p) : %s (defined as a C array delimited by arg #%d in the metadata)", i, arg, octype_str, bs_arg->c_ary_type_value);
456 FFI_LOG("arg[%d] defined as the array length (%d)", bs_arg->c_ary_type_value, len);
459 arg_values[bs_arg->c_ary_type_value + argc_delta] = plen;
460 arg_types[bs_arg->c_ary_type_value + argc_delta] = &ffi_type_uint;
573 arg_values[bs_arg->c_ary_type_value + argc_delta];
577 else if (IS_POINTER_ARG(bs_arg->c_ary_type_value)) {
[all...]
H A DBridgeSupport.h32 int c_ary_type_value; // not set if arg_type is bsCArrayArgUndefined member in struct:bsArg
41 int c_ary_type_value; // not set if arg_type is bsCArrayArgUndefined member in struct:bsRetval
H A DBridgeSupport.m1632 get_c_ary_type_attribute(reader, &arg->c_ary_type, &arg->c_ary_type_value);
1680 retval->c_ary_type_value = value;
2080 if (entry->argv[i].c_ary_type == bsCArrayArgDelimitedByArg && entry->argv[i].c_ary_type_value == index)

Completed in 98 milliseconds