Home
last modified time | relevance | path

Searched refs:JSON_STRING_IDS (Results 1 – 2 of 2) sorted by relevance

/developtools/global_resource_tool/src/
Dconfig_parser.cpp33 const map<string, string> ConfigParser::JSON_STRING_IDS = { member in OHOS::Global::Restool::ConfigParser
361 const auto &result = JSON_STRING_IDS.find(key); in ParseJsonStringRef()
362 if (result == JSON_STRING_IDS.end()) { in ParseJsonStringRef()
367 if (!GetRefIdFromString(value, update, JSON_STRING_IDS.at(key))) { in ParseJsonStringRef()
/developtools/global_resource_tool/include/
Dconfig_parser.h94 static const std::map<std::string, std::string> JSON_STRING_IDS; variable