Searched refs:_Insert (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/private/kernel/util/
H A DMultiHashTable.h56 _Insert(HashTable::fTable, HashTable::fTableSize, value);
134 void _Insert(ValueType **table, size_t tableSize, ValueType *value) function in class:MultiHashTable
169 _Insert(newTable, newSize, bucket);
H A DOpenHashTable.h197 _Insert(fTable, fTableSize, value);
426 void _Insert(ValueType** table, size_t tableSize, ValueType* value) function in class:BOpenHashTable
455 _Insert(newTable, newSize, bucket);
H A DAVLTreeBase.h89 int _Insert(AVLTreeNode* nodeToInsert);
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h197 _Insert(fTable, fTableSize, value);
426 void _Insert(ValueType** table, size_t tableSize, ValueType* value) function in class:BOpenHashTable
455 _Insert(newTable, newSize, bucket);
/haiku/src/apps/haikudepot/textview/
H A DTextDocument.h98 status_t _Insert(int32 textOffset,
H A DTextDocument.cpp151 ret = _Insert(textOffset, document, firstParagraph, paragraphCount);
522 TextDocument::_Insert(int32 textOffset, TextDocumentRef document, function in class:TextDocument
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCServer.h187 ServerNode* _Insert(ServerNode* node);
H A DRPCServer.cpp389 ServerNode* nd = _Insert(node);
504 ServerManager::_Insert(ServerNode* node) function in class:ServerManager
/haiku/src/system/kernel/util/
H A DAVLTreeBase.cpp202 int result = _Insert(nodeToInsert);
378 AVLTreeBase::_Insert(AVLTreeNode* nodeToInsert) function in class:AVLTreeBase
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp145 status_t _Insert(aperture_memory *memory, size_t size, size_t alignment,
473 status_t status = _Insert(memory, size, alignment, flags);
766 Aperture::_Insert(aperture_memory *memory, size_t size, size_t alignment, function in class:Aperture

Completed in 133 milliseconds