Home
last modified time | relevance | path

Searched refs:AllowsTypeCode (Results 1 – 24 of 24) sorted by relevance

/haiku/src/tests/kits/app/bpropertyinfo/
H A DPropertyFlattenTest.cpp62 assert(propTest->AllowsTypeCode(B_PROPERTY_INFO_TYPE)); in TestProperty()
63 assert(!propTest->AllowsTypeCode(B_TIME_TYPE)); in TestProperty()
/haiku/src/kits/support/
H A DFlattenable.cpp33 BFlattenable::AllowsTypeCode(type_code code) const in AllowsTypeCode() function in BFlattenable
H A DStringList.cpp365 BStringList::AllowsTypeCode(type_code code) const in AllowsTypeCode() function in BStringList
/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 DAppUsage.h28 virtual bool AllowsTypeCode(type_code code) const;
H A DNotificationReceived.h22 virtual bool AllowsTypeCode(type_code code) const;
/haiku/src/servers/notification/
H A DAppUsage.cpp42 AppUsage::AllowsTypeCode(type_code code) const in AllowsTypeCode() function in AppUsage
H A DNotificationReceived.cpp48 NotificationReceived::AllowsTypeCode(type_code code) const in AllowsTypeCode() function in 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/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 in AllowsTypeCode() function in BParameterWeb
567 if (!AllowsTypeCode(code)) { in Unflatten()
1013 BParameterGroup::AllowsTypeCode(type_code code) const in AllowsTypeCode() function in BParameterGroup
1024 if (!AllowsTypeCode(code)) { in Unflatten()
1610 BParameter::AllowsTypeCode(type_code code) const in AllowsTypeCode() function in BParameter
1621 if (!AllowsTypeCode(code)) { in Unflatten()
1927 if (!AllowsTypeCode(code)) { in Unflatten()
2171 if (!AllowsTypeCode(code)) { in Unflatten()
2313 if (!AllowsTypeCode(code)) { in Unflatten()
/haiku/docs/user/app/
H A DPropertyInfo.dox217 \fn bool BPropertyInfo::AllowsTypeCode(type_code code) const
221 \see BFlattenable::AllowsTypeCode()
/haiku/src/tests/kits/app/bmessage/
H A DMessageFlattenableItemTest.h75 if (!AllowsTypeCode(code)) in Unflatten()
/haiku/src/tests/kits/storage/
H A DPathTest.cpp1314 CPPUNIT_ASSERT( path.AllowsTypeCode(B_REF_TYPE) == true ); in FlattenableTest()
1315 CPPUNIT_ASSERT( path.AllowsTypeCode(B_STRING_TYPE) == false ); in FlattenableTest()
1316 CPPUNIT_ASSERT( path.AllowsTypeCode(B_FLOAT_TYPE) == false ); in FlattenableTest()
1323 CPPUNIT_ASSERT( path.AllowsTypeCode(B_REF_TYPE) == true ); in FlattenableTest()
1324 CPPUNIT_ASSERT( path.AllowsTypeCode(B_STRING_TYPE) == false ); in FlattenableTest()
1325 CPPUNIT_ASSERT( path.AllowsTypeCode(B_FLOAT_TYPE) == false ); in FlattenableTest()
/haiku/src/kits/app/
H A DPropertyInfo.cpp252 BPropertyInfo::AllowsTypeCode(type_code code) const in AllowsTypeCode() function in BPropertyInfo
262 if (!AllowsTypeCode(code)) in Unflatten()
/haiku/src/kits/storage/
H A DPath.cpp460 BPath::AllowsTypeCode(type_code code) const in AllowsTypeCode() function in BPath
/haiku/docs/user/storage/
H A DPath.dox491 \fn bool BPath::AllowsTypeCode(type_code code) const
492 \brief Implements BFlattenable::AllowsTypeCode(). Checks if type code is
/haiku/docs/user/support/
H A DStringList.dox421 \fn virtual virtual bool BStringList::AllowsTypeCode(type_code code) const
H A DFlattenable.dox169 \fn bool BFlattenable::AllowsTypeCode(type_code code) const
/haiku/src/kits/network/libnetservices/
H A DNetworkCookieJar.cpp350 BNetworkCookieJar::AllowsTypeCode(type_code) const in AllowsTypeCode() function in BNetworkCookieJar
/haiku/src/kits/network/libnetapi/
H A DNetworkAddress.cpp1144 if (!AllowsTypeCode(code)) in Unflatten()