HomeSort by relevance Sort by last modified time
    Searched refs:Indenter (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/Format/
UnwrappedLineFormatter.h 33 UnwrappedLineFormatter(ContinuationIndenter *Indenter,
38 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style),
64 ContinuationIndenter *Indenter;
UnwrappedLineFormatter.cpp 475 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces,
478 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style),
563 ContinuationIndenter *Indenter;
574 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter,
578 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {}
586 Indenter->getInitialState(FirstIndent, &Line, /*DryRun=*/false);
589 Indenter->mustBreak(State) ||
590 (Indenter->canBreak(State) && State.NextToken->NewlinesBefore > 0);
593 Indenter->addTokenToState(State, Newline, /*DryRun=*/false)
    [all...]
FormatToken.cpp 76 ContinuationIndenter *Indenter,
124 // Place token using the continuation indenter and store the penalty.
125 Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces);
131 ContinuationIndenter *Indenter,
FormatToken.h 492 /// Continues formatting from \p State leaving indentation to \p Indenter and
495 ContinuationIndenter *Indenter,
503 ContinuationIndenter *Indenter,
522 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter,
525 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
UnwrappedLineParser.cpp     [all...]
Format.cpp     [all...]
  /art/runtime/
indenter_test.cc 18 #include "indenter.h"
24 Indenter indent_filter(output.rdbuf(), '\t', 2);
indenter.h 30 class Indenter : public std::streambuf {
32 Indenter(std::streambuf* out, char text, size_t count)
109 DISALLOW_COPY_AND_ASSIGN(Indenter);
133 Indenter indenter_;
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/
jackson-core-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 206 milliseconds