Searched refs:FindIf (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/network/libnetservices/
H A DUrlContext.cpp175 return fCertificates.FindIf(comparator) != NULL;
/haiku/headers/os/support/
H A DObjectList.h181 const T* FindIf(const UnaryPredicate<T>&) const;
182 T* FindIf(const UnaryPredicate<T>&);
655 BObjectList<T>::FindIf(const UnaryPredicate<T>& predicate) const function in class:BObjectList
667 BObjectList<T>::FindIf(const UnaryPredicate<T>& predicate) function in class:BObjectList
/haiku/src/apps/terminal/
H A DPrefHandler.cpp575 const color_scheme *scheme = gColorSchemes->FindIf(comparator);
H A DThemeView.cpp502 const color_scheme* defaultItem = gColorSchemes->FindIf(comparator);

Completed in 43 milliseconds