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 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_;
    [all...]
re2.h 724 mutable const map<int, string>* group_names_; member in class:re2::RE2
    [all...]

Completed in 63 milliseconds