Symbol: UnaryPredicate
headers/os/support/ObjectList.h
180
const T* FindIf(const UnaryPredicate<T>&) const;
headers/os/support/ObjectList.h
181
T* FindIf(const UnaryPredicate<T>&);
headers/os/support/ObjectList.h
215
bool BinaryInsert(T*, const UnaryPredicate<T>&);
headers/os/support/ObjectList.h
223
const UnaryPredicate<T>&);
headers/os/support/ObjectList.h
241
const UnaryPredicate<T>&,
headers/os/support/ObjectList.h
646
BObjectList<T, O>::FindIf(const UnaryPredicate<T>& predicate) const
headers/os/support/ObjectList.h
659
BObjectList<T, O>::FindIf(const UnaryPredicate<T>& predicate)
headers/os/support/ObjectList.h
71
UnaryPredicate<T>::_unary_predicate_glue(const void *item, void *context)
headers/os/support/ObjectList.h
73
return ((UnaryPredicate<T> *)context)->operator()((const T *)item);
headers/os/support/ObjectList.h
902
BObjectList<T, O>::FindBinaryInsertionIndex(const UnaryPredicate<T>& pred,
headers/os/support/ObjectList.h
906
(UnaryPredicateGlue)&UnaryPredicate<T>::_unary_predicate_glue);
headers/os/support/ObjectList.h
920
BObjectList<T, O>::BinaryInsert(T* item, const UnaryPredicate<T>& pred)
headers/os/support/ObjectList.h
928
BObjectList<T, O>::BinaryInsertUnique(T* item, const UnaryPredicate<T>& pred)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
293
: UnaryPredicate<MarkerType> {
src/apps/terminal/Colors.h
42
struct FindColorSchemeByName : public UnaryPredicate<const color_scheme> {
src/kits/debugger/model/Team.cpp
33
: UnaryPredicate<Breakpoint> {
src/kits/debugger/model/Team.cpp
54
: UnaryPredicate<Watchpoint> {
src/kits/network/libnetservices/UrlContext.cpp
159
struct Equals: public UnaryPredicate<const BCertificate> {