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

/macosx-10.10/swig-12/Source/Swig/
H A Dtypesys.c1702 Setattr(c, "convcode", conversioncode);
1801 String *convcode = Getattr(subhash, "convcode"); local
1802 if (convcode) {
1803 char *newmemoryused = Strstr(convcode, "newmemory"); /* see if newmemory parameter is used in order to avoid unused parameter warnings */
1804 String *fn = Copy(convcode);
/macosx-10.10/swig-12/Source/Modules/
H A Dlang.cxx799 String *convcode = Getattr(n, "convcode"); /* optional user supplied conversion code for custom casting */ local
807 SwigType_inherit(t, v, 0, convcode);

Completed in 109 milliseconds