Home
last modified time | relevance | path

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

/third_party/re2/re2/
Dregexp.cc78 static std::map<Regexp*, int>* ref_map; variable
85 return (*ref_map)[this]; in Ref()
94 ref_map = new std::map<Regexp*, int>; in Incref()
101 (*ref_map)[this]++; in Incref()
104 (*ref_map)[this] = kMaxRef; in Incref()
119 int r = (*ref_map)[this] - 1; in Decref()
122 ref_map->erase(this); in Decref()
124 (*ref_map)[this] = r; in Decref()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_auto_monad.cc1744 auto ref_map = graph_->GetRefMap(); in CountParameterAssigns() local
1747 …(void)std::transform(ref_map.begin(), ref_map.end(), std::inserter(ref_multimap, ref_multimap.end(… in CountParameterAssigns()