Searched refs:MappingInfo (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
H A D | source_map.cpp | 198 MappingInfo SourceMap::Find(int32_t row, int32_t col, const SourceMapData& targetMap, bool& isReplaces) in Find() 202 return MappingInfo { 0, 0 }; in Find() 205 return MappingInfo { 0, 0 }; in Find() 215 return MappingInfo { row + 1, col + 1}; in Find() 227 return MappingInfo { targetMap.afterPos_[res].beforeRow + 1, targetMap.afterPos_[res].beforeColumn + 1 }; in Find() 389 MappingInfo mapInfo; in GetLineAndColumnNumbers()
|
H A D | source_map.h | 43 struct MappingInfo { struct 84 MappingInfo Find(int32_t row, int32_t col, const SourceMapData& targetMap, bool& isReplaces);
|
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/ |
H A D | source_map_test.cpp | 170 MappingInfo Find(int32_t row, int32_t col, const SourceMapData &targetMap, bool& isReplaces) in Find() 385 MappingInfo mappingInfo; in HWTEST_F_L0()
|
Completed in 3 milliseconds