/haiku/src/tests/kits/app/bmessage/ |
H A D | MessageItemTest.h | 27 #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 D | MessageFlattenableItemTest.h | 41 virtual type_code TypeCode() const { return MY_FLATTENABLE_TYPE; } in TypeCode() function
|
/haiku/src/kits/support/ |
H A D | Flattenable.cpp | 35 return (TypeCode() == code); in AllowsTypeCode()
|
/haiku/headers/os/support/ |
H A D | Flattenable.h | 15 virtual type_code TypeCode() const = 0;
|
H A D | StringList.h | 70 virtual type_code TypeCode() const;
|
/haiku/headers/private/notification/ |
H A D | AppUsage.h | 32 virtual type_code TypeCode() const;
|
H A D | NotificationReceived.h | 26 virtual type_code TypeCode() const;
|
/haiku/src/tests/kits/app/bpropertyinfo/ |
H A D | PropertyFlattenTest.cpp | 61 assert(propTest->TypeCode() == B_PROPERTY_INFO_TYPE); in TestProperty()
|
/haiku/src/servers/notification/ |
H A D | AppUsage.cpp | 83 AppUsage::TypeCode() const in TypeCode() function in AppUsage
|
H A D | NotificationReceived.cpp | 91 NotificationReceived::TypeCode() const in TypeCode() function in NotificationReceived
|
/haiku/headers/os/storage/ |
H A D | Path.h | 61 virtual type_code TypeCode() const;
|
/haiku/docs/user/support/ |
H A D | Flattenable.dox | 51 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 D | PropertyInfo.h | 67 virtual type_code TypeCode() const;
|
/haiku/src/system/kernel/messaging/ |
H A D | KMessage.cpp | 311 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 D | ParameterWeb.h | 96 virtual type_code TypeCode() const; 166 virtual type_code TypeCode() const; 245 virtual type_code TypeCode() const;
|
H A D | MediaAddOn.h | 79 virtual type_code TypeCode() const;
|
/haiku/headers/private/netservices/ |
H A D | NetworkCookieJar.h | 70 virtual type_code TypeCode() const;
|
/haiku/src/kits/media/ |
H A D | ParameterWeb.cpp | 462 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 D | Controllable.cpp | 276 reply.code = fWeb->TypeCode(); in HandleMessage()
|
/haiku/docs/user/app/ |
H A D | PropertyInfo.dox | 188 \fn type_code BPropertyInfo::TypeCode() const 191 \see BFlattenable::TypeCode()
|
/haiku/headers/os/net/ |
H A D | NetworkAddress.h | 126 virtual type_code TypeCode() const;
|
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/ |
H A D | POP3.cpp | 892 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 D | MessageAdapter.cpp | 310 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 D | AffineTransform.cpp | 85 BAffineTransform::TypeCode() const in TypeCode() function in BAffineTransform 121 || code != BAffineTransform::TypeCode()) { in Unflatten()
|
/haiku/src/build/libbe/app/ |
H A D | Message.cpp | 1846 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()
|