Home
last modified time | relevance | path

Searched defs:classMethods (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dvtable_builder_base-inl.h100 auto classMethods = allocator_.New<ArenaForwardList<MethodInfo>>(allocator_.Adapter()); in AddClassMethods() local
120 auto classMethods = allocator_.New<ArenaForwardList<MethodInfo>>(allocator_.Adapter()); in AddClassMethods() local
/arkcompiler/runtime_core/libabckit/tests/internal/implementation_api/
Dabc_stuff.cpp32 std::vector<const char *> classMethods = {}; member
Dgraph_stuff.cpp32 std::vector<const char *> classMethods = {}; member
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DASTAutofixer.ts2065 const classMethods: ts.ClassElement[] = []; constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts2120 const classMethods: (ts.MethodDeclaration | ts.AccessorDeclaration)[] = []; constant