Home
last modified time | relevance | path

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

/external/rust/crates/regex-syntax/src/ast/
Dparse.rs550 let mut comment_text = String::new(); in bump_space() localVariable
558 comment_text.push(c); in bump_space()
562 comment: comment_text, in bump_space()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc2394 std::string FormatComment(const std::string& comment_text) { in FormatComment() argument
2395 std::string stripped_comment = comment_text; in FormatComment()
/external/libjpeg-turbo/
Dlibjpeg.txt2539 For example, to write a user comment string pointed to by comment_text:
2540 jpeg_write_marker(cinfo, JPEG_COM, comment_text, strlen(comment_text));