Searched refs:ExportSet (Results 1 – 2 of 2) sorted by relevance
36 class ExportSet;39 ExportSet *pBaseTab; // Zugriff auf gemangelte Namen40 ExportSet *pIndexTab; // Zugriff auf die Ordinals
45 class ExportSet : public HashTable class48 ExportSet in ExportSet() function in ExportSet56 virtual ~ExportSet() {} in ~ExportSet()81 pBaseTab = new ExportSet( nSlots ); in LibDump()82 pIndexTab = new ExportSet( nSlots ); in LibDump()
Completed in 19 milliseconds