Searched refs:greater (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/private/kernel/util/
H A DSplayTree.h226 Node* FindClosest(const Key& key, bool greater, bool orEqual) argument
240 if (greater) {
566 Node* FindClosest(const Key& key, bool greater, bool orEqual) argument
568 return fTree.FindClosest(key, greater, orEqual);
591 Iterator GetIterator(const Key& key, bool greater, bool orEqual) argument
593 return Iterator(this, fTree.FindClosest(key, greater, orEqual));
596 ConstIterator GetIterator(const Key& key, bool greater, bool orEqual) const argument
598 return ConstIterator(this, FindClosest(key, greater, orEqual));
/haiku/headers/cpp/
H A Dfunction.h65 using __STD::greater;
H A Dstl_function.h103 struct greater : public binary_function<_Tp,_Tp,bool> struct in inherits:binary_function
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_common.h480 # error On FreeBSD API version 25 or greater must be used
/haiku/headers/cpp/std/
H A Dstd_valarray.h714 _DEFINE_LOGICAL_OPERATOR(>, greater)
H A Dvalarray_meta.h905 _DEFINE_EXPR_RELATIONAL_OPERATOR(>, greater)
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex572 of range, i.e. greater than the number of resources induced by the resource

Completed in 62 milliseconds