Searched refs:named_groups_ (Results 1 – 2 of 2) sorted by relevance
184 named_groups_ = NULL; in Init()259 if (named_groups_ != NULL && named_groups_ != empty_named_groups) in ~RE2()260 delete named_groups_; in ~RE2()314 re->named_groups_ = re->suffix_regexp_->NamedCaptures(); in NamedCapturingGroups()315 if (re->named_groups_ == NULL) in NamedCapturingGroups()316 re->named_groups_ = empty_named_groups; in NamedCapturingGroups()318 return *named_groups_; in NamedCapturingGroups()
757 mutable const std::map<std::string, int>* named_groups_; variable