Searched refs:Insert (Results 1 - 25 of 265) sorted by path

1234567891011

/haiku/headers/private/kernel/util/
H A DAVLTreeMap.h80 status_t Insert(const Key& key, const Value& value,
82 status_t Insert(const Key& key, const Value& value,
371 // Insert
374 _AVL_TREE_MAP_CLASS_NAME::Insert(const Key& key, const Value& value, function in class:_AVL_TREE_MAP_CLASS_NAME
384 status_t error = fTree.Insert(node);
397 // Insert
400 _AVL_TREE_MAP_CLASS_NAME::Insert(const Key& key, const Value& value, function in class:_AVL_TREE_MAP_CLASS_NAME
410 status_t error = fTree.Insert(node);
H A DHeap.h88 inline status_t Insert(Element* element, Key key);
249 HEAP_CLASS_NAME::Insert(Element* element, Key key) function in class:HEAP_CLASS_NAME
H A DMinMaxHeap.h86 inline status_t Insert(Element* element, Key key);
292 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.h60 Insert into the tree.
63 bool Insert(Node* node) function in class:SplayTree
497 bool Insert(Node* node) function in class:IteratableSplayTree
499 if (!fTree.Insert(node))
/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.h37 inline bool Insert(const Element& element, int32 index);
115 Array<Element>::Insert(const Element& element, int32 index) function in class:BPrivate::Array
H A DHashMap.h390 status_t error = fTable.Insert(element);
H A DHashSet.h257 status_t error = fTable.Insert(element);
H A DRangeArray.h140 return fRanges.Insert(RangeType(offset, size), index);
209 if (!fRanges.Insert(newRange, index + 1))
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputLooper.cpp151 fOwner->fDebugAlert->TextView()->Insert("Looper:\n");
152 fOwner->fDebugAlert->TextView()->Insert(sio.String());
H A DPenInputServerMethod.cpp65 fDebugAlert->TextView()->Insert(s.String());
117 fDebugAlert->TextView()->Insert(sio.String());
178 fDebugAlert->TextView()->Insert(">>>\n");
197 fDebugAlert->TextView()->Insert("<<<\n");
/haiku/src/add-ons/input_server/methods/pen/compat/
H A DStringIO.cpp39 fString->Insert(' ', (int32)(pos - fString->Length()), fString->Length());
41 fString->Insert((const char *)buffer, size, (int32)pos);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DIndex.cpp276 status = tree->Insert(transaction, (const uint8*)newKey, newLength,
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DQueryIterator.cpp104 fSubIterators.Insert(subIterator);
130 subIterators.Insert(iterator);
H A DQueryManager.cpp89 iteratorList->Insert(iterator);
256 iterators.Insert(iterator);
H A DShareAttrDir.cpp186 fAttributes.Insert(attributes[i]);
243 iterators->Insert(_iterators[i]);
271 fAttributes.Insert(newAttr);
275 fAttributes.Insert(newAttr);
348 fAttributes.Insert(attribute);
H A DShareNode.cpp140 fReferringEntries.Insert(entry);
462 fEntries.Insert(entry);
506 fIterators.Insert(iterator);
H A DShareVolume.cpp2735 iteratorList->Insert(iterator);
H A DVirtualDir.cpp220 fEntryList.Insert(entry);
303 fIterators.Insert(iterator);
H A DVolumeManager.cpp69 fEvents.Insert(event);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DSLList.h172 inline void Insert(Element *element, bool back = true);
215 // Insert
218 SL_LIST_CLASS_NAME::Insert(Element *element, bool back) function in class:SL_LIST_CLASS_NAME
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.cpp204 fAttributes.Insert(attribute);
H A DDirectory.cpp253 fEntries.Insert(entry);
328 fIterators.Insert(iterator);

Completed in 211 milliseconds

1234567891011