Home
last modified time | relevance | path

Searched defs:className (Results 1 – 25 of 113) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/plugins/ets/tests/nark/nark_gtest/
Dnark_gtest.h105 static std::string GetFindClassFailureMsg(const std::string &className) in GetFindClassFailureMsg()
112 …static std::string GetFindMethodFailureMsg(const std::string &className, const std::string &method… in GetFindMethodFailureMsg()
122 auto className = "ETSGLOBAL"; in CallEtsFunctionImpl() local
137 auto className = "ETSGLOBAL"; in CallEtsNativeMethodImpl() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_test_helper.h56 #define CONTAINERS_API_EXCEPTION_TEST(className, methodName, callInfoName) \ argument
66 #define CONTAINERS_API_TYPE_MISMATCH_EXCEPTION_TEST(className, methodName) \ argument
/arkcompiler/ets_frontend/ets2panda/ir/visitor/
DAstVisitor.h27 #define DECLARE_CLASSES(nodeType, className) class className; argument
45 #define DECLARE_CLASSES(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument
DIterateAstVisitor.h52 #define DECLARE_CLASSES(nodeType, className) \ argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dremote_object_type.h42 std::string className; member
48 std::string className; member
54 std::string className; member
/arkcompiler/ets_frontend/ets2panda/ir/
DastNode.h56 #define DECLARE_NODE_TYPES(nodeType, className) nodeType, argument
77 #define DECLARE_CLASSES(nodeType, className) class className; /* CC-OFF(G.PRE.09) code gen*/ argument
102 #define DECLARE_IS_CHECKS(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument
156 #define DECLARE_AS_CASTS(nodeType, className) … in AST_NODE_REINTERPRET_MAPPING() argument
/arkcompiler/ets_frontend/arkguard/src/utils/
DKeepParameterUtils.ts73 const className: Identifier | undefined = parentNode.parent.name; constant
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_update_statements.cpp59 void createClassDeclaration(es2panda_Context *context, char *className, es2panda_AstNode *program) in createClassDeclaration()
117 std::string className = std::string("PluginClass"); in main() local
/arkcompiler/toolchain/tooling/test/testcases/
Djs_watch_set_type_test.h227 std::string className = ""; in RecvWatchSubtypeInfo() local
278 std::string className = ""; in RecvWatchObjectInfo() local
Djs_watch_other_type_test.h121 std::string className = ""; in RecvWatchSubtypeInfo() local
172 std::string className = ""; in RecvWatchFunctionInfo() local
/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h47 #define DECLARE_NODE_TYPES(nodeType, className) nodeType, argument
110 #define DECLARE_CLASSES(nodeType, className) class className; argument
130 #define DECLARE_IS_CHECKS(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument
160 #define DECLARE_AS_CASTS(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_annotation.cpp33 const char *className = utf::Mutf8AsCString(pf.GetStringData(ada.GetClassId()).data); in FindAsyncAnnotation() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvariable.h42 #define DECLARE_CLASSES(type, className) class className; // CC-OFF(G.PRE.02) name part argument
56 #define DECLARE_CHECKS_CASTS(variableType, className) \ in VARIABLE_TYPES() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dget_test_class.cpp25 EtsClass *GetTestClass(const char *source, const char *className, const std::string &sourceFilename) in GetTestClass()
Dets_field_test.cpp71 static void TestFieldMethods(const char *source, const char *className, const char *fieldName, in TestFieldMethods()
/arkcompiler/ets_frontend/arkguard/test/grammar/keepPaths/SourceCode/
Dkeep-file2.ts33 className: string; property in Classroom
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
Dheader_writer.cpp68 std::string className = utf::Mutf8AsCString(cda.GetDescriptor()); in PrintFunction() local
107 void HeaderWriter::PrintPrototype(const std::string &className, panda_file::MethodDataAccessor &mda… in PrintPrototype()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_mangle.cpp61 std::string MangleMethodName(const std::string &className, const std::string &methodName) in MangleMethodName()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_stacktrace_element.h44 inline void SetClassName(EtsString *className) in SetClassName()
/arkcompiler/runtime_core/libabckit/tests/scenarios/scan_subclasses/dynamic/
Dsubclasses_scanner.h27 std::string className; member
/arkcompiler/runtime_core/libabckit/tests/scenarios/parameter_check/dynamic/
Dapi_modifier.h25 std::string className; member
/arkcompiler/ets_frontend/ets2panda/test/unit/annotations/
Dmutiple_annotations_for_class.cpp55 const std::string className = "A"; in CheckClassAnnotations() local
Dstandard_test.cpp66 const std::string className = "MyClass"; in CheckClassAnnotations() local
/arkcompiler/runtime_core/static_core/abc2program/
Dabc2program_key_data.cpp64 std::string className = GetFullRecordNameById(methodAccessor.GetClassId()); in GetFullFunctionNameById() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/map_mirror_classes/
Dtest_map_mirror_classes.cpp31 static void CheckOffsetOfFields(const char *className, const std::vector<MemberInfo> &membersList) in CheckOffsetOfFields()

12345