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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsInterfaceHashtable.h114 this->GetEntry(aKey);
142 this->GetEntry(aKey);
170 this->GetEntry(aKey);
H A DnsRefPtrHashtable.h115 this->GetEntry(aKey);
143 this->GetEntry(aKey);
171 this->GetEntry(aKey);
H A DnsHashSets.h88 return GetEntry(aKey) ? PR_TRUE : PR_FALSE; \
H A DnsClassHashtable.h101 this->GetEntry(aKey);
129 this->GetEntry(aKey);
H A DnsDoubleHashtable.h113 * DictionaryEntry* b = d.GetEntry(NS_LITERAL_STRING("doomed"));
132 * DictionaryEntry* e = GetEntry(aWord);
292 * ENTRY_CLASS* GetEntry(aKey):
319 * KEY_TYPE: the name of the key type for GetEntry and AddEntry.
328 * KEY_TYPE: the name of the key type for GetEntry and AddEntry.
341 ENTRY_CLASS* GetEntry(const KEY_TYPE aKey); \
365 ENTRY_CLASS* CLASSNAME::GetEntry(const KEY_TYPE aKey) { \
H A DnsTHashtable.h158 EntryType* GetEntry(KeyType aKey) const function in class:nsTHashtable
206 * @param aEntry the entry-pointer to remove (obtained from GetEntry or
H A DnsBaseHashtable.h127 EntryType* ent = this->GetEntry(aKey);
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsCategoryManager.cpp248 mTable.GetEntry(aEntryName);
271 mTable.GetEntry(aEntryName);
318 CategoryLeaf* leaf = mTable.GetEntry(aEntryName);
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestHashtables.cpp160 hash.GetEntry(gEntities[i].mStr);
173 hash.GetEntry("xxxy");
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaXPTCStub.cpp461 if (gJavaKeywords->GetEntry(methodName.get())) {

Completed in 680 milliseconds