Searched refs:empty (Results 126 - 131 of 131) sorted by last modified time

123456

/haiku/headers/cpp/
H A Dstl_rope.h287 // for an otherwise empty base class.
1575 // Assumes the result is not empty.
1605 bool empty() const { return 0 == _M_tree_ptr; } function in class:rope
H A Dstl_set.h126 bool empty() const { return _M_t.empty(); } function in class:set
H A Dstl_slist.h425 bool empty() const { return _M_head._M_next == 0; } function in class:slist
840 while (!empty()) {
843 while (__i < __fill && !__counter[__i].empty()) {
913 while (!empty()) {
916 while (__i < __fill && !__counter[__i].empty()) {
H A Dstl_stack.h57 bool empty() const { return _M_c.empty(); } function in class:stack
H A Dstl_tree.h433 // having an empty base class, we arbitrarily move one of rb_tree's
698 bool empty() const { return _M_node_count == 0; } function in class:_Rb_tree
/haiku/headers/private/kernel/slab/
H A DObjectDepot.h20 DepotMagazine* empty; member in struct:object_depot

Completed in 68 milliseconds

123456