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

/haiku/headers/private/app/
H A DLooperList.h66 struct FindNamePred { struct in class:BPrivate::BLooperList
67 FindNamePred(const char* n) : name(n) {} function in struct:BPrivate::BLooperList::FindNamePred
/haiku/src/kits/app/
H A DLooperList.cpp164 = find_if(fData.begin(), fData.end(), FindNamePred(name));
260 BLooperList::FindNamePred::operator()(LooperData& data)

Completed in 82 milliseconds