Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.cc194 group_names_ = NULL; in Init()
272 if (group_names_ != NULL && group_names_ != empty_group_names) in ~RE2()
273 delete group_names_; in ~RE2()
362 re->group_names_ = re->suffix_regexp_->CaptureNames(); in CapturingGroupNames()
363 if (re->group_names_ == NULL) in CapturingGroupNames()
364 re->group_names_ = empty_group_names; in CapturingGroupNames()
366 return *group_names_; in CapturingGroupNames()
Dre2.h762 mutable const std::map<int, std::string>* group_names_; variable