Searched defs:comment_text (Results 1 – 3 of 3) sorted by relevance
463 let comment_text = trimmed.split("//").nth(1).unwrap(); in check() localVariable
542 let mut comment_text = String::new(); in bump_space() localVariable
3329 std::string FormatComment(const std::string& comment_text) { in FormatComment()