Searched refs:AllowsTypeCode (Results 1 - 20 of 20) sorted by relevance

/haiku/src/kits/support/
H A DFlattenable.cpp31 // AllowsTypeCode
33 BFlattenable::AllowsTypeCode(type_code code) const function in class:BFlattenable
H A DStringList.cpp365 BStringList::AllowsTypeCode(type_code code) const function in class:BStringList
/haiku/src/tests/kits/app/bpropertyinfo/
H A DPropertyFlattenTest.cpp62 assert(propTest->AllowsTypeCode(B_PROPERTY_INFO_TYPE));
63 assert(!propTest->AllowsTypeCode(B_TIME_TYPE));
/haiku/headers/os/support/
H A DFlattenable.h18 virtual bool AllowsTypeCode(type_code code) const;
H A DStringList.h71 virtual bool AllowsTypeCode(type_code code) const;
/haiku/headers/private/notification/
H A DNotificationReceived.h22 virtual bool AllowsTypeCode(type_code code) const;
H A DAppUsage.h28 virtual bool AllowsTypeCode(type_code code) const;
/haiku/src/servers/notification/
H A DAppUsage.cpp42 AppUsage::AllowsTypeCode(type_code code) const function in class:AppUsage
H A DNotificationReceived.cpp48 NotificationReceived::AllowsTypeCode(type_code code) const function in class:NotificationReceived
/haiku/headers/os/storage/
H A DPath.h64 virtual bool AllowsTypeCode(type_code code) const;
/haiku/headers/os/app/
H A DPropertyInfo.h70 virtual bool AllowsTypeCode(type_code code) const;
/haiku/headers/os/media/
H A DParameterWeb.h99 virtual bool AllowsTypeCode(type_code code) const;
169 virtual bool AllowsTypeCode(type_code code) const;
248 virtual bool AllowsTypeCode(type_code code) const;
/haiku/src/tests/kits/app/bmessage/
H A DMessageFlattenableItemTest.h75 if (!AllowsTypeCode(code))
/haiku/headers/private/netservices/
H A DNetworkCookieJar.h74 virtual bool AllowsTypeCode(type_code code) const;
/haiku/src/kits/media/
H A DParameterWeb.cpp556 BParameterWeb::AllowsTypeCode(type_code code) const function in class:BParameterWeb
567 if (!AllowsTypeCode(code)) {
1013 BParameterGroup::AllowsTypeCode(type_code code) const function in class:BParameterGroup
1024 if (!AllowsTypeCode(code)) {
1610 BParameter::AllowsTypeCode(type_code code) const function in class:BParameter
1621 if (!AllowsTypeCode(code)) {
1927 if (!AllowsTypeCode(code)) {
2171 if (!AllowsTypeCode(code)) {
2313 if (!AllowsTypeCode(code)) {
/haiku/src/tests/kits/storage/
H A DPathTest.cpp1308 // 1. trivial methods (IsFixedSize(), TypeCode(), AllowsTypeCode)
1314 CPPUNIT_ASSERT( path.AllowsTypeCode(B_REF_TYPE) == true );
1315 CPPUNIT_ASSERT( path.AllowsTypeCode(B_STRING_TYPE) == false );
1316 CPPUNIT_ASSERT( path.AllowsTypeCode(B_FLOAT_TYPE) == false );
1323 CPPUNIT_ASSERT( path.AllowsTypeCode(B_REF_TYPE) == true );
1324 CPPUNIT_ASSERT( path.AllowsTypeCode(B_STRING_TYPE) == false );
1325 CPPUNIT_ASSERT( path.AllowsTypeCode(B_FLOAT_TYPE) == false );
/haiku/src/kits/app/
H A DPropertyInfo.cpp252 BPropertyInfo::AllowsTypeCode(type_code code) const function in class:BPropertyInfo
262 if (!AllowsTypeCode(code))
/haiku/src/kits/storage/
H A DPath.cpp460 BPath::AllowsTypeCode(type_code code) const function in class:BPath
/haiku/src/kits/network/libnetservices/
H A DNetworkCookieJar.cpp350 BNetworkCookieJar::AllowsTypeCode(type_code) const function in class:BNetworkCookieJar
/haiku/src/kits/network/libnetapi/
H A DNetworkAddress.cpp1144 if (!AllowsTypeCode(code))

Completed in 205 milliseconds