Home
last modified time | relevance | path

Searched refs:IByteArray (Results 1 – 25 of 91) sorted by relevance

1234

/dports/net/nitroshare/nitroshare-desktop-0.3.4-642-g2046ccb/deps/qhttpengine/src/include/qhttpengine/
H A Dibytearray.h41 class QHTTPENGINE_EXPORT IByteArray : public QByteArray
46 IByteArray() {} in IByteArray() function
47 IByteArray(const QByteArray &other) : QByteArray(other) {} in IByteArray() function
48 IByteArray(const IByteArray &other) : QByteArray(other) {} in IByteArray() function
49 IByteArray(const char *data, int size = -1) : QByteArray(data, size) {} in QByteArray()
68 inline bool operator==(const IByteArray &a1, const IByteArray &a2) { return a1.toLower() == a2.toLo…
74 inline bool operator!=(const IByteArray &a1, const IByteArray &a2) { return a1.toLower() != a2.toLo…
80 inline bool operator<(const IByteArray &a1, const IByteArray &a2) { return a1.toLower() < a2.toLowe…
86 inline bool operator>(const IByteArray &a1, const IByteArray &a2) { return a1.toLower() > a2.toLowe…
92 inline bool operator<=(const IByteArray &a1, const IByteArray &a2) { return a1.toLower() <= a2.toLo…
[all …]
/dports/www/qhttpengine/qhttpengine-1.0.1-5-g43f55df/src/include/qhttpengine/
H A Dibytearray.h41 class QHTTPENGINE_EXPORT IByteArray : public QByteArray
46 IByteArray() {} in IByteArray() function
47 IByteArray(const QByteArray &other) : QByteArray(other) {} in IByteArray() function
48 IByteArray(const IByteArray &other) : QByteArray(other) {} in IByteArray() function
49 IByteArray(const char *data, int size = -1) : QByteArray(data, size) {} in QByteArray()
68 inline bool operator==(const IByteArray &a1, const IByteArray &a2) { return a1.toLower() == a2.toLo…
74 inline bool operator!=(const IByteArray &a1, const IByteArray &a2) { return a1.toLower() != a2.toLo…
80 inline bool operator<(const IByteArray &a1, const IByteArray &a2) { return a1.toLower() < a2.toLowe…
86 inline bool operator>(const IByteArray &a1, const IByteArray &a2) { return a1.toLower() > a2.toLowe…
92 inline bool operator<=(const IByteArray &a1, const IByteArray &a2) { return a1.toLower() <= a2.toLo…
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/data/
H A Dwriter.cpp37 IByteArray *destination; in DENG2_PIMPL_NOREF()
39 IByteArray::Offset offset; in DENG2_PIMPL_NOREF()
40 IByteArray::Offset markOffset = 0; in DENG2_PIMPL_NOREF()
41 IByteArray::Offset const fixedOffset; in DENG2_PIMPL_NOREF()
43 Impl(ByteOrder const &order, IByteArray *dest, IByteArray::Offset off) in DENG2_PIMPL_NOREF()
81 Writer::Writer(IByteArray &destination, ByteOrder const &byteOrder, IByteArray::Offset offset) in Writer()
85 Writer::Writer(IByteArray &destination, IByteArray::Offset offset) in Writer()
248 IByteArray *Writer::destination() in destination()
253 IByteArray::Offset Writer::offset() const in offset()
322 void Writer::seek(IByteArray::Delta count) in seek()
[all …]
H A Dreader.cpp40 IByteArray const *source; in DENG2_PIMPL_NOREF()
41 IByteArray::Offset offset; in DENG2_PIMPL_NOREF()
42 IByteArray::Offset markOffset; in DENG2_PIMPL_NOREF()
52 Impl(ByteOrder const &order, IByteArray const *src, IByteArray::Offset off) in DENG2_PIMPL_NOREF()
189 IByteArray::Size remaining() in DENG2_PIMPL_NOREF()
207 Reader::Reader(IByteArray const &source, ByteOrder const &byteOrder, IByteArray::Offset offset) in Reader()
316 IByteArray::Byte ch = 0; in operator >>()
378 Reader &Reader::readUntil(IByteArray &byteArray, IByteArray::Byte delimiter) in readUntil()
381 IByteArray::Byte b = 0; in readUntil()
410 IByteArray const *Reader::source() const in source()
[all …]
H A Dblock.cpp33 Block::Block(IByteArray const &other) in Block()
41 : QByteArray(other), IByteArray(), IBlock() in Block()
57 : QByteArray(reinterpret_cast<char const *>(data), int(length)), IByteArray(), IBlock() in Block()
70 Block::Block(IByteArray const &other, Offset at, Size count) : IByteArray() in Block()
102 void Block::copyFrom(IByteArray const &array, Offset at, Size count) in copyFrom()
114 IByteArray::Byte const *Block::dataConst() const in dataConst()
119 Block &Block::append(IByteArray::Byte b) in append()
176 Block &Block::operator += (IByteArray const &byteArray) in operator +=()
190 Block &Block::operator = (IByteArray const &byteArray) in operator =()
H A Dfixedbytearray.cpp24 FixedByteArray::FixedByteArray(IByteArray &mainArray) in FixedByteArray()
28 FixedByteArray::FixedByteArray(IByteArray &mainArray, Offset at, Size size) in FixedByteArray()
32 FixedByteArray::FixedByteArray(IByteArray const &mainArray) in FixedByteArray()
36 FixedByteArray::FixedByteArray(IByteArray const &mainArray, Offset at, Size size) in FixedByteArray()
H A Dbytesubarray.cpp24 ByteSubArray::ByteSubArray(IByteArray &mainArray, Offset at, Size size) in ByteSubArray()
28 ByteSubArray::ByteSubArray(IByteArray const &mainArray, Offset at, Size size) in ByteSubArray()
32 ByteSubArray::ByteSubArray(IByteArray const &mainArray, Offset at) in ByteSubArray()
H A Dziparchive.cpp308 IByteArray::Offset localHeaderStartOffset = IByteArray::Offset(-1)) in DENG2_PIMPL()
323 reader.setOffset(readingFromOriginal? IByteArray::Offset(zipSummary.offset) in DENG2_PIMPL()
525 ZipArchive::ZipArchive(IByteArray const &archive, Block const &dirCacheId) in ZipArchive()
585 stream.next_in = const_cast<IByteArray::Byte *>(entry.dataInArchive->data()); in readFromSource()
589 stream.next_out = const_cast<IByteArray::Byte *>(uncompressedData.data()); in readFromSource()
672 IByteArray::Offset newOffset = writer.offset(); in operator >>()
694 stream.next_in = const_cast<IByteArray::Byte *>(entry.data->data()); in operator >>()
698 stream.next_out = const_cast<IByteArray::Byte *>(archived.data()); in operator >>()
799 catch (IByteArray::OffsetError const &) in interpretFile()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/data/
H A Dwriter.h68 IByteArray::Offset offset = 0);
76 Writer(IByteArray &destination, IByteArray::Offset offset);
94 IByteArray::Offset offset = 0);
170 Writer &operator << (IByteArray const &byteArray);
194 Writer &writeBytes(dsize count, IByteArray const &array);
206 Writer &writeBytes(IByteArray const &array);
256 IByteArray const *destination() const;
261 IByteArray *destination();
266 IByteArray::Offset offset() const;
268 void setOffset(IByteArray::Offset offset);
[all …]
H A Dreader.h83 Reader(IByteArray const &source, ByteOrder const &byteOrder = littleEndianByteOrder,
84 IByteArray::Offset offset = 0);
149 Reader &operator >> (IByteArray &byteArray);
171 Reader &readBytes(dsize count, IByteArray &destination);
182 Reader &readBytesFixedSize(IByteArray &destination);
255 Reader &readUntil(IByteArray &byteArray, IByteArray::Byte delimiter = 0);
275 IByteArray const *source() const;
289 IByteArray::Offset offset() const;
295 IByteArray::Size remainingSize() const;
302 void setOffset(IByteArray::Offset offset);
[all …]
H A Dbytesubarray.h32 class DENG2_PUBLIC ByteSubArray : public IByteArray
42 ByteSubArray(IByteArray &mainArray, Offset at, Size size);
47 ByteSubArray(IByteArray const &mainArray, Offset at, Size size);
53 ByteSubArray(IByteArray const &mainArray, Offset at);
63 IByteArray *_mainArray;
64 IByteArray const *_constMainArray;
H A Diblock.h49 … virtual void copyFrom(IByteArray const &array, IByteArray::Offset at, IByteArray::Size count) = 0;
56 virtual void resize(IByteArray::Size size) = 0;
63 virtual IByteArray::Byte const *data() const = 0;
H A Dblock.h45 class DENG2_PUBLIC Block : public QByteArray, public IByteArray, public IBlock,
50 Block(IByteArray const &array);
83 Block(IByteArray const &array, Offset at, Size count);
100 Block &operator += (IByteArray const &byteArray);
105 Block &operator = (IByteArray const &byteArray);
119 void copyFrom(IByteArray const &array, Offset at, Size count);
H A Dfixedbytearray.h42 FixedByteArray(IByteArray &mainArray);
52 FixedByteArray(IByteArray &mainArray, Offset at, Size size);
60 FixedByteArray(IByteArray const &mainArray);
70 FixedByteArray(IByteArray const &mainArray, Offset at, Size size);
/dports/net/nitroshare/nitroshare-desktop-0.3.4-642-g2046ccb/deps/qhttpengine/tests/
H A DTestIByteArray.cpp34 QCOMPARE(QHttpEngine::IByteArray(Value1) o static_cast<t>(Value2), v); \
35 QCOMPARE(static_cast<t>(Value1) o QHttpEngine::IByteArray(Value1), v); \
53 TEST_TYPE(IByteArray, QHttpEngine::IByteArray)
61 QHttpEngine::IByteArray v(Value1); in testContains()
/dports/www/qhttpengine/qhttpengine-1.0.1-5-g43f55df/tests/
H A DTestIByteArray.cpp34 QCOMPARE(QHttpEngine::IByteArray(Value1) o static_cast<t>(Value2), v); \
35 QCOMPARE(static_cast<t>(Value1) o QHttpEngine::IByteArray(Value1), v); \
53 TEST_TYPE(IByteArray, QHttpEngine::IByteArray)
61 QHttpEngine::IByteArray v(Value1); in testContains()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/filesys/
H A Dbytearrayfile.h42 class DENG2_PUBLIC ByteArrayFile : public File, public IByteArray
51 IOStream &operator << (IByteArray const &bytes);
52 IIStream &operator >> (IByteArray &bytes);
53 IIStream const &operator >> (IByteArray &bytes) const;
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/include/de/graphics/
H A Dimage.h86 Image(Size const &size, Format format, IByteArray const &pixels);
185 static Image fromData(IByteArray const &data, String const &formatHint = "");
190 static Image fromIndexedData(Image::Size const &size, IByteArray const &image,
191 IByteArray const &palette);
207 IByteArray const &imageAndMask,
208 IByteArray const &palette);
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/include/doomsday/resource/
H A Dpatch.h85 static Metadata loadMetadata(de::IByteArray const &data);
92 static de::Block load(de::IByteArray const &data, Flags = 0);
99 static de::Block load(de::IByteArray const &data, ColorPaletteTranslation const &xlatTable,
109 static bool recognize(de::IByteArray const &data);
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/net/
H A Dtransmitter.h28 class IByteArray; variable
46 virtual void send(IByteArray const &data) = 0;
68 virtual IOStream &operator << (IByteArray const &data);
H A Dmessage.h39 Message(IByteArray const &other);
41 Message(Address const &addr, Channel channel, IByteArray const &other);
42 Message(Address const &addr, Channel channel, IByteArray const &other, Offset at, Size count);
H A Dsocket.h149 void send(IByteArray const &packet);
160 Socket &operator << (IByteArray const &data);
259 void send(IByteArray const &packet, duint channel);
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/filesys/
H A Dbytearrayfile.cpp29 IOStream &ByteArrayFile::operator << (IByteArray const &bytes) in operator <<()
37 IIStream &ByteArrayFile::operator >> (IByteArray &) in operator >>() argument
44 IIStream const &ByteArrayFile::operator >> (IByteArray &bytes) const in operator >>()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/
H A Dmath.cpp46 duint32 crc32(IByteArray const &data) in crc32()
143 IByteArray::Byte element; in crc32()
146 for (IByteArray::Offset i = 0; i < data.size(); ++i) in crc32()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/net/
H A Dmessage.cpp24 Message::Message(IByteArray const &other) : Block(other), _channel(0) in Message()
31 Message::Message(Address const &addr, Channel channel, IByteArray const &other) in Message()
35 Message::Message(Address const &addr, Channel channel, IByteArray const &other, Offset at, Size cou… in Message()

1234