Searched defs:empty (Results 1 - 25 of 51) sorted by path

123

/haiku/headers/cpp/
H A Dstl_bvector.h515 bool empty() const { return begin() == end(); } function in class:vector
H A Dstl_deque.h563 bool empty() const { return _M_finish == _M_start; } function in class:_Deque_iterator::deque
H A Dstl_hash_map.h149 bool empty() const { return _M_ht.empty(); } function in class:hash_map
332 bool empty() const { return _M_ht.empty(); } function in class:hash_multimap
H A Dstl_hash_set.h147 bool empty() const { return _M_ht.empty(); } function in class:hash_set
326 bool empty() const { return _M_ht.empty(); } function in class:hash_multiset
H A Dstl_hashtable.h305 bool empty() const { return size() == 0; } function in class:hashtable
H A Dstl_list.h328 bool empty() const { return _M_node->_M_next == _M_node; } function in class:list
H A Dstl_map.h147 bool empty() const { return _M_t.empty(); } function in class:map
H A Dstl_multimap.h144 bool empty() const { return _M_t.empty(); } function in class:multimap
H A Dstl_multiset.h132 bool empty() const { return _M_t.empty(); } function in class:multiset
H A Dstl_queue.h57 bool empty() const { return c.empty(); } function in class:queue
175 bool empty() const { return c.empty(); } function in class:priority_queue
H A Dstl_rope.h1605 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
H A Dstl_stack.h57 bool empty() const { return _M_c.empty(); } function in class:stack
H A Dstl_tree.h698 bool empty() const { return _M_node_count == 0; } function in class:_Rb_tree
H A Dstl_vector.h217 bool empty() const function in class:vector
/haiku/headers/private/kernel/slab/
H A DObjectDepot.h20 DepotMagazine* empty; member in struct:object_depot
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_eeprom_v14.h254 uint8_t empty[2][5]; /* future use */ member in struct:calDataPerFreqOpLoop
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DCachedBlock.h113 CachedBlock::SetToWritable(off_t block, int32 transactionId, bool empty) argument
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DCachedBlock.h107 CachedBlock::SetToWritable(Transaction& transaction, off_t block, bool empty) argument
114 CachedBlock::SetToWritableWithoutTransaction(off_t block, bool empty) argument
120 CachedBlock::_SetToWritableEtc(int32 transaction, off_t block, bool empty) argument
/haiku/src/kits/interface/
H A DGridLayout.cpp622 bool empty = true; local
[all...]
/haiku/src/libs/libtelnet/
H A Dkerberos.c99 static char empty[] = ""; variable
/haiku/src/preferences/filetypes/
H A DNewFileTypeWindow.cpp149 bool empty = fNameControl->Text() == NULL local
/haiku/src/preferences/network/
H A DIPAddressControl.cpp42 IPAddressControl::SetAllowEmpty(bool empty) argument
/haiku/src/system/kernel/slab/
H A DObjectCache.h52 SlabList empty; member in struct:ObjectCache

Completed in 232 milliseconds

123