Searched refs:BMemoryIO (Results 26 - 49 of 49) sorted by relevance

12

/haiku/src/tests/kits/app/bmessage/
H A DMessageSpeedTest.cpp241 BMemoryIO stream(buffer, size); \
283 BMemoryIO stream(buffer, size); \
/haiku/src/apps/deskbar/
H A DResourceSet.cpp816 BMemoryIO stream(from->Data(), from->Size());
863 BMemoryIO stream(from->Data(), from->Size());
/haiku/src/kits/mail/
H A DMailAttachment.cpp57 _data(new BMemoryIO(data,length)),
265 _data = new BMemoryIO(data,length);
/haiku/src/kits/app/
H A DPropertyInfo.cpp161 BMemoryIO flatData(buffer, numBytes);
270 BMemoryIO flatData(buffer, numBytes);
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 DMessage.cpp1300 BMemoryIO io(flatBuffer, SSIZE_MAX);
2338 BMemoryIO stream(buffer, size);
/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/bin/mail_utils/
H A Dmbox2mail.cpp371 BMemoryIO FakeFile (MessageText.String (), MessageText.Length ());
H A Dspamdbm.cpp2776 BMemoryIO MemoryIO (String, strlen (String));
3290 BMemoryIO MemoryIO (BufferPntr, BufferSize);
/haiku/src/kits/storage/mime/
H A DSnifferRules.cpp445 // wrap the buffer by a BMemoryIO
446 BMemoryIO data(buffer, length);
/haiku/src/tools/locale/
H A DDefaultCatalog.cpp170 BMemoryIO memIO(buf, sz);
/haiku/src/add-ons/translators/raw/
H A DRAWTranslator.cpp275 BMemoryIO io(buffer, bufferSize);
/haiku/src/libs/alm/
H A DSharedSolver.cpp379 BMemoryIO buffer(rawData, numBytes);
/haiku/src/tests/servers/app/transformation/
H A Dmain.cpp61 BMemoryIO stream(data, dataSize);
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp1088 BMemoryIO* data = new BMemoryIO(jsonString.String(),
/haiku/src/apps/resedit/
H A DBitmapView.cpp215 BMemoryIO memio(imagedata, datasize);
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp659 BMemoryIO memory(bytes, 2);
/haiku/src/kits/package/hpkg/v1/
H A DReaderImplBaseV1.cpp1033 BMemoryIO bufferOutput(section.data, section.uncompressedLength);
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp1012 BMemoryIO stream(data, fEditor.FileSize());
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp607 BMemoryIO memoryIO(resourceData, resourceSize);
/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp203 BMemoryIO memmonkey(strmonkey, strlen(strmonkey));
/haiku/src/kits/interface/
H A DPicturePlayer.cpp843 BMemoryIO stream(fBuffer, fRemaining);
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp1079 BMemoryIO io(marker->data + 6, marker->data_length - 6);
/haiku/src/libs/icon/
H A DIconUtils.cpp471 BMemoryIO memoryIO(const_cast<uint8*>(buffer), size);

Completed in 222 milliseconds

12