Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.cc65 static const std::map<int, std::string>* empty_group_names; variable
176 empty_group_names = new std::map<int, std::string>; in Init()
272 if (group_names_ != NULL && group_names_ != empty_group_names) in ~RE2()
364 re->group_names_ = empty_group_names; in CapturingGroupNames()