Home
last modified time | relevance | path

Searched defs:TextStream (Results 1 – 25 of 130) sorted by relevance

123456

/dports/security/keepassxc/keepassxc-2.6.6/src/cli/
H A DTextStream.cpp26 TextStream::TextStream() in TextStream() function in TextStream
31 TextStream::TextStream(QIODevice* device) in TextStream() function in TextStream
37 TextStream::TextStream(FILE* fileHandle, QIODevice::OpenMode openMode) in TextStream() function in TextStream
43 TextStream::TextStream(QString* string, QIODevice::OpenMode openMode) in TextStream() function in TextStream
49 TextStream::TextStream(QByteArray* array, QIODevice::OpenMode openMode) in TextStream() function in TextStream
55 TextStream::TextStream(const QByteArray& array, QIODevice::OpenMode openMode) in TextStream() function in TextStream
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/scripting/scriptengine/qtbindings/
H A DCoreTextStream.cpp23 TextStream::TextStream() in TextStream() function in TextStream
27 TextStream::TextStream(const TextStream &textStream) : QObject(), QTextStream(textStream.device()) in TextStream() function in TextStream
31 TextStream::TextStream(QIODevice *device) : QTextStream(device) in TextStream() function in TextStream
35 TextStream::TextStream(FILE *fileHandle, QIODevice::OpenMode openMode) : QTextStream(fileHandle, op… in TextStream() function in TextStream
39 TextStream::TextStream(QString *string, QIODevice::OpenMode openMode) : QTextStream(string, openMod… in TextStream() function in TextStream
43 TextStream::TextStream(QByteArray *array, QIODevice::OpenMode openMode) : QTextStream(array, openMo… in TextStream() function in TextStream
47 TextStream::TextStream(const QByteArray &array, QIODevice::OpenMode openMode) : QTextStream(array, … in TextStream() function in TextStream
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dtextstream.h39 TextStream() in TextStream() function
46 TextStream(std::ostream *s) : m_s(s) in TextStream() function
52 TextStream(const std::string &s) : m_buffer(s) in TextStream() function
H A Dutf8.h22 class TextStream; variable
H A Demoji.h21 class TextStream; variable
H A Ddiagram.h26 class TextStream; variable
H A Dhtmlentity.h23 class TextStream; variable
H A Dmsc.h20 class TextStream; variable
H A Ddotincldepgraph.h27 class TextStream; variable
H A Ddocsets.h23 class TextStream; variable
H A Dconfigimpl.h31 class TextStream; variable
114 void compareDoxyfile(TextStream &) {} in compareDoxyfile() argument
115 void writeXMLDoxyfile(TextStream &) {} in writeXMLDoxyfile() argument
285 void compareDoxyfile(TextStream &) {} in compareDoxyfile() argument
286 void writeXMLDoxyfile(TextStream &) {} in writeXMLDoxyfile() argument
308 void compareDoxyfile(TextStream &) {} in compareDoxyfile() argument
309 void writeXMLDoxyfile(TextStream &) {} in writeXMLDoxyfile() argument
H A Ddot.h28 class TextStream; variable
H A Ddotclassgraph.h25 class TextStream; variable
H A Ddocbookvisitor.h28 class TextStream; variable
H A Dhtmldocvisitor.h26 class TextStream; variable
H A Dmandocvisitor.h28 class TextStream; variable
H A Dftvhelp.h31 class TextStream; variable
H A Dxmlgen.h18 class TextStream; variable
/dports/devel/cxxtools/cxxtools-2.2.1/src/
H A Dtextstream.cpp60 TextStream::TextStream(std::iostream& ios, Codec* codec) in TextStream() function in cxxtools::TextStream
65 TextStream::TextStream(Codec* codec) in TextStream() function in cxxtools::TextStream
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/graphics/filters/
H A DSVGLightSource.h36 class TextStream; variable
/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dascio.c106 struct TextStream { struct
124 extern TextStream *NewTextStream(char *fullname, argument
/dports/games/widelands/widelands-build21/src/graphic/text/
H A Dtextstream.h29 explicit TextStream(const std::string& text) in TextStream() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/wtf/
H A Dforward.h51 class TextStream; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/
H A Dforward.h51 class TextStream; variable
/dports/devel/libunit/unit-1.26.1/src/java/javax/websocket/
H A DEncoder.java35 interface TextStream<T> extends Encoder { interface

123456