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

/haiku-fatelf/headers/private/app/
H A DLooperList.h65 struct FindNamePred { struct in class:BPrivate::BLooperList
66 FindNamePred(const char* n) : name(n) {} function in struct:BPrivate::BLooperList::FindNamePred
/haiku-fatelf/src/kits/app/
H A DLooperList.cpp166 = find_if(fData.begin(), fData.end(), FindNamePred(name));
261 BLooperList::FindNamePred::operator()(LooperData& data)

Completed in 43 milliseconds