Searched defs:nsCheapInt32Set (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCheapSets.cpp114 nsCheapInt32Set::~nsCheapInt32Set()
120 nsCheapInt32Set::Put(PRInt32 aVal)
156 nsCheapInt32Set::Remove(PRInt32 aVal)
167 nsCheapInt32Set::InitHash(nsInt32HashSet** aSet)
H A DnsCheapSets.h122 class NS_COM nsCheapInt32Set { class
124 nsCheapInt32Set() : mValOrHash(nsnull) function in class:nsCheapInt32Set
127 ~nsCheapInt32Set();

Completed in 54 milliseconds