Searched refs:BMemoryIO (Results 1 - 25 of 49) sorted by path

12

/haiku/headers/os/support/
H A DDataIO.h93 class BMemoryIO : public BPositionIO { class in inherits:BPositionIO
95 BMemoryIO(void* data, size_t length);
96 BMemoryIO(const void* data, size_t length);
97 virtual ~BMemoryIO();
110 BMemoryIO(const BMemoryIO&);
111 BMemoryIO& operator=(const BMemoryIO&);
/haiku/src/apps/deskbar/
H A DResourceSet.cpp816 BMemoryIO stream(from->Data(), from->Size());
863 BMemoryIO stream(from->Data(), from->Size());
/haiku/src/apps/haiku3d/mesh/
H A DStaticMesh.cpp142 BMemoryIO memoryIO(data, size);
/haiku/src/apps/resedit/
H A DBitmapView.cpp215 BMemoryIO memio(imagedata, datasize);
H A DImageEditor.cpp24 BMemoryIO memio(data->GetData(), data->GetLength());
H A DResourceRoster.cpp93 BMemoryIO memio(data, length);
/haiku/src/bin/mail_utils/
H A Dmbox2mail.cpp371 BMemoryIO FakeFile (MessageText.String (), MessageText.Length ());
/haiku/src/kits/app/
H A DMessageAdapter.cpp186 BMemoryIO stream(buffer + sizeof(uint32),
194 BMemoryIO stream(buffer + sizeof(uint32),
207 BMemoryIO stream(buffer + sizeof(uint32), size - sizeof(uint32));
H A DPropertyInfo.cpp161 BMemoryIO flatData(buffer, numBytes);
270 BMemoryIO flatData(buffer, numBytes);
/haiku/src/kits/mail/
H A DMailAttachment.cpp57 _data(new BMemoryIO(data,length)),
265 _data = new BMemoryIO(data,length);
H A Db_mail_message.cpp43 BMemoryIO io(text,length);
58 BMemoryIO io(text,length);
/haiku/src/kits/package/hpkg/
H A DDataReader.cpp45 BMemoryIO output(buffer, size);
/haiku/src/kits/package/hpkg/v1/
H A DReaderImplBaseV1.cpp1033 BMemoryIO bufferOutput(section.data, section.uncompressedLength);
/haiku/src/kits/storage/mime/
H A DSnifferRules.cpp445 // wrap the buffer by a BMemoryIO
446 BMemoryIO data(buffer, length);
/haiku/src/kits/support/
H A DDataIO.cpp321 BMemoryIO::BMemoryIO(void* buffer, size_t length) function in class:BMemoryIO
332 BMemoryIO::BMemoryIO(const void* buffer, size_t length) function in class:BMemoryIO
343 BMemoryIO::~BMemoryIO()
349 BMemoryIO::ReadAt(off_t pos, void* buffer, size_t size)
365 BMemoryIO::WriteAt(off_t pos, const void* buffer, size_t size)
393 BMemoryIO::Seek(off_t position, uint32 seek_mode)
414 BMemoryIO
437 BMemoryIO::BMemoryIO(const BMemoryIO &) function in class:BMemoryIO
[all...]
/haiku/src/kits/translation/
H A DTranslationUtils.cpp132 BMemoryIO memio(kpRawData, bitmapSize);
133 // Put the pointer to the raw image data into a BMemoryIO object
177 BMemoryIO memio(kpRawData, bitmapSize);
178 // Put the pointer to the raw image data into a BMemoryIO object so
/haiku/src/libs/alm/
H A DSharedSolver.cpp379 BMemoryIO buffer(rawData, numBytes);
/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp203 BMemoryIO memmonkey(strmonkey, strlen(strmonkey));
/haiku/src/tests/add-ons/translators/exif/
H A Ddump_exif.cpp27 BMemoryIO source(data + 8, length - 8);
/haiku/src/tests/apps/haikudepot/
H A DStandardMetaDataJsonEventListenerTest.cpp67 BDataIO* inputData = new BMemoryIO(input, strlen(input));
/haiku/src/tests/kits/app/bmessage/
H A DMessageSpeedTest.cpp241 BMemoryIO stream(buffer, size); \
283 BMemoryIO stream(buffer, size); \
/haiku/src/tests/kits/shared/
H A DJsonErrorHandlingTest.cpp229 BDataIO *inputData = new BMemoryIO(input, strlen(input));
/haiku/src/tests/kits/support/bmemoryio/
H A DConstTest.cpp23 BMemoryIO mem(buf, 10);
52 return(new ConstTestCaller("BMemoryIO::Const Test", &ConstTest::PerformTest));
H A DReadTest.cpp27 BMemoryIO mem(buf, 20);
58 return(new ReadTestCaller("BMemoryIO::Read Test", &ReadTest::PerformTest));
H A DSeekTest.cpp22 BMemoryIO mem(buf, 10);
52 return(new SeekTestCaller("BMemoryIO::Seek Test", &SeekTest::PerformTest));

Completed in 179 milliseconds

12