Searched refs:named_groups_ (Results 1 – 2 of 2) sorted by relevance
193 named_groups_ = NULL; in Init()270 if (named_groups_ != NULL && named_groups_ != empty_named_groups) in ~RE2()271 delete named_groups_; in ~RE2()351 re->named_groups_ = re->suffix_regexp_->NamedCaptures(); in NamedCapturingGroups()352 if (re->named_groups_ == NULL) in NamedCapturingGroups()353 re->named_groups_ = empty_named_groups; in NamedCapturingGroups()355 return *named_groups_; in NamedCapturingGroups()
760 mutable const std::map<std::string, int>* named_groups_; variable