Searched defs:mTable (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsPersistentProperties.h76 struct PLDHashTable mTable; member in class:nsPersistentProperties
H A DnsTHashtable.h134 PRBool IsInitialized() const { return mTable.entrySize; }
150 PRUint32 Count() const { return mTable.entryCount; }
160 NS_ASSERTION(mTable.entrySize, "nsTHashtable was not initialized properly.");
165 NS_CONST_CAST(PLDHashTable*,&mTable),
179 NS_ASSERTION(mTable.entrySize, "nsTHashtable was not initialized properly.");
183 &mTable,
194 NS_ASSERTION(mTable.entrySize, "nsTHashtable was not initialized properly.");
196 PL_DHashTableOperate(&mTable,
211 PL_DHashTableRawRemove(&mTable, aEntry);
235 NS_ASSERTION(mTable
252 PLDHashTable mTable; member in class:nsTHashtable
[all...]
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsCategoryManager.h98 mTable.Clear();
104 PRUint32 tCount = mTable.Count();
122 nsTHashtable<CategoryLeaf> mTable; member in class:CategoryNode
155 nsClassHashtable<nsDepCharHashKey, CategoryNode> mTable; member in class:nsCategoryManager
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h756 void** mTable; member in class:VBoxVHWAHandleTable

Completed in 73 milliseconds