Searched refs:limitKeyConfig (Results 1 – 1 of 1) sorted by relevance
234 LimitKeyConfig limitKeyConfig; in Prepare() local236 limitKeyConfig.keyCount = keyParams.size(); in Prepare()237 …pos += sizeof(limitKeyConfig.keyTag) + sizeof(limitKeyConfig.offset) + sizeof(limitKeyConfig.keyCo… in Prepare()239 limitKeyConfig.data.push_back(static_cast<int32_t>(keyParam.keyType)); in Prepare()240 limitKeyConfig.data.push_back(static_cast<int32_t>(keyParam.value)); in Prepare()243 limitKeyConfigs.emplace(config.first, limitKeyConfig); in Prepare()247 auto limitKeyConfig = limitKeyConfigs.find(config.first); in Prepare() local248 if (limitKeyConfig == limitKeyConfigs.end()) { in Prepare()252 limitKeyConfig->second.offset = pos; in Prepare()