Searched refs:cpt_tags (Results 1 - 1 of 1) sorted by relevance

/gem5/src/sim/
H A Dserialize.cc125 std::set<std::string> cpt_tags; local
126 arrayParamIn(cp, "version_tags", cpt_tags); // UNSERIALIZE_CONTAINER
130 if (cpt_tags.find(t) == cpt_tags.end()) {
148 for (const auto& t : cpt_tags) {

Completed in 5 milliseconds