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

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/objc/
H A DBridgeSupport.h31 bsCArrayArgType c_ary_type; member in struct:bsArg
40 bsCArrayArgType c_ary_type; member in struct:bsRetval
H A Dlibffi.m262 if (arg->c_ary_type == bsCArrayArgDelimitedByArg) {
374 is_c_array = bs_arg->c_ary_type != bsCArrayArgUndefined;
402 if (bs_arg->c_ary_type == bsCArrayArgFixedLength) {
407 else if (bs_arg->c_ary_type == bsCArrayArgDelimitedByArg) {
453 if (is_c_array && bs_arg->c_ary_type == bsCArrayArgDelimitedByArg) {
566 switch (bs_arg->c_ary_type) {
H A DBridgeSupport.m152 char *c_ary_type;
154 if ((c_ary_type = get_attribute(reader, "c_array_length_in_arg")) != NULL) {
156 *value = atoi(c_ary_type);
158 else if ((c_ary_type = get_attribute(reader, "c_array_of_fixed_length")) != NULL) {
160 *value = atoi(c_ary_type);
162 else if ((c_ary_type = get_attribute(reader, "c_array_of_variable_length")) != NULL
163 && strcmp(c_ary_type, "true") == 0) {
167 else if ((c_ary_type = get_attribute(reader, "c_array_delimited_by_null")) != NULL
168 && strcmp(c_ary_type, "true") == 0) {
177 if (c_ary_type !
[all...]

Completed in 45 milliseconds