Home
last modified time | relevance | path

Searched defs:newOutput (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/sksl/codegen/
DSkSLCodeGenerator.h44 AutoOutputStream(CodeGenerator* codeGen, OutputStream* newOutput) in AutoOutputStream()
50 AutoOutputStream(CodeGenerator* codeGen, OutputStream* newOutput, int *indentationPtr) in AutoOutputStream()
/third_party/skia/m133/src/sksl/codegen/
DSkSLCodeGenerator.h71 AutoOutputStream(CodeGenerator* codeGen, OutputStream* newOutput) in AutoOutputStream()
77 AutoOutputStream(CodeGenerator* codeGen, OutputStream* newOutput, int *indentationPtr) in AutoOutputStream()
/third_party/musl/libc-test/src/functional/
Diconv_test.c107 char newOutput[BUFFER_SIZE]; in CompareIconvResult() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java1028 public static Output newOutput(int initialCapacity) { in newOutput() method
1042 public static Output newOutput() { in newOutput() method