Home
last modified time | relevance | path

Searched refs:AutoOutputStream (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/sksl/codegen/
DSkSLCodeGenerator.h41 class AutoOutputStream {
44 AutoOutputStream(CodeGenerator* codeGen, OutputStream* newOutput) in AutoOutputStream() function
50 AutoOutputStream(CodeGenerator* codeGen, OutputStream* newOutput, int *indentationPtr) in AutoOutputStream() function
58 ~AutoOutputStream() { in ~AutoOutputStream()
DSkSLMetalCodeGenerator.cpp197 AutoOutputStream outputToExtraFunctions(this, &fExtraFunctions, &fIndentation); in getOutParamHelper()
1950 AutoOutputStream outputToBuffer(this, &buffer); in writeFunction()
2712 AutoOutputStream outputToHeader(this, &header, &fIndentation); in generateCode()
2723 AutoOutputStream outputToBody(this, &body, &fIndentation); in generateCode()