Searched refs:type_code (Results 76 - 100 of 261) sorted by relevance

1234567891011

/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DOptionProperty.h31 virtual type_code Type() const;
/haiku/src/kits/mail/
H A DNodeMessage.cpp26 type_code type;
/haiku/src/tests/kits/app/bmessage/
H A DMessageMessageItemTest.h27 static status_t AddData(BMessage& msg, const char* name, type_code type,
36 static status_t FindData(BMessage& msg, const char* name, type_code type,
51 type_code type, BMessage* data,
97 type_code type, int32 index,
/haiku/src/tools/restest/
H A DResourcesDefs.h80 type_code rib_type;
H A DResourceFile.h54 type_code type,
/haiku/headers/os/storage/
H A DVolume.h45 type_code* _type) const;
/haiku/headers/private/shared/
H A DMessageBuilder.h26 uint32 CountNames(type_code type = B_ANY_TYPE);
H A DSettingsMessage.h66 status_t SetValue(const char* name, type_code type,
103 void* GetValue(const char* name, type_code type,
/haiku/src/kits/debugger/settings/
H A DTeamFileManagerSettings.cpp64 type_code type;
/haiku/src/kits/debugger/value/value_nodes/
H A DEnumerationValueNode.cpp53 type_code valueType = 0;
H A DPrimitiveValueNode.cpp53 type_code valueType = fType->TypeConstant();
/haiku/src/tests/kits/interface/bshelf/Container/
H A DTPreferences.h43 status_t SetData(const char *name, type_code type, const void *data, ssize_t numBytes);
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DTPreferences.h43 status_t SetData(const char *name, type_code type, const void *data, ssize_t numBytes);
/haiku/headers/private/print/
H A DBeUtils.h94 BBitmap* LoadBitmap(const char* name, uint32 type_code = B_TRANSLATOR_BITMAP);
/haiku/src/kits/shared/
H A DVariant.cpp57 BVariant::SetToTypedData(const void* data, type_code type)
421 type_code type;
440 BVariant::SizeOfType(type_code type)
476 BVariant::TypeIsNumber(type_code type)
497 BVariant::TypeIsInteger(type_code type, bool* _isSigned)
521 BVariant::TypeIsFloat(type_code type)
677 BVariant::_SetTo(BReferenceable* value, type_code type)
/haiku/src/kits/storage/
H A DMime.cpp127 type_code type;
172 type_code type;
221 type_code* _type)
303 type_code type;
315 get_named_icon(const char* name, uint8** _data, size_t* _size, type_code* _type)
/haiku/headers/os/app/
H A DMessage.h68 status_t GetInfo(type_code typeRequested, int32 index,
69 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,
78 int32 CountNames(type_code type) const;
174 status_t AddData(const char* name, type_code type,
277 status_t FindData(const char* name, type_code type,
279 status_t FindData(const char* name, type_code type,
369 status_t ReplaceData(const char* name, type_code typ
[all...]
/haiku/headers/os/support/
H A DByteOrder.h108 extern status_t swap_data(type_code type, void *data, size_t length,
110 extern bool is_type_swapped(type_code type);
/haiku/src/apps/diskprobe/
H A DDataEditor.h51 type_code Type() const { return fType; }
122 type_code fType;
/haiku/headers/os/media/
H A DMediaAddOn.h79 virtual type_code TypeCode() const;
82 virtual status_t Unflatten(type_code type, const void* buffer,
/haiku/headers/os/net/
H A DNetworkAddress.h126 virtual type_code TypeCode() const;
130 virtual status_t Unflatten(type_code code, const void* buffer,
/haiku/src/kits/media/
H A DParameterWeb.cpp461 type_code
556 BParameterWeb::AllowsTypeCode(type_code code) const
563 BParameterWeb::Unflatten(type_code code, const void* buffer, ssize_t size)
859 type_code
919 size += sizeof(BParameterGroup*) + sizeof(type_code)
993 write_to_buffer<type_code>(&buffer, group->TypeCode());
1013 BParameterGroup::AllowsTypeCode(type_code code) const
1020 BParameterGroup::Unflatten(type_code code, const void* buffer, ssize_t size)
1137 sizeof(BParameterGroup*) + sizeof(type_code)
1144 type_code typ
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.h36 status_t Create(const char* name, type_code type,
/haiku/src/tests/system/libroot/os/
H A Dfs_attr_test.cpp19 test_read(int fd, const char* attribute, type_code type, const char* data,
/haiku/src/servers/keystore/
H A DKeyring.cpp214 type_code type;
267 type_code type;
299 type_code type;
431 type_code type;

Completed in 124 milliseconds

1234567891011