Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.cc64 static const std::map<std::string, int>* empty_named_groups; variable
175 empty_named_groups = new std::map<std::string, int>; in Init()
270 if (named_groups_ != NULL && named_groups_ != empty_named_groups) in ~RE2()
353 re->named_groups_ = empty_named_groups; in NamedCapturingGroups()