AddUInt8
status_t AddUInt8(const char *name, uint8 value);
status_t AddUInt8(const char* name, uint8 value);
status_t AddUInt8(const char* name, uint8 value);
ret = archive->AddUInt8("keypad mode", keypad_mode);
animate.AddUInt8("dot", dot);
animate.AddUInt8("dot", 1U);
message.AddUInt8("thread", threadNum);
msg.AddUInt8("set", id); \
msg.AddUInt8("palette", id); \
msg.AddUInt8("subsampling", id); \
message.AddUInt8("index", index);
if ((result = data->AddUInt8(kPriorityField, fPriority)) != B_OK)
if ((result = data->AddUInt8(kArchitectureField, fArchitecture)) != B_OK)
return fCurrentMessage->AddUInt8(name, value);
return message.AddUInt8(fieldName, fUInt8);
ret = into->AddUInt8("alpha", Style()->Alpha());
reply.AddUInt8("count", count);
reply.AddUInt8("page_repetition_mode", page_repetition_mode_array[i]);
reply.AddUInt8("scan_period_mode", scan_period_mode_array[i]);
reply.AddUInt8("scan_mode", scan_mode_array[i]);
reply.AddUInt8("count", count);
reply.AddUInt8("page_repetition_mode", page_repetition_mode_array[i]);
reply.AddUInt8("scan_period_mode", scan_period_mode_array[i]);
reply.AddUInt8("count", count);
reply.AddUInt8("page_repetition_mode", info->page_repetition_mode);
reply.AddUInt8("scan_period_mode", info->scan_period_mode);