Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbProperty.cpp51 _dbProperty::_dbProperty(_dbDatabase*, const _dbProperty& n) in _dbProperty() function in odb::_dbProperty
57 _dbProperty::_dbProperty(_dbDatabase*) in _dbProperty() function in odb::_dbProperty
66 _dbProperty::~_dbProperty() in ~_dbProperty()
359 _dbProperty* prop = (_dbProperty*) this; in getType()
365 _dbProperty* prop = (_dbProperty*) this; in getName()
373 _dbProperty* prop = (_dbProperty*) this; in getPropOwner()
393 _dbProperty* p = (_dbProperty*) *itr; in find()
416 _dbProperty* p = (_dbProperty*) *itr; in find()
506 _dbProperty* prop = (_dbProperty*) this; in getValue()
512 _dbProperty* prop = (_dbProperty*) this; in setValue()
[all …]
H A DdbProperty.h45 class _dbProperty; variable
68 class _dbProperty : public _dbObject
73 dbId<_dbProperty> _next;
84 _dbProperty(_dbDatabase*);
85 _dbProperty(_dbDatabase*, const _dbProperty& n);
86 ~_dbProperty();
88 bool operator==(const _dbProperty& rhs) const;
90 bool operator<(const _dbProperty& rhs) const;
93 const _dbProperty& rhs) const;
99 static _dbProperty* createProperty(dbObject* object,
[all …]
H A DdbPropertyItr.h40 class _dbProperty; variable
46 dbTable<_dbProperty>* _prop_tbl;
49 dbPropertyItr(dbTable<_dbProperty>* prop_tbl) { _prop_tbl = prop_tbl; } in dbPropertyItr()
H A DdbCore.h57 class _dbProperty; variable
102 dbAttrTable<dbId<_dbProperty>> _prop_list;
112 dbId<_dbProperty> getPropList(uint oid) { return _prop_list.getAttr(oid); } in getPropList()
114 void setPropList(uint oid, dbId<_dbProperty> propList) in setPropList()
H A DdbChip.h42 class _dbProperty; variable
61 dbTable<_dbProperty>* _prop_tbl;
H A DdbLib.h43 class _dbProperty; variable
71 dbTable<_dbProperty>* _prop_tbl;
H A DdbPropertyItr.cpp66 _dbProperty* p = _prop_tbl->getPtr(id); in reverse()
108 _dbProperty* prop = _prop_tbl->getPtr(id); in next()
H A DdbDatabase.h74 class _dbProperty; variable
100 dbTable<_dbProperty>* _prop_tbl;
H A DdbTech.h47 class _dbProperty; variable
113 dbTable<_dbProperty>* _prop_tbl;
H A DdbChip.cpp101 _prop_tbl = new dbTable<_dbProperty>( in _dbChip()
121 _prop_tbl = new dbTable<_dbProperty>(db, this, *c._prop_tbl); in _dbChip()
H A DdbDatabase.cpp194 _prop_tbl = new dbTable<_dbProperty>( in _dbDatabase()
233 _prop_tbl = new dbTable<_dbProperty>( in _dbDatabase()
271 _prop_tbl = new dbTable<_dbProperty>(this, this, *d._prop_tbl); in _dbDatabase()
345 dbSet<_dbProperty> props(&db, db._prop_tbl); in operator >>()
346 dbSet<_dbProperty>::iterator itr; in operator >>()
350 _dbProperty* p = *itr; in operator >>()
H A DdbBlock.h60 class _dbProperty; variable
209 dbTable<_dbProperty>* _prop_tbl;
H A DdbLib.cpp164 _prop_tbl = new dbTable<_dbProperty>( in _dbLib()
201 _prop_tbl = new dbTable<_dbProperty>(db, this, *l._prop_tbl); in _dbLib()
H A DdbObject.cpp565 dbTable<_dbProperty>* propTable = _dbProperty::getPropTable(obj); in resolveDbName()
H A DdbTech.cpp360 _prop_tbl = new dbTable<_dbProperty>( in _dbTech()
433 _prop_tbl = new dbTable<_dbProperty>(db, this, *t._prop_tbl); in _dbTech()
H A DdbBlock.cpp273 _prop_tbl = new dbTable<_dbProperty>( in _dbBlock()
510 _prop_tbl = new dbTable<_dbProperty>(db, this, *block._prop_tbl); in _dbBlock()
951 dbId<_dbProperty> propList = table->getPropList(block.getOID()); in operator <<()
1035 dbId<_dbProperty> oldList = table->getPropList(block.getOID()); in operator >>()
1036 dbId<_dbProperty> propList; in operator >>()