Searched refs:Enumerator (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTHashtable.h215 * client must provide an <code>Enumerator</code> function for
224 typedef PLDHashOperator (*PR_CALLBACK Enumerator)(EntryType* aEntry, void* userArg); typedef in class:nsTHashtable
228 * @param enumFunc the <code>Enumerator</code> function to call
230 * <code>Enumerator</code> function
233 PRUint32 EnumerateEntries(Enumerator enumFunc, void* userArg)
278 * @param userFunc the Enumerator function passed to
284 Enumerator userFunc;
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp450 static PLDHashOperator PR_CALLBACK Enumerator(PLDHashTable *table,
458 PLDHashTableEnumeratorImpl::Enumerator(PLDHashTable *table, function in class:PLDHashTableEnumeratorImpl
486 mCount = PL_DHashTableEnumerate(table, Enumerator, &c);

Completed in 560 milliseconds