Home
last modified time | relevance | path

Searched defs:ScpStream (Results 1 – 20 of 20) sorted by relevance

/dports/devel/codeworker/CodeWorker4_5_3/
H A DNetSocket.h5 class ScpStream; variable
H A DDtaConsoleScript.cpp46 void DtaConsoleScript::beforeParsingABlock(ScpStream&, GrfBlock&) { in beforeParsingABlock() argument
50 void DtaConsoleScript::afterParsingABlock(ScpStream&, GrfBlock&) { in afterParsingABlock() argument
H A DDtaDesignScript.h30 class ScpStream; variable
H A DASTCommand.h26 class ScpStream; variable
H A DGrfText.h32 class ScpStream; variable
H A DCGExternalHandling.h60 class ScpStream; variable
H A DUtlException.h47 class ScpStream; variable
H A DDtaProtectedAreasBag.h31 class ScpStream; variable
H A DExprScriptFunction.h33 class ScpStream; variable
H A DGrfCommand.h26 class ScpStream; variable
H A DDtaSharpTagsHandler.h26 class ScpStream; variable
H A DDtaScript.h37 class ScpStream; variable
H A DCppCompilerEnvironment.h34 class ScpStream; variable
H A DDtaPatternScript.h31 class ScpStream; variable
H A DScpStream.h55 class ScpStream; variable
H A DScpStream.cpp80ScpStream::ScpStream(int iCacheMemory) : _iCacheMemory(iCacheMemory), _iSize(0), _iReadCursor(0), … in ScpStream() function in CodeWorker::ScpStream
84ScpStream::ScpStream(const std::string& sFilename, int iMode, int iCacheMemory, int iLength) : _iC… in ScpStream() function in CodeWorker::ScpStream
144ScpStream::ScpStream(const std::string& sFilename, FILE* f, int iCacheMemory) : _sFilename(sFilena… in ScpStream() function in CodeWorker::ScpStream
171ScpStream::ScpStream(const std::string& sText) : _iSize(0), _iReadCursor(0), _iWriteCursor(0), _bI… in ScpStream() function in CodeWorker::ScpStream
178ScpStream::ScpStream(ScpStream& shiftedStream, int iShiftedStreamPosition) : _iReadCursor(0), _iWr… in ScpStream() function in CodeWorker::ScpStream
H A DCGRuntime.h77 class ScpStream; variable
H A DDtaProject.h31 class ScpStream; variable
H A DDtaScript.cpp683 bool DtaScript::betweenCommands(ScpStream& /*script*/, GrfBlock& /*block*/) { return false; } in betweenCommands() argument
710 void DtaScript::beforeParsingABlock(ScpStream& /*script*/, GrfBlock& /*block*/) {} in beforeParsingABlock() argument
711 void DtaScript::afterParsingABlock(ScpStream& /*script*/, GrfBlock& /*block*/) {} in afterParsingABlock() argument
/dports/devel/codeworker/CodeWorker4_5_3/java/org/codeworker/
H A DScpStream.java38 public class ScpStream { class
120 public ScpStream(int iCacheMemory) { in ScpStream() method in ScpStream
133 public ScpStream(String sFilename, int iMode, int iCacheMemory, int iLength) { in ScpStream() method in ScpStream
149 public ScpStream(String sFilename, java.io.InputStream f, int iCacheMemory) { in ScpStream() method in ScpStream
178 public ScpStream(String sText) { in ScpStream() method in ScpStream
195 public ScpStream(org.codeworker.ScpStream shiftedStream, int iShiftedStreamPosition) { in ScpStream() method in ScpStream
209 ScpStream() { in ScpStream() method in ScpStream