Home
last modified time | relevance | path

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

/developtools/global_resource_tool/include/
Dconfig_parser.h79 bool ParseJsonStringRef(Json::Value &parent, const std::string &key, Json::Value &node);
/developtools/global_resource_tool/src/
Dconfig_parser.cpp331 return ParseJsonStringRef(parent, key, node); in ParseRefImpl()
359 bool ConfigParser::ParseJsonStringRef(Json::Value &parent, const string &key, Json::Value &node) in ParseJsonStringRef() function in OHOS::Global::Restool::ConfigParser