Searched refs:type_code (Results 51 - 75 of 261) sorted by relevance

1234567891011

/haiku/src/kits/debugger/value/value_nodes/
H A DPointerToMemberValueNode.cpp54 type_code valueType;
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.h41 status_t Create(const char* name, type_code type,
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoWindow.h40 BMessenger MessengerForTarget(type_code w) const;
/haiku/headers/os/mail/
H A DE-mail.h151 status_t find_field(char*, type_code*, char**, void**,
155 status_t set_field(const char*, type_code, const char*,
/haiku/src/tests/kits/app/bmessage/
H A DMessagePointerItemTest.h26 static status_t AddData(BMessage& msg, const char* name, type_code type,
45 static status_t FindData(BMessage& msg, const char* name, type_code type,
H A DMessageItemTest.h36 type_code TypeCode, // B_INT32_TYPE
84 status_t (BMessage::*AddDataFunc)(const char*, type_code, const void*,
86 status_t (BMessage::*FindDataFunc)(const char*, type_code, int32,
95 static status_t AddData(BMessage& msg, const char* name, type_code type,
120 static status_t FindData(BMessage& msg, const char* name, type_code type,
152 type_code TypeCode, // B_INT32_TYPE
158 // status_t FindData(BMessage&, const char*, type_code, int32, const void**, ssize_t*)
200 type_code TypeCode,
228 type_code TypeCode,
259 type_code TypeCod
[all...]
H A DMessageMessengerItemTest.h28 static status_t AddData(BMessage& msg, const char* name, type_code type,
47 static status_t FindData(BMessage& msg, const char* name, type_code type,
/haiku/src/bin/
H A Dlistres.cpp17 get_type(type_code type)
119 type_code type;
/haiku/src/kits/support/
H A DByteOrder.cpp13 swap_data(type_code type, void *_data, size_t length, swap_action action)
120 is_type_swapped(type_code type)
/haiku/src/apps/icon-o-matic/generic/property/
H A DProperty.h35 virtual type_code Type() const = 0;
74 virtual type_code Type() const
117 virtual type_code Type() const
158 virtual type_code Type() const
193 virtual type_code Type() const
228 virtual type_code Type() const
/haiku/headers/private/kernel/util/
H A DKMessage.h59 status_t AddField(const char* name, type_code type,
64 status_t FindField(const char* name, type_code type,
69 status_t AddData(const char* name, type_code type,
72 status_t AddArray(const char* name, type_code type,
83 status_t FindData(const char* name, type_code type,
85 status_t FindData(const char* name, type_code type,
142 status_t SetData(const char* name, type_code type,
211 status_t _AddField(const char* name, type_code type,
228 inline status_t _FindType(const char* name, type_code type,
232 inline T _GetType(const char* name, type_code typ
[all...]
/haiku/headers/build/os/app/
H A DMessage.h59 status_t GetInfo(type_code typeRequested, int32 index,
60 char **nameFound, type_code *typeFound,
62 status_t GetInfo(const char *name, type_code *typeFound,
64 status_t GetInfo(const char *name, type_code *typeFound,
67 int32 CountNames(type_code type) const;
127 status_t AddData(const char *name, type_code type,
178 status_t FindData(const char *name, type_code type,
180 status_t FindData(const char *name, type_code type, int32 index,
224 status_t ReplaceData(const char *name, type_code type,
226 status_t ReplaceData(const char *name, type_code typ
[all...]
/haiku/headers/os/storage/
H A DAppFileInfo.h124 type_code type, void* buffer,
128 type_code type, const void* buffer,
130 status_t _RemoveData(const char* name, type_code type);
H A DNode.h58 ssize_t WriteAttr(const char* name, type_code type,
61 ssize_t ReadAttr(const char* name, type_code type,
/haiku/src/bin/addattr/
H A DaddAttr.cpp29 writeAttrValue(int fd, const char* name, type_code type, Type value)
46 writeAttr(int fd, type_code type, const char* name, const char* value, size_t length)
151 addAttr(const char* file, type_code type, const char* name,
H A Dmain.cpp40 type_code type;
78 typeForString(const char* string, type_code* _result)
164 type_code attrType = B_STRING_TYPE;
/haiku/src/kits/storage/
H A DResourcesContainer.cpp125 ResourcesContainer::IndexOf(type_code type, int32 id) const
139 ResourcesContainer::IndexOf(type_code type, const char *name) const
157 ResourcesContainer::IndexOfType(type_code type, int32 typeIndex) const
/haiku/headers/private/netservices/
H A DNetworkCookieJar.h70 virtual type_code TypeCode() const;
74 virtual bool AllowsTypeCode(type_code code) const;
75 virtual status_t Unflatten(type_code code,
/haiku/headers/private/storage/mime/
H A DDatabaseLocation.h49 size_t length, type_code datatype) const;
59 size_t length, type_code datatype,
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.h73 type_code type, const void* data,
76 type_code type, void* data,
/haiku/headers/build/os/storage/
H A DNode.h74 ssize_t WriteAttr(const char *name, type_code type, off_t offset,
76 ssize_t ReadAttr(const char *name, type_code type, off_t offset,
/haiku/headers/private/storage/
H A DResourcesDefs.h80 type_code rib_type;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DAttribute.h32 status_t Create(const char* name, type_code type,
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMessageIO.h169 type_code type,
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DIconProperty.h35 virtual type_code Type() const

Completed in 111 milliseconds

1234567891011