Home
last modified time | relevance | path

Searched refs:afterPos_ (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/bridge/common/sourcemap/
H A Dsource_map_test.cpp65 revSourceMap.afterPos_.emplace_back(sourceMapInfo); in HWTEST_F()
68 revSourceMap.afterPos_.emplace_back(SourceMapInfo { 0, 0, 5, 0, 0, 0 }); in HWTEST_F()
71 revSourceMap.afterPos_.clear(); in HWTEST_F()
72 revSourceMap.afterPos_.emplace_back(SourceMapInfo { 0, 0, 5, 1, 0, 0 }); // 62line 0、1、1 in HWTEST_F()
75 revSourceMap.afterPos_.clear(); in HWTEST_F()
76 revSourceMap.afterPos_.emplace_back(SourceMapInfo { 0, 0, 4, 1, 0, 0 }); // 62line 1、1、0 in HWTEST_F()
103 revSourceMap.afterPos_.emplace_back(SourceMapInfo { 0, 0, 5, 1, 0, 0 }); in HWTEST_F()
104 revSourceMap.afterPos_.emplace_back(SourceMapInfo { 0, 0, 3, 1, 0, 0 }); in HWTEST_F()
105 revSourceMap.afterPos_.emplace_back(SourceMapInfo { 0, 0, 4, 1, 0, 0 }); in HWTEST_F()
114 revSourceMap.afterPos_[ in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dsource_map.cpp39 if (row < 1 || col < 1 || afterPos_.empty()) { in Find()
46 int32_t right = static_cast<int32_t>(afterPos_.size()) - 1; in Find()
49 if (row > afterPos_[afterPos_.size() - 1].afterRow) { in Find()
54 if ((afterPos_[mid].afterRow == row && afterPos_[mid].afterColumn > col) || afterPos_[mid].afterRow > row) { in Find()
71 if (!isColPrecise && isRightBig && right > 0 && afterPos_[right].afterRow < row) { in Find()
76 if (afterPos_[res].sourcesVal < 0 || afterPos_[re in Find()
[all...]
H A Dsource_map.h61 std::vector<SourceMapInfo> afterPos_; member in OHOS::Ace::Framework::final
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp287 curMapData->afterPos_.push_back({ in ExtractSourceMapData()
302 if (row < 1 || col < 1 || targetMap.afterPos_.empty() || targetMap.sources_[0].empty()) { in Find()
309 int32_t right = static_cast<int32_t>(targetMap.afterPos_.size()) - 1; in Find()
311 if (row > targetMap.afterPos_[targetMap.afterPos_.size() - 1].afterRow) { in Find()
316 if ((targetMap.afterPos_[mid].afterRow == row && targetMap.afterPos_[mid].afterColumn > col) || in Find()
317 targetMap.afterPos_[mid].afterRow > row) { in Find()
332 .row = targetMap.afterPos_[res].beforeRow + 1, in Find()
333 .col = targetMap.afterPos_[re in Find()
[all...]
/foundation/ability/ability_runtime/js_environment/test/unittest/source_map_test/
H A Dsource_map_test.cpp188 targetMap.afterPos_.emplace_back(mapInfo); in HWTEST_F()
217 targetMap.afterPos_.emplace_back(mapInfo); in HWTEST_F()
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map.h59 std::vector<SourceMapInfo> afterPos_; member in OHOS::JsEnv::final

Completed in 4 milliseconds