Home
last modified time | relevance | path

Searched refs:FindPortPred (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/private/app/
H A DLooperList.h71 struct FindPortPred { struct
72 FindPortPred(port_id pid) : port(pid) {} in FindPortPred() argument
/haiku/src/kits/app/
H A DLooperList.cpp180 = find_if(fData.begin(), fData.end(), FindPortPred(port)); in LooperForPort()
267 BLooperList::FindPortPred::operator()(LooperData& data) in operator ()()