Home
last modified time | relevance | path

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

/haiku/src/kits/package/hpkg/
H A DReaderImplBase.cpp37 static const uint16 kAttributeTypes[B_HPKG_ATTRIBUTE_ID_ENUM_COUNT] = { variable
1200 if (type != kAttributeTypes[_id]) { in _ReadAttribute()
1203 fCurrentSection->name, type, _id, kAttributeTypes[_id]); in _ReadAttribute()