Searched refs:VlqRevCode (Results 1 – 5 of 5) sorted by relevance
217 if (!VlqRevCode(mapping, ans)) { in Init()291 if (!VlqRevCode(mapping, ans)) { in MergeInit()370 bool RevSourceMap::VlqRevCode(const std::string& vStr, std::vector<int32_t>& ans) in VlqRevCode() function in OHOS::Ace::Framework::RevSourceMap
65 static bool VlqRevCode(const std::string& vStr, std::vector<int32_t>& ans);
360 bool ret = revSourceMap.VlqRevCode(vStr, ans);367 bool ret2 = revSourceMap.VlqRevCode(vStr2, ans);
91 bool VlqRevCode(const std::string& vStr, std::vector<int32_t>& ans);
268 if (!VlqRevCode(mapping, ans)) { in ExtractSourceMapData()430 bool SourceMap::VlqRevCode(const std::string& vStr, std::vector<int32_t>& ans) in VlqRevCode() function in OHOS::JsEnv::SourceMap