Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dsource_map.cpp198 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 Dsource_map.h43 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 Dsource_map_test.cpp170 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