Searched refs:bsArg (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/objc/
H A DBridgeSupport.h28 struct bsArg { struct
48 struct bsArg * argv;
55 struct bsArg * argv;
70 struct bsArg * argv;
151 struct bsArg *find_bs_arg_by_index(struct bsCallEntry *entry, unsigned index, unsigned argc);
152 struct bsArg *find_bs_arg_by_c_array_len_arg_index(struct bsCallEntry *entry, unsigned index);
H A DBridgeSupport.m1141 struct bsArg *arg_a = (struct bsArg *)a;
1142 struct bsArg *arg_b = (struct bsArg *)b;
1155 struct bsArg args[MAX_ARGS];
1589 struct bsArg * arg;
1831 struct bsArg *arg;
1859 len = sizeof(struct bsArg) * func->argc;
1860 func->argv = (struct bsArg *)malloc(len);
1881 len = sizeof(struct bsArg) * metho
[all...]
H A Dlibffi.m253 struct bsArg *arg;
292 struct bsArg *bs_arg;
364 struct bsArg *bs_arg;
552 struct bsArg *bs_arg;
H A Dmdl_objwrapper.m428 struct bsArg *bs_arg = &bs_method->argv[i];

Completed in 138 milliseconds