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

/macosx-10.10.1/swig-12/Source/Swig/
H A Dtypesys.c1379 * Type tracking is managed through two separate hash tables. The hash 'r_mangled'
1394 * r_mangled {
1410 static Hash *r_mangled = 0; /* Hash mapping mangled types to fully resolved types */ variable
1437 if (!r_mangled) {
1438 r_mangled = NewHash();
1497 h = Getattr(r_mangled, mt);
1500 Setattr(r_mangled, mt, h);
1555 * in the r_mangled hash entry, we collect all of the mangled names from the
1579 mh = Getattr(r_mangled, ms);
1631 mh = Getattr(r_mangled, m
[all...]

Completed in 94 milliseconds