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

/vbox/src/VBox/Main/include/
H A Dobjectslist.h83 * Calls m_ll.push_back(p) with locking.
89 m_ll.push_back(p);
93 * Calls m_ll.remove(p) with locking. Does NOT call uninit()
100 m_ll.remove(p);
117 m_ll.push_back(*it);
133 while (!m_ll.empty())
138 MyType q = m_ll.front();
139 m_ll.pop_front();
153 return m_ll.size();
163 return m_ll;
206 MyList m_ll; member in class:ObjectsList
[all...]

Completed in 31 milliseconds