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

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsAutoLock.cpp60 struct nsNamedVector : public nsVoidArray { struct in inherits:nsVoidArray
69 nsNamedVector(const char* name = 0, PRUint32 initialSize = 0) function in struct:nsNamedVector
96 * without having had their associated nsNamedVector created explicitly in
102 * nsNamedVector entries, for manually created locks wrapped by nsAutoLocks.
115 nsNamedVector* vec = (nsNamedVector*) entry->value;
132 nsNamedVector* vec = (nsNamedVector*) he->value;
181 static nsNamedVector* GetVector(PLHashTable* table, const void* key)
187 return (nsNamedVector*) h
[all...]

Completed in 135 milliseconds