Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dapi.h202 struct FieldListProperty { struct
209FieldListProperty(std::string k, std::optional<std::vector<std::string>> m, std::string d, size_t … in FieldListProperty() argument
/arkcompiler/ets_frontend/ets2panda/bindings/src/
DlspNode.ts320 export class FieldListProperty extends LspNode { class