Searched refs:incomplete_jacks_ (Results 1 – 2 of 2) sorted by relevance
137 incomplete_jacks_.clear(); in ParseInterface()173 incomplete_jacks_.push_back(UsbMidiJack(device, id, 0, 0)); in ParseCSInterface()207 std::find_if(incomplete_jacks_.begin(), in ParseCSEndpoint()208 incomplete_jacks_.end(), in ParseCSEndpoint()210 if (it == incomplete_jacks_.end()) { in ParseCSEndpoint()223 incomplete_jacks_.erase(it); in ParseCSEndpoint()232 incomplete_jacks_.clear(); in Clear()
52 std::vector<UsbMidiJack> incomplete_jacks_; variable