Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dsource_map.cpp49 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()
65 * [row:col]->[afterRow:afterColumn] in Find()
71 if (!isColPrecise && isRightBig && right > 0 && afterPos_[right].afterRow < row) { in Find()
215 nowPos_.afterRow++, nowPos_.afterColumn = 0; in Init()
239 afterPos_.push_back({ nowPos_.beforeRow, nowPos_.beforeColumn, nowPos_.afterRow, nowPos_.afterColumn, in Init()
288 curMapData->nowPos_.afterRow++, in MergeInit()
315 curMapData->nowPos_.afterRow, in MergeInit()
H A Dsource_map.h32 int32_t afterRow = 0; member
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp262 curMapData->nowPos_.afterRow++, in ExtractSourceMapData()
290 curMapData->nowPos_.afterRow, in ExtractSourceMapData()
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()
/foundation/ability/ability_runtime/js_environment/test/unittest/source_map_test/
H A Dsource_map_test.cpp186 mapInfo.afterRow = 166; in HWTEST_F()
215 mapInfo.afterRow = i; in HWTEST_F()
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map.h37 int32_t afterRow = 0; member

Completed in 4 milliseconds