Searched defs:IdSetHeader (Results 1 – 1 of 1) sorted by relevance
104 struct IdSetHeader { struct105 static const uint32_t ID_SET_HEADER_LEN = 16;106 int8_t idTag[TAG_LEN] = {'I', 'D', 'S', 'S'};107 uint32_t length = 0;108 uint32_t typeCount = 0;109 uint32_t idCount = 0;110 std::unordered_map<ResType, ResTypeHeader> resTypes; // <resType, ResTypeHeader>