Symbol: Insert
headers/private/kernel/util/AVLTree.h
355
AVLTree<Definition>::Insert(Value* value, Iterator* iterator)
headers/private/kernel/util/AVLTreeMap.h
374
_AVL_TREE_MAP_CLASS_NAME::Insert(const Key& key, const Value& value,
headers/private/kernel/util/AVLTreeMap.h
400
_AVL_TREE_MAP_CLASS_NAME::Insert(const Key& key, const Value& value,
headers/private/kernel/util/Heap.h
249
HEAP_CLASS_NAME::Insert(Element* element, Key key)
headers/private/kernel/util/MinMaxHeap.h
290
MIN_MAX_HEAP_CLASS_NAME::Insert(Element* element, Key key)
headers/private/kernel/util/Vector.h
308
_VECTOR_CLASS_NAME::Insert(const Value &value, int32 index)
headers/private/kernel/util/Vector.h
331
_VECTOR_CLASS_NAME::Insert(const Value &value, const Iterator &iterator)
headers/private/kernel/util/VectorMap.h
299
_VECTOR_MAP_CLASS_NAME::Insert(const Key &key, const Value &value)
headers/private/kernel/util/VectorSet.h
128
_VECTOR_SET_CLASS_NAME::Insert(const Value &value, bool replace)
headers/private/userlandfs/shared/Vector.h
304
_VECTOR_CLASS_NAME::Insert(const Value &value, int32 index)
headers/private/userlandfs/shared/Vector.h
327
_VECTOR_CLASS_NAME::Insert(const Value &value, const Iterator &iterator)
headers/private/util/DoublyLinkedList.h
396
DOUBLY_LINKED_LIST_CLASS_NAME::Insert(Element* element, bool back)
headers/private/util/DoublyLinkedList.h
490
DOUBLY_LINKED_LIST_CLASS_NAME::Insert(Element* before, Element* element)
headers/private/util/DoublyLinkedQueue.h
179
DOUBLY_LINKED_QUEUE_CLASS_NAME::Insert(Element *element)
src/add-ons/kernel/drivers/input/hid_shared/HIDReportItem.cpp
85
HIDReportItem::Insert()
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
1706
BPlusTree::Insert(Transaction& transaction, const uint8* key, uint16 keyLength,
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
3125
duplicate_array::Insert(off_t value)
src/add-ons/kernel/file_systems/bfs/BPlusTree.h
451
BPlusTree::Insert(Transaction& transaction, const char* key, off_t value)
src/add-ons/kernel/file_systems/bfs/BPlusTree.h
460
BPlusTree::Insert(Transaction& transaction, int32 key, off_t value)
src/add-ons/kernel/file_systems/bfs/BPlusTree.h
469
BPlusTree::Insert(Transaction& transaction, uint32 key, off_t value)
src/add-ons/kernel/file_systems/bfs/BPlusTree.h
478
BPlusTree::Insert(Transaction& transaction, int64 key, off_t value)
src/add-ons/kernel/file_systems/bfs/BPlusTree.h
487
BPlusTree::Insert(Transaction& transaction, uint64 key, off_t value)
src/add-ons/kernel/file_systems/bfs/BPlusTree.h
496
BPlusTree::Insert(Transaction& transaction, float key, off_t value)
src/add-ons/kernel/file_systems/bfs/BPlusTree.h
505
BPlusTree::Insert(Transaction& transaction, double key, off_t value)
src/add-ons/kernel/file_systems/bfs/Journal.cpp
204
run_array::Insert(block_run& run)
src/add-ons/kernel/file_systems/bfs/Journal.cpp
362
RunArrays::Insert(off_t blockNumber)
src/add-ons/kernel/file_systems/btrfs/Inode.cpp
465
Inode::Insert(Transaction& transaction, BTree::Path* path)
src/add-ons/kernel/file_systems/ext2/HashRevokeManager.cpp
63
HashRevokeManager::Insert(uint32 block, uint32 commitID)
src/add-ons/kernel/file_systems/netfs/headers/shared/SLList.h
218
SL_LIST_CLASS_NAME::Insert(Element *element, bool back)
src/add-ons/kernel/file_systems/packagefs/util/TwoKeyAVLTree.h
577
TWO_KEY_AVL_TREE_CLASS_NAME::Insert(const Value& value, Iterator* iterator)
src/add-ons/kernel/file_systems/packagefs/util/TwoKeyAVLTree.h
594
TWO_KEY_AVL_TREE_CLASS_NAME::Insert(const Value& value, Node** _node)
src/add-ons/kernel/file_systems/ramfs/TwoKeyAVLTree.h
461
TWO_KEY_AVL_TREE_CLASS_NAME::Insert(const Value &value, Iterator *iterator)
src/add-ons/media/media-add-ons/dvb/PacketQueue.cpp
70
PacketQueue::Insert(Packet *packet)
src/apps/diskprobe/DataEditor.cpp
612
DataEditor::Insert(off_t offset, const uint8 *text, size_t length)
src/apps/haikudepot/textview/Paragraph.cpp
130
Paragraph::Insert(int32 offset, const TextSpan& newSpan)
src/apps/haikudepot/textview/TextDocument.cpp
76
TextDocument::Insert(int32 textOffset, const BString& text)
src/apps/haikudepot/textview/TextDocument.cpp
83
TextDocument::Insert(int32 textOffset, const BString& text,
src/apps/haikudepot/textview/TextDocument.cpp
91
TextDocument::Insert(int32 textOffset, const BString& text,
src/apps/haikudepot/textview/TextEditor.cpp
251
TextEditor::Insert(int32 offset, const BString& string)
src/apps/haikudepot/textview/TextSpan.cpp
111
TextSpan::Insert(int32 offset, const BString& text)
src/apps/mail/Content.cpp
2396
TTextView::Reader::Insert(const char *line, int32 count, bool isHyperLink,
src/bin/bfs_tools/lib/BPlusTree.cpp
951
status_t BPlusTree::Insert(uint8 *key,uint16 keyLength,off_t value)
src/bin/bfs_tools/lib/BPlusTree.h
200
inline status_t BPlusTree::Insert(const char *key,off_t value)
src/bin/bfs_tools/lib/BPlusTree.h
207
inline status_t BPlusTree::Insert(int32 key, off_t value)
src/bin/bfs_tools/lib/BPlusTree.h
214
inline status_t BPlusTree::Insert(uint32 key, off_t value)
src/bin/bfs_tools/lib/BPlusTree.h
221
inline status_t BPlusTree::Insert(int64 key, off_t value)
src/bin/bfs_tools/lib/BPlusTree.h
228
inline status_t BPlusTree::Insert(uint64 key, off_t value)
src/bin/bfs_tools/lib/BPlusTree.h
235
inline status_t BPlusTree::Insert(float key, off_t value)
src/bin/bfs_tools/lib/BPlusTree.h
242
inline status_t BPlusTree::Insert(double key, off_t value)
src/bin/bfs_tools/recover.cpp
76
bool Insert(Inode* inode)
src/kits/interface/TextView.cpp
1221
BTextView::Insert(const char* text, const text_run_array* runs)
src/kits/interface/TextView.cpp
1229
BTextView::Insert(const char* text, int32 length, const text_run_array* runs)
src/kits/interface/TextView.cpp
1237
BTextView::Insert(int32 offset, const char* text, int32 length,
src/kits/support/String.cpp
688
BString::Insert(const char* string, int32 position)
src/kits/support/String.cpp
707
BString::Insert(const char* string, int32 length, int32 position)
src/kits/support/String.cpp
726
BString::Insert(const char* string, int32 fromOffset, int32 length,
src/kits/support/String.cpp
736
BString::Insert(const BString& string, int32 position)
src/kits/support/String.cpp
745
BString::Insert(const BString& string, int32 length, int32 position)
src/kits/support/String.cpp
754
BString::Insert(const BString& string, int32 fromOffset, int32 length,
src/kits/support/String.cpp
764
BString::Insert(char c, int32 count, int32 position)
src/kits/tracker/RegExp.cpp
837
RegExp::Insert(char op, char* opnd)
src/system/kernel/posix/xsi_message_queue.cpp
375
XsiMessageQueue::Insert(queued_message *message)
src/system/kernel/scheduler/scheduling_analysis.cpp
258
void Insert(HashObject* object)
src/system/kernel/util/AVLTreeBase.cpp
200
AVLTreeBase::Insert(AVLTreeNode* nodeToInsert)
src/system/kernel/vm/VMArea.cpp
245
VMAreas::Insert(VMArea* area)
src/tests/system/kernel/util/VectorMapTest.cpp
279
void Insert(const Key& key, const Value& value)
src/tests/system/kernel/util/VectorSetTest.cpp
157
void Insert(const Value& value, bool replace = true)
src/tests/system/kernel/util/VectorTest.cpp
184
void Insert(const Value& value, int32 index)
src/tests/system/kernel/util/VectorTest.cpp
198
void Insert(const Value& value, const Iterator& iterator)