HomeSort by relevance Sort by last modified time
    Searched defs:Indenter (Results 1 - 5 of 5) 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/
UnwrappedLineFormatter.h 33 UnwrappedLineFormatter(ContinuationIndenter *Indenter,
37 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style),
157 ContinuationIndenter *Indenter;
UnwrappedLineFormatter.cpp 306 NoColumnLimitFormatter(ContinuationIndenter *Indenter) : Indenter(Indenter) {}
312 Indenter->getInitialState(FirstIndent, Line, /*DryRun=*/false);
315 Indenter->mustBreak(State) ||
316 (Indenter->canBreak(State) && State.NextToken->NewlinesBefore > 0);
317 Indenter->addTokenToState(State, Newline, /*DryRun=*/false);
322 ContinuationIndenter *Indenter;
423 LineState State = Indenter->getInitialState(Indent, &TheLine, DryRun);
426 Indenter->addTokenToState(State, /*Newline=*/false, DryRun)
    [all...]
  /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 859 milliseconds