Searched refs:comments_ (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_scanner.cc53 comments_(NULL),
64 comments_(NULL),
70 delete comments_;
152 if (comments_ == NULL) {
153 comments_ = new vector<StringPiece>;
158 comments_->push_back(StringPiece(start_data, length));
165 // short circuit out if we've not yet initialized comments_
167 if (!comments_) {
170 // TODO: if we guarantee that comments_ will contain StringPieces
175 for (vector<StringPiece>::const_iterator it = comments_
[all...]
H A Dpcre_scanner.h160 std::vector<StringPiece> *comments_; member in class:pcrecpp::Scanner
162 // the offset into comments_ that has been returned by GetNextComments
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_scanner.cc53 comments_(NULL),
64 comments_(NULL),
70 delete comments_;
152 if (comments_ == NULL) {
153 comments_ = new vector<StringPiece>;
158 comments_->push_back(StringPiece(start_data, length));
165 // short circuit out if we've not yet initialized comments_
167 if (!comments_) {
170 // TODO: if we guarantee that comments_ will contain StringPieces
175 for (vector<StringPiece>::const_iterator it = comments_
[all...]
H A Dpcre_scanner.h160 std::vector<StringPiece> *comments_; member in class:pcrecpp::Scanner
162 // the offset into comments_ that has been returned by GetNextComments
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_scanner.cc53 comments_(NULL),
64 comments_(NULL),
70 delete comments_;
152 if (comments_ == NULL) {
153 comments_ = new vector<StringPiece>;
158 comments_->push_back(StringPiece(start_data, length));
165 // short circuit out if we've not yet initialized comments_
167 if (!comments_) {
170 // TODO: if we guarantee that comments_ will contain StringPieces
175 for (vector<StringPiece>::const_iterator it = comments_
[all...]
H A Dpcre_scanner.h160 std::vector<StringPiece> *comments_; member in class:pcrecpp::Scanner
162 // the offset into comments_ that has been returned by GetNextComments

Completed in 145 milliseconds