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

/macosx-10.10.1/swig-12/Source/Swig/
H A Dtypemap.c314 String *tm_methods, *newop; local
321 tm_methods = NewString(tm_method);
331 tm = Getattr(tm, tm_methods);
336 newop = NewStringf("%s-%s+%s:", tm_methods, ptype, pname);
337 Delete(tm_methods);
338 tm_methods = newop;
341 Delete(tm_methods);

Completed in 79 milliseconds