Searched refs:Unflatten (Results 126 - 150 of 198) sorted by relevance

12345678

/haiku/src/preferences/time/
H A DNetworkTimeView.cpp215 if ((status = load.Unflatten(&file)) != B_OK)
/haiku/src/apps/webpositive/
H A DDownloadWindow.cpp545 if (message.Unflatten(&file) != B_OK)
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoWindow.cpp608 ||(archive -> Unflatten((const char*)res_addr) != B_OK) )
/haiku/src/kits/interface/
H A DDecorInfo.cpp334 || infoMessage.Unflatten((const char*)infoData) != B_OK) {
H A DAffineTransform.cpp118 BAffineTransform::Unflatten(type_code code, const void* _buffer, ssize_t size) function in class:BAffineTransform
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerSettings.cpp432 if (B_OK != msg.Unflatten(buffer)) {
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp521 if (msg.Unflatten(&settings) < B_OK)
/haiku/src/preferences/input/
H A DMouseSettings.cpp419 if (message.Unflatten(&file) == B_OK) {
/haiku/src/kits/support/
H A DStringList.cpp404 BStringList::Unflatten(type_code code, const void* buffer, ssize_t size) function in class:BStringList
/haiku/src/preferences/filetypes/
H A DFileTypes.cpp100 if (settings.Unflatten(&file) == B_OK) {
/haiku/src/preferences/sounds/
H A DHWindow.cpp65 if (file.InitCheck() == B_OK && msg.Unflatten(&file) == B_OK
/haiku/src/kits/tracker/
H A DQueryPoseView.cpp487 if (message.Unflatten(buffer) == B_OK) {
/haiku/src/tests/kits/app/bmessage/
H A DMessageItemTest.h538 CPPUNIT_ASSERT(msg2.Unflatten(buf) == B_OK);
576 CPPUNIT_ASSERT(msg2.Unflatten(buf) == B_OK);
/haiku/src/kits/app/
H A DMessageAdapter.cpp169 MessageAdapter::Unflatten(uint32 format, BMessage *into, const char *buffer) function in class:BPrivate::MessageAdapter
221 MessageAdapter::Unflatten(uint32 format, BMessage *into, BDataIO *stream) function in class:BPrivate::MessageAdapter
H A DPropertyInfo.cpp259 BPropertyInfo::Unflatten(type_code code, const void* buffer, function in class:BPropertyInfo
/haiku/headers/os/app/
H A DMessage.h118 status_t Unflatten(const char* flatBuffer);
119 status_t Unflatten(BDataIO* stream);
/haiku/src/apps/mail/
H A DMailApp.cpp738 if (settingsMessage.Unflatten (&settingsFile) != B_OK)
1000 status = settings.Unflatten(&file);
/haiku/src/apps/deskbar/
H A DBarApp.cpp318 && prefs.Unflatten(fSettingsFile) == B_OK) {
385 && prefs.Unflatten(fClockSettingsFile) == B_OK) {
H A DResourceSet.cpp821 if (archive.Unflatten(&stream) == B_OK) {
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp1021 if (message.Unflatten(data) == B_OK)
1251 message.Unflatten(buffer);
/haiku/src/servers/app/stackandtile/
H A DStackAndTile.cpp679 && group.Unflatten(buffer) == B_OK) {
/haiku/src/apps/sudoku/
H A DSudokuWindow.cpp334 return settings.Unflatten(&file);
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp894 fManifest.Unflatten(fManifest.TypeCode(), flatmanifest, info.size);
/haiku/src/servers/media/
H A DDefaultManager.cpp127 if (settings.Unflatten(&file) == B_OK)
/haiku/src/servers/keystore/
H A DKeyStoreServer.cpp478 status_t result = keystore.Unflatten(&fKeyStoreFile);

Completed in 169 milliseconds

12345678