Searched refs:typeFound (Results 1 - 16 of 16) sorted by last modified time

/haiku/src/libs/icon/shape/
H A DVectorPath.cpp144 type_code typeFound;
146 if (archive->GetInfo("point", &typeFound, &countFound) >= B_OK
147 && typeFound == B_POINT_TYPE
/haiku/src/kits/app/
H A DMessage.cpp436 type_code* typeFound, int32* countFound) const
448 if (typeFound != NULL)
449 *typeFound = fFields[index].type;
464 if (typeFound != NULL)
465 *typeFound = field->type;
480 BMessage::GetInfo(const char* name, type_code* typeFound, argument
492 if (typeFound != NULL)
493 *typeFound = field->type;
502 BMessage::GetInfo(const char* name, type_code* typeFound, bool* fixedSize) argument
511 if (typeFound !
435 GetInfo(type_code typeRequested, int32 index, char** nameFound, type_code* typeFound, int32* countFound) const argument
521 GetInfo(const char* name, type_code* typeFound, int32* countFound, bool* fixedSize) const argument
[all...]
/haiku/src/build/libbe/app/
H A DMessage.cpp353 type_code *typeFound, int32 *countFound) const
362 if (typeFound)
363 *typeFound = fFields[index].type;
378 if (typeFound)
379 *typeFound = field->type;
394 BMessage::GetInfo(const char *name, type_code *typeFound, int32 *countFound) argument
406 if (typeFound)
407 *typeFound = field->type;
416 BMessage::GetInfo(const char *name, type_code *typeFound, bool *fixedSize) argument
425 if (typeFound)
352 GetInfo(type_code typeRequested, int32 index, char **nameFound, type_code *typeFound, int32 *countFound) const argument
[all...]
/haiku/src/libs/icon/message/
H A DMessageImporter.cpp189 status_t typeFound = shapeArchive.FindInt32("type", &type); local
190 if (typeFound != B_OK || type == PathSourceShape::archive_code) {
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp675 type_code typeFound; local
677 message->GetInfo("account", &typeFound, &countFound);
678 if (typeFound != B_INT32_TYPE)
/haiku/src/bin/
H A Dmountvolume.cpp348 type_code typeFound; local
350 status = message->GetInfo("refs", &typeFound, &refCount);
/haiku/src/apps/fontdemo/
H A DControlView.cpp483 type_code typeFound = 0; local
485 if (message->GetInfo(B_ANY_TYPE, 0, &name, &typeFound,
487 if (typeFound == B_STRING_TYPE) {
/haiku/headers/os/app/
H A DMessage.h69 char** nameFound, type_code* typeFound,
71 status_t GetInfo(const char* name, type_code* typeFound,
73 status_t GetInfo(const char* name, type_code* typeFound,
75 status_t GetInfo(const char* name, type_code* typeFound,
/haiku/src/servers/registrar/
H A DTRoster.cpp1780 type_code typeFound; local
1781 status_t typeError = request->GetInfo("file type", &typeFound,
1784 typeError = typeFound == B_STRING_TYPE ? B_OK : B_BAD_TYPE;
/haiku/src/kits/mail/
H A DMailSettings.cpp547 type_code typeFound;
549 message.GetInfo("filters", &typeFound, &countFound);
550 if (typeFound != B_MESSAGE_TYPE)
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPreview.cpp126 type_code typeFound; local
129 &nameFound, &typeFound) != B_OK) {
136 message->FindData(nameFound, typeFound,
/haiku/src/kits/storage/
H A DResources.cpp467 BResources::GetResourceInfo(int32 byIndex, type_code* typeFound, argument
474 if (typeFound)
475 *typeFound = item->Type();
547 BResources::GetResourceInfo(const void* byPointer, type_code* typeFound, argument
554 if (typeFound)
555 *typeFound = item->Type();
/haiku/headers/build/os/app/
H A DMessage.h60 char **nameFound, type_code *typeFound,
62 status_t GetInfo(const char *name, type_code *typeFound,
64 status_t GetInfo(const char *name, type_code *typeFound,
/haiku/src/servers/bluetooth/
H A DLocalDeviceHandler.cpp56 type_code typeFound; local
59 return (fProperties->GetInfo(property, &typeFound, &countFound) == B_OK );
/haiku/headers/os/storage/
H A DResources.h75 type_code* typeFound, int32* idFound,
89 type_code* typeFound,
/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp336 type_code typeFound; local
342 !found && resources.GetResourceInfo(i, &typeFound, &idFound,

Completed in 95 milliseconds