Searched defs:newOutput (Results 1 – 5 of 5) sorted by relevance
67 AutoOutputStream(CodeGenerator* codeGen, OutputStream* newOutput) in AutoOutputStream()73 AutoOutputStream(CodeGenerator* codeGen, OutputStream* newOutput, int *indentationPtr) in AutoOutputStream()
1037 public static Output newOutput(int initialCapacity) { in newOutput() method1051 public static Output newOutput() { in newOutput() method
379 auto newOutput = mergedNode->outputs()[i]; in mergeNodeIntoSubgraph() local