Searched refs:countFound (Results 1 - 10 of 10) sorted by relevance

/haiku/src/servers/bluetooth/
H A DLocalDeviceHandler.cpp57 int32 countFound; local
59 return (fProperties->GetInfo(property, &typeFound, &countFound) == B_OK );
/haiku/src/build/libbe/app/
H A DMessage.cpp353 type_code *typeFound, int32 *countFound) const
364 if (countFound)
365 *countFound = fFields[index].count;
380 if (countFound)
381 *countFound = field->count;
394 BMessage::GetInfo(const char *name, type_code *typeFound, int32 *countFound)
398 if (countFound)
399 *countFound = 0;
408 if (countFound)
409 *countFound
[all...]
/haiku/src/kits/mail/
H A DMailSettings.cpp548 int32 countFound; local
549 message.GetInfo("filters", &typeFound, &countFound);
553 for (int i = 0; i < countFound; i++) {
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp676 int32 countFound; local
677 message->GetInfo("account", &typeFound, &countFound);
684 for (int i = 0; i < countFound; i++) {
/haiku/src/kits/app/
H A DMessage.cpp436 type_code* typeFound, int32* countFound) const
450 if (countFound != NULL)
451 *countFound = fFields[index].count;
466 if (countFound != NULL)
467 *countFound = field->count;
481 int32* countFound) const
484 if (countFound != NULL)
485 *countFound = 0;
494 if (countFound != NULL)
495 *countFound
521 GetInfo(const char* name, type_code* typeFound, int32* countFound, bool* fixedSize) const argument
[all...]
/haiku/headers/build/os/app/
H A DMessage.h61 int32 *countFound = NULL) const;
63 int32 *countFound = NULL) const;
/haiku/src/apps/fontdemo/
H A DControlView.cpp484 int32 countFound = 0; local
486 &countFound) == B_OK) {
/haiku/headers/os/app/
H A DMessage.h70 int32* countFound = NULL) const;
72 int32* countFound = NULL) const;
76 int32* countFound, bool* fixedSize) const;
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp145 int32 countFound; local
146 if (archive->GetInfo("point", &typeFound, &countFound) >= B_OK
148 && _SetPointCount(countFound)) {
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp994 int32 countFound; local
995 if (message->GetInfo("refs", &type, &countFound) != B_OK
999 if (countFound > 1) {

Completed in 136 milliseconds