Searched defs:Insert (Results 1 - 25 of 47) sorted by path

12

/haiku/headers/private/kernel/util/
H A DAVLTreeMap.h374 _AVL_TREE_MAP_CLASS_NAME::Insert(const Key& key, const Value& value, function in class:_AVL_TREE_MAP_CLASS_NAME
400 _AVL_TREE_MAP_CLASS_NAME::Insert(const Key& key, const Value& value, function in class:_AVL_TREE_MAP_CLASS_NAME
H A DHeap.h249 HEAP_CLASS_NAME::Insert(Element* element, Key key) function in class:HEAP_CLASS_NAME
H A DMinMaxHeap.h292 MIN_MAX_HEAP_CLASS_NAME::Insert(Element* element, Key key) function in class:MIN_MAX_HEAP_CLASS_NAME
H A DMultiHashTable.h45 void Insert(ValueType *value) function in class:MultiHashTable
H A DSplayTree.h63 bool Insert(Node* node) function in class:SplayTree
497 bool Insert(Node* node) function in class:IteratableSplayTree
H A DAVLTree.h355 AVLTree<Definition>::Insert(Value* value, Iterator* iterator) function in class:AVLTree
H A DDoublyLinkedList.h395 DOUBLY_LINKED_LIST_CLASS_NAME::Insert(Element* element, bool back) function in class:DOUBLY_LINKED_LIST_CLASS_NAME
489 DOUBLY_LINKED_LIST_CLASS_NAME::Insert(Element* before, Element* element) function in class:DOUBLY_LINKED_LIST_CLASS_NAME
[all...]
H A DDoublyLinkedQueue.h179 DOUBLY_LINKED_QUEUE_CLASS_NAME::Insert(Element *element) function in class:DOUBLY_LINKED_QUEUE_CLASS_NAME
H A DOpenHashTable.h170 status_t Insert(ValueType* value) function in class:BOpenHashTable
H A DVector.h308 _VECTOR_CLASS_NAME::Insert(const Value &value, int32 index) function in class:_VECTOR_CLASS_NAME
331 _VECTOR_CLASS_NAME::Insert(const Value &value, const Iterator &iterator) function in class:_VECTOR_CLASS_NAME
[all...]
/haiku/headers/private/media/
H A DTList.h44 bool Insert(const value &v) function in class:List
H A DTMap.h46 bool Insert(const key &k, const value &v) function in class:Map
/haiku/headers/private/shared/
H A DArray.h115 Array<Element>::Insert(const Element& element, int32 index) function in class:BPrivate::Array
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DSLList.h218 SL_LIST_CLASS_NAME::Insert(Element *element, bool back) function in class:SL_LIST_CLASS_NAME
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h461 TWO_KEY_AVL_TREE_CLASS_NAME::Insert(const Value &value, Iterator *iterator) function in class:TWO_KEY_AVL_TREE_CLASS_NAME
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DPacketQueue.cpp70 PacketQueue::Insert(Packet *packet) function in class:PacketQueue
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.cpp950 status_t BPlusTree::Insert(uint8 *key,uint16 keyLength,off_t value) function in class:BPlusTree
H A DBPlusTree.h200 inline status_t BPlusTree::Insert(const char *key,off_t value) function in class:BPlusTree
207 inline status_t BPlusTree::Insert(int32 key, off_t value) function in class:BPlusTree
214 inline status_t BPlusTree::Insert(uint32 key, off_t value) function in class:BPlusTree
221 inline status_t BPlusTree::Insert(int64 key, off_t value) function in class:BPlusTree
228 inline status_t BPlusTree::Insert(uint64 key, off_t value) function in class:BPlusTree
235 inline status_t BPlusTree::Insert(float key, off_t value) function in class:BPlusTree
242 inline status_t BPlusTree::Insert(double key, off_t value) function in class:BPlusTree
[all...]
/haiku/src/kits/tracker/
H A DRegExp.cpp837 RegExp::Insert(char op, char* opnd) function in class:RegExp
/haiku/src/system/kernel/
H A DTeamThreadTables.h78 void Insert(Element* element) function in struct:BKernel::TeamThreadTable
/haiku/src/tests/system/kernel/util/
H A DOrderedMapTest.h329 void Insert(const Key &key, const Value &value) function in class:TestMap
H A DVectorSetTest.cpp207 void Insert(const Value &value, bool replace = true) function in class:TestSet
H A DVectorTest.cpp237 void Insert(const Value &value, int32 index) function in class:TestVector
252 void Insert(const Value &value, const Iterator &iterator) function in class:TestVector
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h170 status_t Insert(ValueType* value) function in class:BOpenHashTable
/haiku/headers/private/fs_shell/
H A DDoublyLinkedList.h382 DOUBLY_LINKED_LIST_CLASS_NAME::Insert(Element *element, bool back) function in class:FSShell::DOUBLY_LINKED_LIST_CLASS_NAME
462 DOUBLY_LINKED_LIST_CLASS_NAME::Insert(Element* before, Element* element) function in class:FSShell::DOUBLY_LINKED_LIST_CLASS_NAME
[all...]

Completed in 197 milliseconds

12