Home
last modified time | relevance | path

Searched refs:dbHashTable (Results 1 – 25 of 37) sorted by relevance

12

/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbHashTable.h57 class dbHashTable
75 dbHashTable();
76 dbHashTable(const dbHashTable<T>& table);
77 ~dbHashTable();
78 bool operator==(const dbHashTable<T>& rhs) const;
79 bool operator!=(const dbHashTable<T>& rhs) const { return !operator==(rhs); }
82 const dbHashTable<T>& rhs) const;
93 dbOStream& operator<<(dbOStream& stream, const dbHashTable<T>& table);
95 dbIStream& operator>>(dbIStream& stream, dbHashTable<T>& table);
H A DdbHashTable.hpp52 dbHashTable<T>::dbHashTable() in dbHashTable() function in odb::dbHashTable
59 dbHashTable<T>::dbHashTable(const dbHashTable<T>& t) in dbHashTable() function in odb::dbHashTable
65 dbHashTable<T>::~dbHashTable() in ~dbHashTable()
70 bool dbHashTable<T>::operator==(const dbHashTable<T>& rhs) const in operator ==()
82 void dbHashTable<T>::growTable() in growTable()
123 void dbHashTable<T>::shrinkTable() in shrinkTable()
168 void dbHashTable<T>::insert(T* object) in insert()
193 T* dbHashTable<T>::find(const char* name) in find()
216 int dbHashTable<T>::hasMember(const char* name) in hasMember()
239 void dbHashTable<T>::remove(T* object) in remove()
[all …]
H A DdbBlock.h172 dbHashTable<_dbNet> _net_hash;
173 dbHashTable<_dbInst> _inst_hash;
174 dbHashTable<_dbModule> _module_hash;
175 dbHashTable<_dbModInst> _modinst_hash;
176 dbHashTable<_dbGroup> _group_hash;
178 dbHashTable<_dbBTerm> _bterm_hash;
H A DdbLib.h65 dbHashTable<_dbMaster> _master_hash;
66 dbHashTable<_dbSite> _site_hash;
H A DdbNameCache.h49 dbHashTable<_dbName> _name_hash;
H A DdbLib.cpp51 template class dbHashTable<_dbMaster>; variable
52 template class dbHashTable<_dbSite>; variable
H A DdbMaster.h88 dbHashTable<_dbMTerm> _mterm_hash;
H A DdbTech.h100 dbHashTable<_dbTechVia> _via_hash;
H A DdbTechLayer.h104 dbHashTable<_dbTechLayerCutClassRule> cut_class_rules_hash_;
H A DdbNameCache.cpp46 template class dbHashTable<_dbName>; variable
H A DdbMaster.cpp54 template class dbHashTable<_dbMTerm>; variable
/dports/databases/gigabase/gigabase/Symbian/Carbide/workspace/GigaBASE/src/
H A Dhashtab.cpp18 int const dbHashTable::keySize[] = {
32 oid_t dbHashTable::allocate(dbDatabase*, size_t) in allocate()
37 void dbHashTable::insert(dbDatabase*, oid_t, oid_t, int, int, size_t) in insert()
41 void dbHashTable::remove(dbDatabase*, oid_t, oid_t, int, int) in remove()
45 void dbHashTable::find(dbDatabase*, oid_t, dbSearchContext&) in find()
50 void dbHashTable::purge(dbDatabase*, oid_t) in purge()
55 void dbHashTable::drop(dbDatabase*, oid_t) in drop()
H A Ddatabase.cpp2695 dbHashTable::purge(this, fd->hashTable); in deleteTable()
2710 dbHashTable::drop(this, fd->hashTable); in dropHashTable()
2757 fd->hashTable = dbHashTable::allocate(this, 2*nRows); in createHashTable()
2768 dbHashTable::insert(this, fd->hashTable, oid, fd->type, fd->dbsOffs, in createHashTable()
2826 dbHashTable::drop(this, fd->hashTable); in dropTable()
2853 fd->hashTable = dbHashTable::allocate(this, nRows); in addIndices()
2898 dbHashTable::insert(this, fd->hashTable, rowId, in addIndices()
2928 dbHashTable::drop(this, field->hashTable); in addIndices()
2973 dbHashTable::drop(this, hashTableId); in updateTableDescriptor()
4563 dbHashTable::remove(this, fd->hashTable, delId, fd->type, fd->dbsOffs); in remove()
[all …]
/dports/databases/gigabase/gigabase/
H A Dhashtab.cpp18 int const dbHashTable::keySize[] = {
32 oid_t dbHashTable::allocate(dbDatabase*, size_t) in allocate()
37 void dbHashTable::insert(dbDatabase*, oid_t, oid_t, int, int, size_t) in insert()
41 void dbHashTable::remove(dbDatabase*, oid_t, oid_t, int, int) in remove()
45 void dbHashTable::find(dbDatabase*, oid_t, dbSearchContext&) in find()
50 void dbHashTable::purge(dbDatabase*, oid_t) in purge()
55 void dbHashTable::drop(dbDatabase*, oid_t) in drop()
H A Dhashtab.h26 class GIGABASE_DLL_ENTRY dbHashTable {
H A Dcursor.h67 friend class dbHashTable; variable
H A Ddatabase.cpp2702 dbHashTable::purge(this, fd->hashTable); in deleteTable()
2717 dbHashTable::drop(this, fd->hashTable); in dropHashTable()
2764 fd->hashTable = dbHashTable::allocate(this, 2*nRows); in createHashTable()
2775 dbHashTable::insert(this, fd->hashTable, oid, fd->type, fd->dbsOffs, in createHashTable()
2833 dbHashTable::drop(this, fd->hashTable); in dropTable()
2860 fd->hashTable = dbHashTable::allocate(this, nRows); in addIndices()
2905 dbHashTable::insert(this, fd->hashTable, rowId, in addIndices()
2935 dbHashTable::drop(this, field->hashTable); in addIndices()
2980 dbHashTable::drop(this, hashTableId); in updateTableDescriptor()
4648 dbHashTable::remove(this, fd->hashTable, delId, fd->type, fd->dbsOffs); in remove()
[all …]
/dports/databases/fastdb/fastdb/src/
H A Dhashtab.cpp51 oid_t dbHashTable::allocate(dbDatabase* db, size_t nRows) in allocate()
66 dbHashTable* hash = (dbHashTable*)db->get(hashId); in allocate()
218 dbHashTable* hash = (dbHashTable*)db->get(hashId); in insert()
238 hash = (dbHashTable*)db->put(hashId); in insert()
280 ((dbHashTable*)db->get(hashId))->used += 1; in insert()
289 dbHashTable* hash = (dbHashTable*)db->get(hashId); in remove()
324 dbHashTable* hash = (dbHashTable*)db->get(hashId); in find()
390 void dbHashTable::purge(dbDatabase* db, oid_t hashId) in purge()
392 dbHashTable* hash = (dbHashTable*)db->put(hashId); in purge()
409 void dbHashTable::drop(dbDatabase* db, oid_t hashId) in drop()
[all …]
H A Ddatabase.cpp48 sizeof(dbHashTable),
3072 dbHashTable::purge(this, fd->hashTable); in deleteTable()
3087 dbHashTable::drop(this, fd->hashTable); in dropHashTable()
3131 fd->hashTable = dbHashTable::allocate(this, 2*nRows); in createHashTable()
3141 dbHashTable::insert(this, fd, oid, nRows); in createHashTable()
3179 dbHashTable::drop(this, fd->hashTable); in dropTable()
3330 dbHashTable::drop(this, hashTableId); in updateTableDescriptor()
5020 dbHashTable::remove(this, fd, delId); in remove()
5205 dbHashTable::remove(this, fd, oid); in update()
5237 dbHashTable::insert(this, fd, oid, 0); in update()
[all …]
H A Dserver.cpp1169 dbHashTable::remove(db, cb->fd, stmt->cursor->currId); in update()
1261 dbHashTable::insert(db, cb->fd, stmt->cursor->currId, 0); in update()
1470 dbHashTable::insert(db, cb->fd, oid, 0); in insert()
/dports/databases/fastdb/fastdb/inc/
H A Dhashtab.h27 class FASTDB_DLL_ENTRY dbHashTable {
H A Dcursor.h78 friend class dbHashTable; variable
H A Dclass.h649 friend class dbHashTable; variable
/dports/databases/gigabase/gigabase/Symbian/Carbide/workspace/GigaBASE/inc/
H A Dhashtab.h26 class GIGABASE_DLL_ENTRY dbHashTable {
H A Dcursor.h67 friend class dbHashTable; variable

12