Searched refs:imageUrlMap_ (Results 1 – 2 of 2) sorted by relevance
216 std::unordered_map<std::string, std::string> imageUrlMap_; variable
798 auto iter = imageUrlMap_.find(splitStr + themeArray[mode]); in GetResImageUrl()799 if (iter != imageUrlMap_.end()) { in GetResImageUrl()824 imageUrlMap_.emplace(splitStr + themeArray[mode], imagePath); in GetResImageUrl()