Searched refs:Insert (Results 101 - 125 of 265) sorted by relevance

1234567891011

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h261 inline status_t Insert(const Value &value, Iterator *iterator = NULL);
458 // Insert
461 TWO_KEY_AVL_TREE_CLASS_NAME::Insert(const Value &value, Iterator *iterator) function in class:TWO_KEY_AVL_TREE_CLASS_NAME
467 status_t status = fTreeMap.Insert(strategy.GetValueKey(value), value, &it);
H A DAttributeIndexImpl.cpp265 error = fAttributes->Insert(attribute);
286 error = fAttributes->Insert(attribute);
342 fIterators->Insert(iterator);
H A DDirectoryEntryTable.h109 SET_ERROR(error, fTable.Insert(child));
/haiku/headers/private/kernel/util/
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))
H A DAVLTree.h64 status_t Insert(Value* value, Iterator* iterator = NULL);
355 AVLTree<Definition>::Insert(Value* value, Iterator* iterator) function in class:AVLTree
358 status_t error = fTree.Insert(node);
H A DMultiHashTable.h45 void Insert(ValueType *value) function in class:MultiHashTable
H A DAVLTreeBase.h63 status_t Insert(AVLTreeNode* element);
/haiku/src/system/boot/loader/
H A Dheap.cpp417 sFreeChunkTree.Insert(chunk);
491 sFreeChunkTree.Insert(freeChunk);
615 sFreeChunkTree.Insert(freedChunk);
/haiku/src/kits/interface/
H A DAboutWindow.cpp507 fAboutView->InfoView()->Insert(text.String());
565 fAboutView->InfoView()->Insert(extra.String());
593 infoView->Insert(text.String());
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp299 fConnectionHash.Insert(endpoint);
326 fConnectionHash.Insert(endpoint);
518 fEndpointHash.Insert(endpoint);
/haiku/src/kits/support/
H A DString.cpp686 BString::Insert(const char* string, int32 position) function in class:BString
705 BString::Insert(const char* string, int32 length, int32 position) function in class:BString
724 BString::Insert(const char* string, int32 fromOffset, int32 length, function in class:BString
728 Insert(string + fromOffset, length, position);
734 BString::Insert(const BString& string, int32 position) function in class:BString
737 Insert(string.fPrivateData, position);
743 BString::Insert(const BString& string, int32 length, int32 position) function in class:BString
746 Insert(string.String(), length, position);
752 BString::Insert(const BString& string, int32 fromOffset, int32 length, function in class:BString
756 Insert(strin
762 BString::Insert(char c, int32 count, int32 position) function in class:BString
[all...]
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.cpp174 status_t status = fStates.Insert(state);
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DNameIndex.cpp161 fEntries->Insert(node);
/haiku/src/kits/debugger/model/
H A DExpressionValues.cpp170 fValues->Insert(entry);
H A DStackFrameValueInfos.cpp172 fValues->Insert(entry);
/haiku/headers/private/media/
H A DTMap.h46 bool Insert(const key &k, const value &v) function in class:Map
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DMetadataCache.cpp125 fAccessCache.Insert(uid, entry);
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.cpp258 fNodeInfos->Insert(entry);
/haiku/src/kits/media/
H A DMediaWriter.cpp132 if (!fStreamInfos.Insert(info)) {
/haiku/src/apps/diskprobe/
H A DDataEditor.h58 status_t Insert(off_t offset, const uint8* data,
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.h78 status_t Insert(Transaction& transaction, BTree::Path* path);
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.cpp185 status_t status = fStates.Insert(state);
/haiku/src/system/boot/platform/openfirmware/
H A Ddevices.cpp127 partitionList->Insert(partition);
/haiku/src/tests/system/boot/loader/
H A Dplatform_devices.cpp164 partitionList->Insert(partition);
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDReportItem.cpp85 HIDReportItem::Insert() function in class:HIDReportItem

Completed in 144 milliseconds

1234567891011