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

/vbox/src/VBox/Main/src-server/
H A DUSBDeviceFilterImpl.cpp45 const USBFILTERMATCH matchingMethod = USBFilterGetMatchingMethod(aFilter, aIdx); local
46 Assert(matchingMethod != USBFILTERMATCH_INVALID);
48 if (USBFilterIsMethodNumeric(matchingMethod))
55 else if (USBFilterIsMethodString(matchingMethod))

Completed in 45 milliseconds