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

  /external/pcre/pcrecpp/include/
pcre_scanner.h 130 save_comments_ = comments;
134 return save_comments_;
156 bool save_comments_; // If true, aggregate the skip expression member in class:pcrecpp::Scanner
167 // save_comments_
  /external/pcre/pcrecpp/
pcre_scanner.cc 48 save_comments_(false),
59 save_comments_(false),
129 // helper function to consume *skip_ and honour save_comments_
138 if (save_comments_) {

Completed in 114 milliseconds