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

/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp492 // SupportedTypesValue
493 struct SupportedTypesValue struct
495 SupportedTypesValue() : types() {} function in struct:SupportedTypesValue
496 SupportedTypesValue(const BMessage &types) : types(types) {} function in struct:SupportedTypesValue
497 SupportedTypesValue(const char **types, int32 count) function in struct:SupportedTypesValue
504 bool operator==(const SupportedTypesValue &value)
527 static status_t Set(BAppFileInfo &info, const SupportedTypesValue &value)
536 static status_t Get(BAppFileInfo &info, SupportedTypesValue &value)
545 static void CheckAttribute(BNode &file, const SupportedTypesValue &value)
553 SupportedTypesValue storedValu
[all...]

Completed in 81 milliseconds