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

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

Completed in 33 milliseconds