Searched defs:IndexHeaderV2 (Results 1 – 1 of 1) sorted by relevance
78 struct IndexHeaderV2 { struct79 static const uint32_t INDEX_HEADER_LEN = VERSION_MAX_LEN + 12;80 int8_t version[VERSION_MAX_LEN];81 uint32_t length = 0;82 uint32_t keyCount = 0;83 uint32_t dataBlockOffset = 0;84 std::unordered_map<std::string, KeyConfig> keyConfigs; // <resConfig, KeyConfig>85 std::unordered_map<uint32_t, KeyConfig> idKeyConfigs; // <configId, KeyConfig>