Searched refs:doc_comment_ (Results 1 – 2 of 2) sorted by relevance
499 doc_comment_.clear(); in Next()650 doc_comment_.push_back(std::string(start + 1, cursor_)); in Next()925 std::vector<std::string> dc = doc_comment_; in ParseField()2376 std::vector<std::string> enum_comment = doc_comment_; in ParseEnum()2426 ev.doc_comment = doc_comment_; in ParseEnum()2616 std::vector<std::string> dc = doc_comment_; in ParseDecl()2710 std::vector<std::string> service_comment = doc_comment_; in ParseService()2729 std::vector<std::string> doc_comment = doc_comment_; in ParseService()2805 std::vector<std::string> struct_comment = doc_comment_; in ParseProtoDecl()2866 enum_def.doc_comment = doc_comment_; in StartEnum()[all …]
770 std::vector<std::string> doc_comment_; member