Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/01_04_export_import_cases/export_declaration/
Dexport_declaration_01.ts24 export class className1 { class
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp381 bool EtsClass::IsInSamePackage(std::string_view className1, std::string_view className2) in IsInSamePackage()