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

/vbox/src/VBox/Main/glue/
H A DAutoLock.cpp364 typedef std::vector<LockHandle*> HandlesVector; typedef in namespace:util
389 HandlesVector aHandles; // array (vector) of LockHandle instances; in the case of AutoWriteLock
434 for (HandlesVector::iterator it = m->aHandles.begin();
457 for (HandlesVector::reverse_iterator it = m->aHandles.rbegin();

Completed in 86 milliseconds