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

  /art/runtime/
indenter.h 27 class Indenter : public std::streambuf {
29 Indenter(std::streambuf* out, char text, size_t count)
73 DISALLOW_COPY_AND_ASSIGN(Indenter);
  /external/clang/lib/Format/
Format.cpp 547 NoColumnLimitFormatter(ContinuationIndenter *Indenter) : Indenter(Indenter) {}
553 Indenter->getInitialState(FirstIndent, Line, /*DryRun=*/false);
556 Indenter->mustBreak(State) ||
557 (Indenter->canBreak(State) && State.NextToken->NewlinesBefore > 0);
558 Indenter->addTokenToState(State, Newline, /*DryRun=*/false);
563 ContinuationIndenter *Indenter;
793 UnwrappedLineFormatter(ContinuationIndenter *Indenter,
796 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style)
    [all...]
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 167 milliseconds