Home
last modified time | relevance | path

Searched refs:comment_text (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/util/
H A Dcheck-format.pl330 my $comment_text = shift;
331 $comment_text =~ s/([\.\?\!])\s\s/$1. /g; # in extra SPC checks allow one extra SPC after period '.', '?', or '!' in comments
332 return $comment_text =~ tr/ /@/cr;
/third_party/openssl/util/
H A Dcheck-format.pl330 my $comment_text = shift;
331 $comment_text =~ s/([\.\?\!])\s\s/$1. /g; # in extra SPC checks allow one extra SPC after period '.', '?', or '!' in comments
332 return $comment_text =~ tr/ /@/cr;
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dparse.rs542 let mut comment_text = String::new(); in bump_space() variables
550 comment_text.push(c); in bump_space()
554 comment: comment_text, in bump_space()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc2416 std::string FormatComment(const std::string& comment_text) { in FormatComment() argument
2417 std::string stripped_comment = comment_text; in FormatComment()

Completed in 21 milliseconds