Home
last modified time | relevance | path

Searched defs:comment_text (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/tidy/src/
Dstyle.rs463 let comment_text = trimmed.split("//").nth(1).unwrap(); in check() localVariable
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dparse.rs542 let mut comment_text = String::new(); in bump_space() localVariable
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc3329 std::string FormatComment(const std::string& comment_text) { in FormatComment()