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

/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp350 // TypeValue
351 struct TypeValue struct
353 TypeValue() : type() {} function in struct:TypeValue
354 TypeValue(const char *type) : type(type) {} function in struct:TypeValue
356 bool operator==(const TypeValue &value)
367 static status_t Set(BAppFileInfo &info, const TypeValue &value)
376 static status_t Get(BAppFileInfo &info, TypeValue &value)
389 static void CheckAttribute(BNode &file, const TypeValue &value)
395 static void CheckResource(BFile &file, const TypeValue &value)
403 typedef TypeValue SignatureValu
[all...]

Completed in 12 milliseconds