Searched refs:UnaryPredicate (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/terminal/
H A DColors.h42 struct FindColorSchemeByName : public UnaryPredicate<const color_scheme> {
/haiku/headers/os/support/
H A DObjectList.h53 struct UnaryPredicate { struct
70 UnaryPredicate<T>::_unary_predicate_glue(const void *item, void *context)
72 return ((UnaryPredicate<T> *)context)->operator()((const T *)item);
181 const T* FindIf(const UnaryPredicate<T>&) const;
182 T* FindIf(const UnaryPredicate<T>&);
216 bool BinaryInsert(T*, const UnaryPredicate<T>&);
224 const UnaryPredicate<T>&);
242 const UnaryPredicate<T>&,
655 BObjectList<T>::FindIf(const UnaryPredicate<T>& predicate) const
667 BObjectList<T>::FindIf(const UnaryPredicate<
[all...]
/haiku/src/kits/network/libnetservices/
H A DUrlContext.cpp159 struct Equals: public UnaryPredicate<const BCertificate> {
/haiku/src/kits/debugger/model/
H A DTeam.cpp33 : UnaryPredicate<Breakpoint> {
54 : UnaryPredicate<Watchpoint> {
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp268 : UnaryPredicate<MarkerType> {

Completed in 108 milliseconds