Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbTechLayerMinStepRule.cpp148 _dbTechLayerMinStepRule::_dbTechLayerMinStepRule(_dbDatabase* db) in _dbTechLayerMinStepRule() function in odb::_dbTechLayerMinStepRule
161 _dbTechLayerMinStepRule::_dbTechLayerMinStepRule( in _dbTechLayerMinStepRule() function in odb::_dbTechLayerMinStepRule
212 _dbTechLayerMinStepRule::~_dbTechLayerMinStepRule() in ~_dbTechLayerMinStepRule()
229 _dbTechLayerMinStepRule* obj = (_dbTechLayerMinStepRule*) this; in setMinStepLength()
236 _dbTechLayerMinStepRule* obj = (_dbTechLayerMinStepRule*) this; in getMinStepLength()
242 _dbTechLayerMinStepRule* obj = (_dbTechLayerMinStepRule*) this; in setMaxEdges()
249 _dbTechLayerMinStepRule* obj = (_dbTechLayerMinStepRule*) this; in getMaxEdges()
255 _dbTechLayerMinStepRule* obj = (_dbTechLayerMinStepRule*) this; in setMinAdjLength1()
262 _dbTechLayerMinStepRule* obj = (_dbTechLayerMinStepRule*) this; in getMinAdjLength1()
268 _dbTechLayerMinStepRule* obj = (_dbTechLayerMinStepRule*) this; in setMinAdjLength2()
[all …]
H A DdbTechLayerMinStepRule.h65 class _dbTechLayerMinStepRule : public _dbObject
81 _dbTechLayerMinStepRule(_dbDatabase*, const _dbTechLayerMinStepRule& r);
82 _dbTechLayerMinStepRule(_dbDatabase*);
83 ~_dbTechLayerMinStepRule();
84 bool operator==(const _dbTechLayerMinStepRule& rhs) const;
85 bool operator!=(const _dbTechLayerMinStepRule& rhs) const
89 bool operator<(const _dbTechLayerMinStepRule& rhs) const;
92 const _dbTechLayerMinStepRule& rhs) const;
97 dbIStream& operator>>(dbIStream& stream, _dbTechLayerMinStepRule& obj);
98 dbOStream& operator<<(dbOStream& stream, const _dbTechLayerMinStepRule& obj);
H A DdbTechLayer.h56 class _dbTechLayerMinStepRule; variable
110 dbTable<_dbTechLayerMinStepRule>* minstep_rules_tbl_;
H A DdbTechLayer.cpp456 minstep_rules_tbl_ = new dbTable<_dbTechLayerMinStepRule>( in _dbTechLayer()
602 = new dbTable<_dbTechLayerMinStepRule>(db, this, *r.minstep_rules_tbl_); in _dbTechLayer()