Home
last modified time | relevance | path

Searched refs:AddIndent (Results 1 – 6 of 6) sorted by relevance

/third_party/flatbuffers/src/
Didl_gen_text.cpp38 void AddIndent(int ident) { text.append(ident, ' '); } in AddIndent() function
111 AddIndent(elem_indent); in PrintContainer()
115 AddIndent(indent); in PrintContainer()
134 AddIndent(elem_indent); in PrintContainer()
144 AddIndent(indent); in PrintContainer()
300 AddIndent(elem_indent); in GenStruct()
338 AddIndent(indent); in GenStruct()
/third_party/typescript/tests/baselines/reference/
Dparserindenter.js702 this.indentationBag.AddIndent(indentationInfo);
1314 this.indentationBag.AddIndent(indentationInfo);
Dparserindenter.types2877 this.indentationBag.AddIndent(indentationInfo);
2878 >this.indentationBag.AddIndent(indentationInfo) : any
2879 >this.indentationBag.AddIndent : any
2883 >AddIndent : any
Dparserindenter.errors.txt1064 this.indentationBag.AddIndent(indentationInfo);
Dparserindenter.symbols1718 this.indentationBag.AddIndent(indentationInfo);
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserindenter.ts701 this.indentationBag.AddIndent(indentationInfo);