Searched refs:ParseRefInString (Results 1 – 3 of 3) sorted by relevance
34 uint32_t ParseRefInString(std::string &value, bool &update) const;
146 uint32_t ReferenceParser::ParseRefInString(string &value, bool &update) const in ParseRefInString() function in OHOS::Global::Restool::ReferenceParser
438 if (refParser.ParseRefInString(value, update) != RESTOOL_SUCCESS) { in GetRefIdFromString()