Home
last modified time | relevance | path

Searched refs:InsertAll (Results 1 – 1 of 1) sorted by relevance

/tools/dexter/slicer/export/slicer/
Dhash_table.h69 void InsertAll(const Partition& src);
163 void HashTable<Key, T, Hash>::Partition::InsertAll(const Partition& src) { in InsertAll() function
181 new_hash_table->InsertAll(*full_table_); in Insert()