Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.cc79 static std::map<Regexp*, int>* ref_map; variable
86 return (*ref_map)[this]; in Ref()
95 ref_map = new std::map<Regexp*, int>; in Incref()
102 (*ref_map)[this]++; in Incref()
105 (*ref_map)[this] = kMaxRef; in Incref()
120 int r = (*ref_map)[this] - 1; in Decref()
123 ref_map->erase(this); in Decref()
125 (*ref_map)[this] = r; in Decref()