Home | History | Annotate | Download | only in re2

Lines Matching refs:group_names_

184   group_names_ = NULL;
260 if (group_names_ != NULL && group_names_ != empty_group_names)
261 delete group_names_;
283 // Returns group_names_, computing it if needed.
288 if (group_names_ == NULL) {
289 group_names_ = suffix_regexp_->CaptureNames();
290 if (group_names_ == NULL)
291 group_names_ = empty_group_names;
293 return *group_names_;