FindInt8
status_t FindInt8(const char *name, int8 *value) const;
status_t FindInt8(const char *name, int32 index, int8 *value) const;
int8 FindInt8(const char *, int32 n = 0) const;
status_t FindInt8(const char* name, int8* value) const;
status_t FindInt8(const char* name, int32 index,
int8 FindInt8(const char* name, int32 n = 0) const;
reply.FindInt8("status", &bt_status);
return FindInt8(name, 0, value);
inline status_t FindInt8(const char* name, int8* value) const;
inline status_t FindInt8(const char* name, int32 index,
reply.FindInt8("status", &btStatus);
message->FindInt8("scroll_acceleration",
message->FindInt8("tapgesture_sensibility",
message->FindInt8("edge_motion",
msg->FindInt8(name, j, &anInt8);
if (message->FindInt8("scheme", &gPaletteScheme) == B_OK)
message->FindInt8("border", &gBlankBorders);
message->FindInt8("scheme", 0, &gPaletteScheme);
message->FindInt8("border", 0, &gBlankBorders);
partition.FindInt8("drive", &drive);
archive->FindInt8("bgRed", (int8*)&color.red) == B_OK &&
archive->FindInt8("bgGreen", (int8*)&color.green) == B_OK &&
archive->FindInt8("bgBlue", (int8*)&color.blue) == B_OK)
err = message->FindInt8(name, index, &v);
message->FindInt8("byte", &key);
| (fMessage.FindInt8("find_mode") == kHexMode ? kHexFindMode : 0));
if (message->FindInt8("find_mode", &findMode) == B_OK)
if (previous.FindInt8("find_mode", &mode) != B_OK && settings != NULL)
settings->FindInt8("find_mode", &mode);
if (message->FindInt8("mode", &mode) != B_OK)
uint8 boolean = message->FindInt8("value");
if (fSettings->FindInt8("destination_folder", &destination_folder)
&& fMessage.FindInt8("destination_folder", &destinationFolder) == B_OK
if (message->FindInt8("destination_folder", &destinationFolder) == B_OK)
fSettings.FindInt8("destination_folder", &destinationFolder);
if (msg->FindInt8("_outline", &outline) == B_OK) {
if (archive->FindInt8("value", (int8*)&fValue) < B_OK)
if (settings.FindInt8("ShowButtonBar", &int8Value) == B_OK)
msg->FindInt8("bar", (int8*)fNewButtonBar);
if (msg->FindInt8("byte", &val) == B_OK && val == B_ESCAPE
if (message->FindInt8("byte", &key) == B_OK
|| message->FindInt8("byte", (int8 *)&byte) != B_OK
if (message->FindInt8("byte", 0, &key) == B_OK) {
if (message->FindInt8("byte", 0, &key) == B_OK) {
message->FindInt8("action", &action);
the_reply.FindInt8("result", &v);
the_reply.FindInt8("result", (int8*)&v);
reply.FindInt8("status", &bt_status);
if (reply.FindInt8("status", &bt_status ) == B_OK ) {
message->FindInt8("rssi", i, &rssi);
if (message->FindInt8("status", &status) == B_OK) {
&& reply.FindInt8("scan_enable", &discoverable) == B_OK)
if (reply.FindInt8("status", &bt_status ) == B_OK ) {
reply.FindInt8("status", &btStatus);
reply.FindInt8("status", &bt_status);
reply.FindInt8("status", &bt_status);
reply.FindInt8("status", &bt_status);
reply.FindInt8("status", &bt_status);
reply.FindInt8("status", &bt_status);
reply.FindInt8("status", &bt_status);
reply.FindInt8("status", &bt_status);
reply.FindInt8("status", &btStatus);
authReply.FindInt8("status", &authStatus);
reply.FindInt8("status", &btStatus);
if ((reply.FindInt8("status", &status) == B_OK) && (status == BT_OK)) {
if (reply.FindInt8("status", &bt_status ) == B_OK) {
if (reply.FindInt8("status", &bt_status ) == B_OK ) {
if (data->FindInt8("_but_key", i, (int8*)&key) == B_OK)
if (msg->FindInt8("byte", (int8*)&byte) == B_OK) {
if (data->FindInt8("_endian", &endian) != B_OK)
status = archive->FindInt8("use24HourClock", &use24HourClock);
structure->FindInt8(kHeaderEncodingString, &encoding);
headers.FindInt8(kHeaderEncodingString, &encoding);
if (message->FindInt8(kUrlProtocolMessageType, ¬ification) != B_OK)
if (FindInt8(name, &value) != B_OK)
if (message->FindInt8("byte", (int8*)&key) != B_OK)
if (message->FindInt8("byte", (int8*)&key) != B_OK)
if (message->FindInt8("byte", (int8*)&key) != B_OK)
for (int32 j = 0; message.FindInt8(path, j, &flags) == B_OK; j++) {
|| message->FindInt8("byte", (int8*)&byte) != B_OK
if (message->FindInt8("byte", (int8*)&key) != B_OK)
msg->FindInt8(name, j, &anInt8);
if (msg->FindInt8("hinting", &hinting) != B_OK
settingsMsg.FindInt8("scroll_acceleration", (int8*)&fSettings.scroll_acceleration);
settingsMsg.FindInt8("tapgesture_sensibility", (int8*)&fSettings.tapgesture_sensibility);
if (message->FindInt8("byte", &val) == B_OK && val == B_ESCAPE) {
if (settings.FindInt8("subpixel average weight", &averageWeight)
FindInt8(propertyRequested);
if (event->FindInt8("byte", (int8*)&byte) < B_OK)
CPPUNIT_ASSERT(msg.FindInt8("data") == 0);
if (message->FindInt8("byte", &key_code) != B_OK)