Searched refs:mapResourceValues_ (Results 1 – 2 of 2) sorted by relevance
422 mapResourceValues_[iter.first] = strValue; in SaveAllValue()428 mapResourceValues_[iter.first] = intValue; in SaveAllValue()433 mapResourceValues_[iter.first] = boolValue; in SaveAllValue()438 mapResourceValues_[iter.first] = strVector; in SaveAllValue()443 mapResourceValues_[iter.first] = intVector; in SaveAllValue()516 std::any_cast<std::string>(mapResourceValues_[iter.first]).c_str()); in ShowAllValue()520 std::any_cast<int32_t>(mapResourceValues_[iter.first])); in ShowAllValue()524 std::any_cast<bool>(mapResourceValues_[iter.first]) ? "true" : "false"); in ShowAllValue()528 std::any_cast<std::vector<std::string> &>(mapResourceValues_[iter.first]); in ShowAllValue()536 …d::vector<int32_t> &vecInt = std::any_cast<std::vector<int32_t> &>(mapResourceValues_[iter.first]); in ShowAllValue()[all …]
231 std::map<std::string, std::any> mapResourceValues_; variable252 auto itor = mapResourceValues_.find(name); in GetValueByName()253 if (itor == mapResourceValues_.end()) { in GetValueByName()