HomeSort by relevance Sort by last modified time
    Searched refs:group_names_ (Results 1 - 2 of 2) sorted by null

  /external/regex-re2/re2/
re2.cc 158 group_names_ = NULL;
237 if (group_names_ != NULL && group_names_ != &empty_group_names)
238 delete group_names_;
260 // Returns group_names_, computing it if needed.
265 if (group_names_ == NULL) {
266 group_names_ = suffix_regexp_->CaptureNames();
267 if (group_names_ == NULL)
268 group_names_ = &empty_group_names;
270 return *group_names_;
    [all...]
re2.h 706 mutable const map<int, string>* group_names_; member in class:re2::RE2
    [all...]

Completed in 764 milliseconds