Home
last modified time | relevance | path

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

/developtools/global_resource_tool/src/
Dreference_parser.cpp85 if (!ParseRefString(data, update)) { in ParseRefInResourceItem()
130 if (ParseRefString(value, update)) { in ParseRefInString()
174 if (!ParseRefString(content, flag)) { in ParseRefResourceItemData()
242 bool ReferenceParser::ParseRefString(string &key) const in ParseRefString() function in OHOS::Global::Restool::ReferenceParser
245 return ParseRefString(key, update); in ParseRefString()
248 bool ReferenceParser::ParseRefString(std::string &key, bool &update) const in ParseRefString() function in OHOS::Global::Restool::ReferenceParser
304 if (!ParseRefString(value, update)) { in ParseRefJsonImpl()
/developtools/global_resource_tool/include/
Dreference_parser.h41 bool ParseRefString(std::string &key) const;
42 bool ParseRefString(std::string &key, bool &update) const;