Searched refs:limitKeys (Results 1 – 2 of 2) sorted by relevance
/developtools/global_resource_tool/src/ |
D | resource_table.cpp | 124 map<int32_t, vector<KeyParam>> limitKeys; in LoadResTable() local 125 if (!ReadLimitKeys(in, limitKeys, indexHeader.limitKeyConfigSize, pos, length)) { in LoadResTable() 139 !ReadDataRecordStart(in, record, limitKeys, datas, resInfos)) { in LoadResTable() 349 bool ResourceTable::ReadLimitKeys(ifstream &in, map<int32_t, vector<KeyParam>> &limitKeys, in ReadLimitKeys() argument 380 limitKeys[limitKey.offset] = keyParams; in ReadLimitKeys() 438 const std::map<int32_t, std::vector<KeyParam>> &limitKeys, in ReadDataRecordStart() argument 474 if (limitKeys.find(idTableOffset->second.second) == limitKeys.end()) { in ReadDataRecordStart() 478 const vector<KeyParam> &keyparams = limitKeys.find(datas.find(offset)->second.second)->second; in ReadDataRecordStart()
|
/developtools/global_resource_tool/include/ |
D | resource_table.h | 77 bool ReadLimitKeys(std::ifstream &in, std::map<int32_t, std::vector<KeyParam>> &limitKeys, 83 const std::map<int32_t, std::vector<KeyParam>> &limitKeys,
|