Home
last modified time | relevance | path

Searched defs:Position (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/sendable_class/
Dsendable-class-field-type.ts24 interface Position {}; interface
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Ddynamic_lib.d.ts79 export interface Position { interface
/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dapi.h74 typedef struct Position { struct
78Position(unsigned int line_num = 0, unsigned int character_pos = 0) : line_(line_num), character_(… in line_() argument
79 } Position; typedef