Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/sta/sdc/
H A DSdc.cc4160 GroupPathIterator group_path_iter(group_path_map_); in clearGroupPathMap()
4168 group_path_map_.clear(); in clearGroupPathMap()
4187 GroupPathSet *groups = group_path_map_.findKey(name); in makeGroupPath()
4190 group_path_map_[stringCopy(name)] = groups; in makeGroupPath()
4205 return group_path_map_.hasKey(group_name); in isGroupPathName()
4211 return new GroupPathIterator(group_path_map_); in groupPathIterator()
6110 GroupPathIterator(sdc->group_path_map_) in GroupPathIterator()
/dports/cad/openroad/OpenROAD-2.0/src/sta/include/sta/
H A DSdc.hh1362 GroupPathMap group_path_map_; member in sta::Sdc