Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbTechLayerEolKeepOutRule.cpp133 _dbTechLayerEolKeepOutRule::_dbTechLayerEolKeepOutRule(_dbDatabase* db) in _dbTechLayerEolKeepOutRule() function in odb::_dbTechLayerEolKeepOutRule
147 _dbTechLayerEolKeepOutRule::_dbTechLayerEolKeepOutRule( in _dbTechLayerEolKeepOutRule() function in odb::_dbTechLayerEolKeepOutRule
197 _dbTechLayerEolKeepOutRule::~_dbTechLayerEolKeepOutRule() in ~_dbTechLayerEolKeepOutRule()
214 _dbTechLayerEolKeepOutRule* obj = (_dbTechLayerEolKeepOutRule*) this; in setEolWidth()
221 _dbTechLayerEolKeepOutRule* obj = (_dbTechLayerEolKeepOutRule*) this; in getEolWidth()
227 _dbTechLayerEolKeepOutRule* obj = (_dbTechLayerEolKeepOutRule*) this; in setBackwardExt()
234 _dbTechLayerEolKeepOutRule* obj = (_dbTechLayerEolKeepOutRule*) this; in getBackwardExt()
240 _dbTechLayerEolKeepOutRule* obj = (_dbTechLayerEolKeepOutRule*) this; in setForwardExt()
247 _dbTechLayerEolKeepOutRule* obj = (_dbTechLayerEolKeepOutRule*) this; in getForwardExt()
253 _dbTechLayerEolKeepOutRule* obj = (_dbTechLayerEolKeepOutRule*) this; in setSideExt()
[all …]
H A DdbTechLayerEolKeepOutRule.h62 class _dbTechLayerEolKeepOutRule : public _dbObject
79 _dbTechLayerEolKeepOutRule(_dbDatabase*, const _dbTechLayerEolKeepOutRule& r);
80 _dbTechLayerEolKeepOutRule(_dbDatabase*);
81 ~_dbTechLayerEolKeepOutRule();
82 bool operator==(const _dbTechLayerEolKeepOutRule& rhs) const;
83 bool operator!=(const _dbTechLayerEolKeepOutRule& rhs) const
87 bool operator<(const _dbTechLayerEolKeepOutRule& rhs) const;
90 const _dbTechLayerEolKeepOutRule& rhs) const;
95 dbIStream& operator>>(dbIStream& stream, _dbTechLayerEolKeepOutRule& obj);
96 dbOStream& operator<<(dbOStream& stream, const _dbTechLayerEolKeepOutRule& obj);
H A DdbTechLayer.h63 class _dbTechLayerEolKeepOutRule; variable
124 dbTable<_dbTechLayerEolKeepOutRule>* eol_keep_out_rules_tbl_;
H A DdbTechLayer.cpp499 eol_keep_out_rules_tbl_ = new dbTable<_dbTechLayerEolKeepOutRule>( in _dbTechLayer()
623 eol_keep_out_rules_tbl_ = new dbTable<_dbTechLayerEolKeepOutRule>( in _dbTechLayer()