Home
last modified time | relevance | path

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

/developtools/global_resource_tool/src/
Dreference_parser.cpp92 if (!ParseRefString(data, update)) { in ParseRefInResourceItem()
148 if (ParseRefString(value, update)) { in ParseRefInString()
195 if (!ParseRefString(content, flag)) { in ParseRefResourceItemData()
264 bool ReferenceParser::ParseRefString(string &key) const in ParseRefString() function in OHOS::Global::Restool::ReferenceParser
267 return ParseRefString(key, update); in ParseRefString()
270 bool ReferenceParser::ParseRefString(std::string &key, bool &update) const in ParseRefString() function in OHOS::Global::Restool::ReferenceParser
324 if (!ParseRefString(value, update)) { in ParseRefJsonImpl()
/developtools/global_resource_tool/include/
Dreference_parser.h44 bool ParseRefString(std::string &key) const;
45 bool ParseRefString(std::string &key, bool &update) const;