Searched refs:FindPortPred (Results 1 – 2 of 2) sorted by relevance
71 struct FindPortPred { struct72 FindPortPred(port_id pid) : port(pid) {} in FindPortPred() argument
180 = find_if(fData.begin(), fData.end(), FindPortPred(port)); in LooperForPort()267 BLooperList::FindPortPred::operator()(LooperData& data) in operator ()()