Home
last modified time | relevance | path

Searched refs:TypeCode (Results 1 – 25 of 42) sorted by relevance

12

/haiku/src/tests/kits/app/bmessage/
H A DMessageItemTest.h27 #define TEMPLATE_TEST_PARAMS <Type, TypeCode, FuncPolicy, InitPolicy, AssertPolicy, ComparePolicy>
36 type_code TypeCode, // B_INT32_TYPE
152 type_code TypeCode, // B_INT32_TYPE
200 type_code TypeCode,
207 TMessageItemTest<Type, TypeCode, FuncPolicy, InitPolicy, AssertPolicy, ComparePolicy>::
220 CPPUNIT_ASSERT(FuncPolicy::FindData(msg, "item", TypeCode, 0, &ptr, &size) == in MessageItemTest1()
228 type_code TypeCode,
235 TMessageItemTest<Type, TypeCode, FuncPolicy, InitPolicy, AssertPolicy, ComparePolicy>::
249 status_t err = FuncPolicy::FindData(msg, "item", TypeCode, 0, in MessageItemTest2()
259 type_code TypeCode,
[all …]
H A DMessageFlattenableItemTest.h41 virtual type_code TypeCode() const { return MY_FLATTENABLE_TYPE; } in TypeCode() function
/haiku/src/kits/support/
H A DFlattenable.cpp35 return (TypeCode() == code); in AllowsTypeCode()
/haiku/headers/os/support/
H A DFlattenable.h15 virtual type_code TypeCode() const = 0;
H A DStringList.h70 virtual type_code TypeCode() const;
/haiku/headers/private/notification/
H A DAppUsage.h32 virtual type_code TypeCode() const;
H A DNotificationReceived.h26 virtual type_code TypeCode() const;
/haiku/src/tests/kits/app/bpropertyinfo/
H A DPropertyFlattenTest.cpp61 assert(propTest->TypeCode() == B_PROPERTY_INFO_TYPE); in TestProperty()
/haiku/src/servers/notification/
H A DAppUsage.cpp83 AppUsage::TypeCode() const in TypeCode() function in AppUsage
H A DNotificationReceived.cpp91 NotificationReceived::TypeCode() const in TypeCode() function in NotificationReceived
/haiku/headers/os/storage/
H A DPath.h61 virtual type_code TypeCode() const;
/haiku/docs/user/support/
H A DFlattenable.dox51 constant, such as 'STRI'. Implement TypeCode() to return the type you
66 type_code TypeCode() const { return CUSTOM_STRING_TYPE; };
128 \fn virtual type_code BFlattenable::TypeCode() const
173 returned by TypeCode().
/haiku/headers/os/app/
H A DPropertyInfo.h67 virtual type_code TypeCode() const;
/haiku/src/system/kernel/messaging/
H A DKMessage.cpp311 if ((type == B_ANY_TYPE || field->TypeCode() == type) in FindField()
361 if (field.TypeCode() != type) in AddData()
385 if (field.TypeCode() != type) in AddArray()
408 if (field.TypeCode() != type || !field.HasFixedElementSize() in SetData()
660 type_code type = field.TypeCode(); in Dump()
1056 KMessageField::TypeCode() const in TypeCode() function in KMessageField
/haiku/headers/os/media/
H A DParameterWeb.h96 virtual type_code TypeCode() const;
166 virtual type_code TypeCode() const;
245 virtual type_code TypeCode() const;
H A DMediaAddOn.h79 virtual type_code TypeCode() const;
/haiku/headers/private/netservices/
H A DNetworkCookieJar.h70 virtual type_code TypeCode() const;
/haiku/src/kits/media/
H A DParameterWeb.cpp462 BParameterWeb::TypeCode() const in TypeCode() function in BParameterWeb
558 return code == TypeCode(); in AllowsTypeCode()
626 status_t status = group->Unflatten(group->TypeCode(), buffer, in Unflatten()
860 BParameterGroup::TypeCode() const in TypeCode() function in BParameterGroup
993 write_to_buffer<type_code>(&buffer, group->TypeCode()); in Flatten()
1015 return code == TypeCode(); in AllowsTypeCode()
1107 status_t status = parameter->Unflatten(parameter->TypeCode(), buffer, in Unflatten()
1512 BParameter::TypeCode() const in TypeCode() function in BParameter
1612 return code == TypeCode(); in AllowsTypeCode()
H A DControllable.cpp276 reply.code = fWeb->TypeCode(); in HandleMessage()
/haiku/docs/user/app/
H A DPropertyInfo.dox188 \fn type_code BPropertyInfo::TypeCode() const
191 \see BFlattenable::TypeCode()
/haiku/headers/os/net/
H A DNetworkAddress.h126 virtual type_code TypeCode() const;
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp892 node.ReadAttr(attribute.String(), fManifest.TypeCode(), 0, in _ReadManifest()
894 fManifest.Unflatten(fManifest.TypeCode(), flatmanifest, info.size); in _ReadManifest()
917 fManifest.TypeCode(), 0, flatmanifest, manifestsize); in _WriteManifest()
/haiku/src/kits/app/
H A DMessageAdapter.cpp310 if (field.TypeCode() == B_MESSAGE_TYPE) { in _ConvertFromKMessage()
323 field.TypeCode(), data, size, in _ConvertFromKMessage()
327 result = toMessage->AddData(field.Name(), field.TypeCode(), in _ConvertFromKMessage()
/haiku/src/kits/interface/
H A DAffineTransform.cpp85 BAffineTransform::TypeCode() const in TypeCode() function in BAffineTransform
121 || code != BAffineTransform::TypeCode()) { in Unflatten()
/haiku/src/build/libbe/app/
H A DMessage.cpp1846 error = AddData(name, object->TypeCode(), buffer, size, false); in AddFlat()
2047 status_t error = FindData(name, object->TypeCode(), index, in FindFlat()
2051 error = object->Unflatten(object->TypeCode(), data, numBytes); in FindFlat()
2197 error = ReplaceData(name, object->TypeCode(), index, &buffer, size); in ReplaceFlat()
2222 return HasData(name, object->TypeCode(), index); in HasFlat()

12