Searched defs:UserDataType (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsClassHashtable.h59 typedef T* UserDataType; typedef in class:nsClassHashtable
65 PRBool Get(KeyType aKey, UserDataType* pData) const;
82 typedef T* UserDataType; typedef in class:nsClassHashtableMT
88 PRBool Get(KeyType aKey, UserDataType* pData) const;
H A DnsInterfaceHashtable.h59 typedef Interface* UserDataType; typedef in class:nsInterfaceHashtable
66 PRBool Get(KeyType aKey, UserDataType* pData) const;
89 typedef Interface* UserDataType; typedef in class:nsInterfaceHashtableMT
96 PRBool Get(KeyType aKey, UserDataType* pData) const;
111 (KeyType aKey, UserDataType* pInterface) const
165 (KeyType aKey, UserDataType* pInterface) const
H A DnsRefPtrHashtable.h60 typedef RefPtr* UserDataType; typedef in class:nsRefPtrHashtable
67 PRBool Get(KeyType aKey, UserDataType* pData) const;
90 typedef RefPtr* UserDataType; typedef in class:nsRefPtrHashtableMT
97 PRBool Get(KeyType aKey, UserDataType* pData) const;
112 (KeyType aKey, UserDataType* pRefPtr) const
166 (KeyType aKey, UserDataType* pRefPtr) const

Completed in 158 milliseconds