Home
last modified time | relevance | path

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

/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.cc2415 std::string FormatComment(const std::string& comment_text) { in FormatComment()