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.cc349 upcoming_detached_comments_.swap(detached); in TryConsumeEndOfDeclaration()
354 upcoming_detached_comments_.swap(detached); in TryConsumeEndOfDeclaration()
358 upcoming_detached_comments_.insert(upcoming_detached_comments_.end(), in TryConsumeEndOfDeclaration()
629 input_->NextWithComments(NULL, &upcoming_detached_comments_, in Parse()
665 input_->NextWithComments(NULL, &upcoming_detached_comments_, in Parse()
Dparser.h544 std::vector<std::string> upcoming_detached_comments_; variable