Searched refs:doc_comment_ (Results 1 – 2 of 2) sorted by relevance
270 doc_comment_.clear(); in Next()421 doc_comment_.push_back(std::string(start + 1, cursor_)); in Next()674 std::vector<std::string> dc = doc_comment_; in ParseField()2041 std::vector<std::string> enum_comment = doc_comment_; in ParseEnum()2089 ev.doc_comment = doc_comment_; in ParseEnum()2249 std::vector<std::string> dc = doc_comment_; in ParseDecl()2320 std::vector<std::string> service_comment = doc_comment_; in ParseService()2335 std::vector<std::string> doc_comment = doc_comment_; in ParseService()2411 std::vector<std::string> struct_comment = doc_comment_; in ParseProtoDecl()2472 enum_def.doc_comment = doc_comment_; in StartEnum()[all …]
692 std::vector<std::string> doc_comment_; member