Home
last modified time | relevance | path

Searched refs:VlqRevCode (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
H A Dsource_map_test.cpp190 bool VlqRevCode(const std::string &vStr, std::vector<int32_t> &ans) in VlqRevCode() function in panda::ecmascript::SourceMapFriend
192 return sourceMap.VlqRevCode(vStr, ans); in VlqRevCode()
465 EXPECT_TRUE(sourceMapFriend.VlqRevCode(vStr, ans)); in HWTEST_F_L0()
468 EXPECT_TRUE(sourceMapFriend.VlqRevCode(vStr, ans)); in HWTEST_F_L0()
472 EXPECT_FALSE(sourceMapFriend.VlqRevCode(vStr, ans)); in HWTEST_F_L0()
475 EXPECT_TRUE(sourceMapFriend.VlqRevCode(vStr, ans)); in HWTEST_F_L0()
478 EXPECT_TRUE(sourceMapFriend.VlqRevCode(vStr, ans)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dsource_map.h83 bool VlqRevCode(const std::string& vStr, std::vector<int32_t>& ans);
H A Dsource_map.cpp167 if (!VlqRevCode(mapping, ans)) { in ExtractSourceMapData()
301 bool SourceMap::VlqRevCode(const std::string& vStr, std::vector<int32_t>& ans) in VlqRevCode() function in panda::ecmascript::SourceMap

Completed in 3 milliseconds