UsbVendor 16 device/usb/usb_ids.cc const UsbVendor* vendor_a = static_cast<const UsbVendor*>(a); UsbVendor 17 device/usb/usb_ids.cc const UsbVendor* vendor_b = static_cast<const UsbVendor*>(b); UsbVendor 29 device/usb/usb_ids.cc const UsbVendor* UsbIds::FindVendor(uint16_t vendor_id) { UsbVendor 30 device/usb/usb_ids.cc const UsbVendor key = {vendor_id, NULL, 0, NULL}; UsbVendor 35 device/usb/usb_ids.cc return static_cast<const UsbVendor*>(result); UsbVendor 39 device/usb/usb_ids.cc const UsbVendor* vendor = FindVendor(vendor_id); UsbVendor 46 device/usb/usb_ids.cc const UsbVendor* vendor = FindVendor(vendor_id); UsbVendor 46 device/usb/usb_ids.h static const UsbVendor* FindVendor(uint16_t vendor_id); UsbVendor 51 device/usb/usb_ids.h static const UsbVendor vendors_[];