Searched refs:isFixedSize (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/build/os/app/
H A DMessage.h129 bool isFixedSize = true, int32 count = 1);
290 bool isFixedSize, field_header** _result);
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp1197 bool isFixedSize; local
1199 &isFixedSize) != B_OK) {
1222 data, size, isFixedSize);
/haiku/src/build/libbe/app/
H A DMessage.cpp1272 BMessage::_AddField(const char *name, type_code type, bool isFixedSize, argument
1310 if (isFixedSize)
1373 ssize_t numBytes, bool isFixedSize, int32 count)
1385 result = _AddField(name, type, isFixedSize, &field);
1372 AddData(const char *name, type_code type, const void *data, ssize_t numBytes, bool isFixedSize, int32 count) argument
/haiku/headers/os/app/
H A DMessage.h176 bool isFixedSize = true, int32 count = 1);
554 bool isFixedSize, field_header** _result);
/haiku/src/system/kernel/messaging/
H A DKMessage.cpp354 int32 numBytes, bool isFixedSize)
365 status_t error = _AddField(name, type, (isFixedSize ? numBytes : -1),
353 AddData(const char* name, type_code type, const void* data, int32 numBytes, bool isFixedSize) argument
/haiku/headers/private/kernel/util/
H A DKMessage.h71 bool isFixedSize = true);
/haiku/src/kits/app/
H A DMessage.cpp1686 BMessage::_AddField(const char* name, type_code type, bool isFixedSize, argument
1724 if (isFixedSize)
1787 ssize_t numBytes, bool isFixedSize, int32 count)
1809 result = _AddField(name, type, isFixedSize, &field);
1786 AddData(const char* name, type_code type, const void* data, ssize_t numBytes, bool isFixedSize, int32 count) argument

Completed in 158 milliseconds