Searched refs:limitKeyConfigs (Results 1 – 2 of 2) sorted by relevance
/developtools/global_resource_tool/src/ |
D | resource_table.cpp | 192 map<string, LimitKeyConfig> limitKeyConfigs; in SaveToResouorceIndex() local 194 if (!Prepare(configs, limitKeyConfigs, idSets, pos)) { in SaveToResouorceIndex() 212 SaveLimitKeyConfigs(limitKeyConfigs, outStreamHeader); in SaveToResouorceIndex() 230 map<string, LimitKeyConfig> &limitKeyConfigs, in Prepare() argument 243 limitKeyConfigs.emplace(config.first, limitKeyConfig); in Prepare() 247 auto limitKeyConfig = limitKeyConfigs.find(config.first); in Prepare() 248 if (limitKeyConfig == limitKeyConfigs.end()) { in Prepare() 312 void ResourceTable::SaveLimitKeyConfigs(const map<string, LimitKeyConfig> &limitKeyConfigs, ostring… in SaveLimitKeyConfigs() argument 314 for (const auto &iter : limitKeyConfigs) { in SaveLimitKeyConfigs()
|
/developtools/global_resource_tool/include/ |
D | resource_table.h | 68 std::map<std::string, LimitKeyConfig> &limitKeyConfigs, 73 void SaveLimitKeyConfigs(const std::map<std::string, LimitKeyConfig> &limitKeyConfigs,
|