Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/module/
DsourceTextModuleRecord.h64 struct ExportEntry { struct
74 explicit ExportEntry(int moduleRequest) : moduleRequestIdx_(moduleRequest) {} in ExportEntry() function
75 ExportEntry(const util::StringView exportName, const util::StringView localName, in ExportEntry() function
79ExportEntry(const util::StringView exportName, const util::StringView importName, int moduleReques… in ExportEntry() argument
84 void SetAsConstant() in SetAsConstant()
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dmodule_record.h29 struct ExportEntry { struct
44 void AddExportEntry(const ExportEntry &export_entry); argument