Home
last modified time | relevance | path

Searched refs:upcoming_detached_comments_ (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc293 upcoming_detached_comments_.swap(detached); in TryConsumeEndOfDeclaration()
298 upcoming_detached_comments_.swap(detached); in TryConsumeEndOfDeclaration()
302 upcoming_detached_comments_.insert(upcoming_detached_comments_.end(), in TryConsumeEndOfDeclaration()
531 input_->NextWithComments(NULL, &upcoming_detached_comments_, in Parse()
565 input_->NextWithComments(NULL, &upcoming_detached_comments_, in Parse()
Dparser.h523 vector<string> upcoming_detached_comments_; variable