Home
last modified time | relevance | path

Searched refs:trailingNewline (Results 1 – 2 of 2) sorted by relevance

/external/javapoet/src/main/java/com/squareup/javapoet/
DCodeWriter.java62 private boolean trailingNewline; field in CodeWriter
141 trailingNewline = true; // Force the '//' prefix for the comment. in emitComment()
475 if ((javadoc || comment) && trailingNewline) { in emitAndIndent()
480 trailingNewline = true; in emitAndIndent()
493 if (trailingNewline) { in emitAndIndent()
503 trailingNewline = false; in emitAndIndent()
/external/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc1453 io::Printer* printer, const SourceLocation& location, bool trailingNewline, in GenerateDocCommentBodyForLocation() argument
1482 if (trailingNewline) { in GenerateDocCommentBodyForLocation()