Searched refs:Unflatten (Results 101 - 125 of 198) sorted by relevance

12345678

/haiku/src/kits/mail/
H A DMailSettings.cpp100 status = settings.Unflatten(&file);
857 settings.Unflatten(&file);
/haiku/src/kits/locale/
H A DLocaleRosterData.cpp457 status = settings.Unflatten(&file);
499 status = settings.Unflatten(&file);
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp209 if (loadMessage.Unflatten(&windowSettingsFile) == B_OK)
536 || (fileMsg.Unflatten(&file) != B_OK)) {
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundAddOn.cpp403 if ((file.InitCheck() == B_OK) && (fSettings.Unflatten(&file) == B_OK))
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTest.cpp342 archivedPicture->Unflatten(data);
/haiku/src/servers/print/
H A DPrinter.cpp410 && settings.Unflatten(&jobFile) == B_OK
/haiku/src/servers/keystore/
H A DKeyring.cpp516 status_t result = container.Unflatten(&fFlatBuffer);
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyCommandMap.cpp252 if (file.InitCheck() == B_OK && fileMessage.Unflatten(&file)
/haiku/src/kits/tracker/
H A DBackgroundImage.cpp82 error = container.Unflatten(buffer);
/haiku/src/servers/launch/
H A DConditions.cpp522 if (settings.Unflatten(&file) == B_OK) {
/haiku/src/kits/network/libnetapi/
H A DSocketMessenger.cpp358 return _message.Unflatten(buffer);
H A DNetBuffer.cpp376 result = data.Unflatten(flattenedData);
/haiku/src/apps/serialconnect/
H A DSerialApp.cpp378 if (message.Unflatten(&file) != B_OK) {
/haiku/src/apps/text_search/
H A DModel.cpp244 status = message.Unflatten(&file);
/haiku/src/kits/storage/
H A DPath.cpp469 BPath::Unflatten(type_code code, const void* buffer, ssize_t size) function in class:BPath
/haiku/src/servers/input/
H A DMouseSettings.cpp318 if (message.Unflatten(&file) == B_OK) {
/haiku/src/bin/
H A Dhey.cpp522 if (propinfo.Unflatten(B_PROPERTY_INFO_TYPE,
1031 if (a_message.Unflatten((const char *)voidptr) == B_OK)
1315 if (anothermsg.Unflatten((const char *)ptr) == B_OK) {
1326 if (propinfo.Unflatten(B_PROPERTY_INFO_TYPE, (const void *)ptr,
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp223 if (settings.Unflatten(&file) == B_OK) {
500 if (settings.Unflatten(&file) == B_OK)
514 settings.Unflatten(&file);
/haiku/src/kits/app/
H A DMessage.cpp139 result = reply->Unflatten(buffer);
324 if (message.Unflatten((const char*)data) == B_OK
325 && otherMessage.Unflatten((const char*)otherData) == B_OK) {
737 status_t result = message.Unflatten((const char*)pointer);
1290 BMessage::Unflatten(const char* flatBuffer) function in class:BMessage
1298 return BPrivate::MessageAdapter::Unflatten(format, this, flatBuffer);
1301 return Unflatten(&io);
1306 BMessage::Unflatten(BDataIO* stream) function in class:BMessage
1315 return BPrivate::MessageAdapter::Unflatten(format, this, stream);
2340 if (reply.Unflatten(
[all...]
/haiku/src/tests/servers/app/transformation/
H A Dmain.cpp65 status = archive.Unflatten(&stream);
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp91 error = container.Unflatten(buffer);
/haiku/headers/os/interface/
H A DAffineTransform.h57 virtual status_t Unflatten(type_code code,
/haiku/src/apps/mediaplayer/
H A DMainApp.cpp528 return message->Unflatten(&file);
/haiku/src/servers/media/
H A DMediaFilesManager.cpp468 status = settings.Unflatten(&file);
/haiku/src/servers/notification/
H A DNotificationWindow.cpp389 settings.Unflatten(&file);

Completed in 312 milliseconds

12345678