Lines Matching full:void
4 - (void) MyProtoMeth : (int **) arg1 : (void*) arg2;
5 + (void) MyProtoMeth : (int **) arg1 : (void*) arg2;
10 - (id) address:(void *)location with:(unsigned **)arg2;
15 - (void) MyProtoMeth : (int **) arg1 : (void*) arg2 {}
16 + (void) MyProtoMeth : (int **) arg1 : (void*) arg2 {}
17 - (id) address:(void *)location with:(unsigned **)arg2{ return 0; }