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

/macosx-10.10.1/swig-12/Source/Swig/
H A Dsymbol.c1762 static Hash *deftype_cache = 0; local
1765 if (!deftype_cache) {
1766 deftype_cache = NewHash();
1769 String *cres = Getattr(deftype_cache, scopetype);
1874 Setattr(deftype_cache, scopetype, result);

Completed in 80 milliseconds