Searched refs:TypeValue (Results 1 – 1 of 1) sorted by relevance
351 struct TypeValue struct353 TypeValue() : type() {} in TypeValue() function354 TypeValue(const char *type) : type(type) {} in TypeValue() function356 bool operator==(const TypeValue &value) in operator ==() argument367 static status_t Set(BAppFileInfo &info, const TypeValue &value) in Set() argument376 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 …]