/haiku/src/tests/kits/app/bpropertyinfo/ |
H A D | PropertyFlattenTest.cpp | 62 assert(propTest->AllowsTypeCode(B_PROPERTY_INFO_TYPE)); in TestProperty() 63 assert(!propTest->AllowsTypeCode(B_TIME_TYPE)); in TestProperty()
|
/haiku/src/kits/support/ |
H A D | Flattenable.cpp | 33 BFlattenable::AllowsTypeCode(type_code code) const in AllowsTypeCode() function in BFlattenable
|
H A D | StringList.cpp | 365 BStringList::AllowsTypeCode(type_code code) const in AllowsTypeCode() function in BStringList
|
/haiku/headers/os/support/ |
H A D | Flattenable.h | 18 virtual bool AllowsTypeCode(type_code code) const;
|
H A D | StringList.h | 71 virtual bool AllowsTypeCode(type_code code) const;
|
/haiku/headers/private/notification/ |
H A D | AppUsage.h | 28 virtual bool AllowsTypeCode(type_code code) const;
|
H A D | NotificationReceived.h | 22 virtual bool AllowsTypeCode(type_code code) const;
|
/haiku/src/servers/notification/ |
H A D | AppUsage.cpp | 42 AppUsage::AllowsTypeCode(type_code code) const in AllowsTypeCode() function in AppUsage
|
H A D | NotificationReceived.cpp | 48 NotificationReceived::AllowsTypeCode(type_code code) const in AllowsTypeCode() function in NotificationReceived
|
/haiku/headers/os/storage/ |
H A D | Path.h | 64 virtual bool AllowsTypeCode(type_code code) const;
|
/haiku/headers/os/app/ |
H A D | PropertyInfo.h | 70 virtual bool AllowsTypeCode(type_code code) const;
|
/haiku/headers/os/media/ |
H A D | ParameterWeb.h | 99 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 D | NetworkCookieJar.h | 74 virtual bool AllowsTypeCode(type_code code) const;
|
/haiku/src/kits/media/ |
H A D | ParameterWeb.cpp | 556 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 D | PropertyInfo.dox | 217 \fn bool BPropertyInfo::AllowsTypeCode(type_code code) const 221 \see BFlattenable::AllowsTypeCode()
|
/haiku/src/tests/kits/app/bmessage/ |
H A D | MessageFlattenableItemTest.h | 75 if (!AllowsTypeCode(code)) in Unflatten()
|
/haiku/src/tests/kits/storage/ |
H A D | PathTest.cpp | 1314 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 D | PropertyInfo.cpp | 252 BPropertyInfo::AllowsTypeCode(type_code code) const in AllowsTypeCode() function in BPropertyInfo 262 if (!AllowsTypeCode(code)) in Unflatten()
|
/haiku/src/kits/storage/ |
H A D | Path.cpp | 460 BPath::AllowsTypeCode(type_code code) const in AllowsTypeCode() function in BPath
|
/haiku/docs/user/storage/ |
H A D | Path.dox | 491 \fn bool BPath::AllowsTypeCode(type_code code) const 492 \brief Implements BFlattenable::AllowsTypeCode(). Checks if type code is
|
/haiku/docs/user/support/ |
H A D | StringList.dox | 421 \fn virtual virtual bool BStringList::AllowsTypeCode(type_code code) const
|
H A D | Flattenable.dox | 169 \fn bool BFlattenable::AllowsTypeCode(type_code code) const
|
/haiku/src/kits/network/libnetservices/ |
H A D | NetworkCookieJar.cpp | 350 BNetworkCookieJar::AllowsTypeCode(type_code) const in AllowsTypeCode() function in BNetworkCookieJar
|
/haiku/src/kits/network/libnetapi/ |
H A D | NetworkAddress.cpp | 1144 if (!AllowsTypeCode(code)) in Unflatten()
|