Home
last modified time | relevance | path

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

/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DJavaInputAstVisitor.java279 protected final Indent.Const plusFour; field in JavaInputAstVisitor
315 plusFour = Indent.Const.make(+4, indentMultiplier); in JavaInputAstVisitor()
430 builder.open(plusFour); in visitAnnotationType()
449 builder.open(plusFour); in visitNewArray()
495 builder.open(row.iterator().next().getKind() == NEW_ARRAY || cols == 1 ? ZERO : plusFour); in visitArrayInitializer()
580 builder.open(plusFour); in visitAnnotatedArrayType()
594 builder.open(node.getDetail() == null ? ZERO : plusFour); in visitAssert()
611 builder.open(plusFour); in visitAssignment()
630 builder.open(plusFour); in visitCompoundAssignment()
643 builder.open(plusFour); in visitBreak()
[all …]
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/java14/
DJava14InputAstVisitor.java115 builder.open(plusFour); in visitRecordDeclaration()
118 typeParametersRest(node.getTypeParameters(), hasSuperInterfaceTypes ? plusFour : ZERO); in visitRecordDeclaration()
134 builder.open(node.getImplementsClause().size() > 1 ? plusFour : ZERO); in visitRecordDeclaration()
181 builder.open(plusFour); in visitInstanceOf()