Lines Matching refs:llChildren
199 USBDeviceFilterList llChildren; // all USB device filters
495 * Note! HostUSBDeviceFilter::uninit() will modify llChildren. */
496 while (!m->llChildren.empty())
498 ComObjPtr<HostUSBDeviceFilter> &pChild = m->llChildren.front();
499 m->llChildren.pop_front();
1356 for (USBDeviceFilterList::iterator it = m->llChildren.begin();
1357 it != m->llChildren.end();
2155 m->llChildren.push_back(pChild);
2168 for (USBDeviceFilterList::iterator it = m->llChildren.begin();
2169 it != m->llChildren.end();
2174 m->llChildren.erase(it);