Searched refs:doc_comment_ (Results 1 – 2 of 2) sorted by relevance
253 doc_comment_.clear(); in Next()403 doc_comment_.push_back(std::string(start + 1, cursor_)); in Next()637 std::vector<std::string> dc = doc_comment_; in ParseField()1622 std::vector<std::string> enum_comment = doc_comment_; in ParseEnum()1657 std::vector<std::string> value_comment = doc_comment_; in ParseEnum()1833 std::vector<std::string> dc = doc_comment_; in ParseDecl()1904 std::vector<std::string> service_comment = doc_comment_; in ParseService()1919 std::vector<std::string> doc_comment = doc_comment_; in ParseService()1999 std::vector<std::string> struct_comment = doc_comment_; in ParseProtoDecl()2077 enum_def.doc_comment = doc_comment_; in StartEnum()[all …]
556 std::vector<std::string> doc_comment_; member