Searched refs:doc_comment_ (Results 1 – 2 of 2) sorted by relevance
334 doc_comment_.clear(); in Next()485 doc_comment_.push_back(std::string(start + 1, cursor_)); in Next()749 std::vector<std::string> dc = doc_comment_; in ParseField()2285 std::vector<std::string> enum_comment = doc_comment_; in ParseEnum()2331 ev.doc_comment = doc_comment_; in ParseEnum()2516 std::vector<std::string> dc = doc_comment_; in ParseDecl()2603 std::vector<std::string> service_comment = doc_comment_; in ParseService()2618 std::vector<std::string> doc_comment = doc_comment_; in ParseService()2694 std::vector<std::string> struct_comment = doc_comment_; in ParseProtoDecl()2755 enum_def.doc_comment = doc_comment_; in StartEnum()[all …]
725 std::vector<std::string> doc_comment_; member