Home
last modified time | relevance | path

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

/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp351 struct TypeValue struct
353 TypeValue() : type() {} in TypeValue() function
354 TypeValue(const char *type) : type(type) {} in TypeValue() function
356 bool operator==(const TypeValue &value) in operator ==() argument
367 static status_t Set(BAppFileInfo &info, const TypeValue &value) in Set() argument
376 static status_t Get(BAppFileInfo &info, TypeValue &value) in Get()
389 static void CheckAttribute(BNode &file, const TypeValue &value) in CheckAttribute()
395 static void CheckResource(BFile &file, const TypeValue &value) in CheckResource()
403 typedef TypeValue SignatureValue;
2743 InfoLocationTester<TypeValue, TypeSetter, TypeGetter, TypeChecker>( in InfoLocationTest()
[all …]