Home
last modified time | relevance | path

Searched refs:vStr (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dsource_map.cpp373 bool RevSourceMap::VlqRevCode(const std::string& vStr, std::vector<int32_t>& ans) in VlqRevCode() argument
375 if (vStr.size() == 0) { in VlqRevCode()
388 for (uint32_t i = 0; i < vStr.size(); i++) { in VlqRevCode()
389 uint32_t digit = Base64CharToInt(vStr[i]); in VlqRevCode()
H A Dsource_map.h65 static bool VlqRevCode(const std::string& vStr, std::vector<int32_t>& ans);
/foundation/arkui/ace_engine/test/unittest/bridge/common/sourcemap/
H A Dsource_map_test.cpp355 * @tc.steps: step1. VlqRevCode vStr.size() == 0 in HWTEST_F()
358 std::string vStr = ""; in HWTEST_F() local
360 bool ret = revSourceMap.VlqRevCode(vStr, ans); in HWTEST_F()
364 * @tc.steps: step2. VlqRevCode vStr.size() != 0,include invalid char in HWTEST_F()
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map.h91 bool VlqRevCode(const std::string& vStr, std::vector<int32_t>& ans);
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp430 bool SourceMap::VlqRevCode(const std::string& vStr, std::vector<int32_t>& ans) in VlqRevCode() argument
442 for (uint32_t i = 0; i < vStr.size(); i++) { in VlqRevCode()
443 uint32_t digit = Base64CharToInt(vStr[i]); in VlqRevCode()

Completed in 4 milliseconds