Home
last modified time | relevance | path

Searched refs:current_nesting (Results 1 – 4 of 4) sorted by relevance

/system/host/fidl/lib/
A Dformatter.cpp270 void FormattingTreeVisitor::Segment::Indent(int& current_nesting) { in Indent() argument
279 current_nesting--; in Indent()
281 int indent = current_nesting * kIndentSpaces; in Indent()
307 current_nesting++; in Indent()
/system/host/banjo/lib/
A Dformatter.cpp270 void FormattingTreeVisitor::Segment::Indent(int& current_nesting) { in Indent() argument
279 current_nesting--; in Indent()
281 int indent = current_nesting * kIndentSpaces; in Indent()
307 current_nesting++; in Indent()
/system/host/banjo/include/banjo/
A Dformatter.h275 void Indent(int& current_nesting);
/system/host/fidl/include/fidl/
A Dformatter.h289 void Indent(int& current_nesting);

Completed in 8 milliseconds