Searched refs:mapResourceValues_ (Results 1 – 2 of 2) sorted by relevance
424 mapResourceValues_[iter.first] = strValue; in SaveAllValue()430 mapResourceValues_[iter.first] = intValue; in SaveAllValue()435 mapResourceValues_[iter.first] = boolValue; in SaveAllValue()440 mapResourceValues_[iter.first] = strVector; in SaveAllValue()445 mapResourceValues_[iter.first] = intVector; in SaveAllValue()565 auto itor = mapResourceValues_.find(name); in GetStringValueByName()566 if (itor == mapResourceValues_.end() || !itor->second.has_value()) { in GetStringValueByName()582 auto itor = mapResourceValues_.find(name); in GetStringArrayValueByName()593 auto itor = mapResourceValues_.find(name); in GetBooleanValueByName()604 auto itor = mapResourceValues_.find(name); in GetIntegerValueByName()[all …]
235 std::map<std::string, std::any> mapResourceValues_; variable