Home
last modified time | relevance | path

Searched defs:endColumn (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/tooling/inspector/
Dsource_manager.cpp62 auto endColumn = sourceCode.size() - sourceCode.rfind('\n', sourceCode.size() - 2) - 2; in GetDebugInfo() local
/arkcompiler/toolchain/tooling/base/
Dpt_events.h321 ScriptFailedToParse &SetEndColumn(int32_t endColumn) in SetEndColumn()
573 ScriptParsed &SetEndColumn(int32_t endColumn) in SetEndColumn()