| /arkcompiler/runtime_core/static_core/plugins/ets/tests/nark/nark_gtest/ |
| D | nark_gtest.h | 105 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/ |
| D | containers_test_helper.h | 56 #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/ |
| D | AstVisitor.h | 27 #define DECLARE_CLASSES(nodeType, className) class className; argument 45 #define DECLARE_CLASSES(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument
|
| D | IterateAstVisitor.h | 52 #define DECLARE_CLASSES(nodeType, className) \ argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| D | remote_object_type.h | 42 std::string className; member 48 std::string className; member 54 std::string className; member
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astNode.h | 56 #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/ |
| D | KeepParameterUtils.ts | 73 const className: Identifier | undefined = parentNode.parent.name; constant
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_update_statements.cpp | 59 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/ |
| D | js_watch_set_type_test.h | 227 std::string className = ""; in RecvWatchSubtypeInfo() local 278 std::string className = ""; in RecvWatchObjectInfo() local
|
| D | js_watch_other_type_test.h | 121 std::string className = ""; in RecvWatchSubtypeInfo() local 172 std::string className = ""; in RecvWatchFunctionInfo() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astNode.h | 47 #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/ |
| D | ets_annotation.cpp | 33 const char *className = utf::Mutf8AsCString(pf.GetStringData(ada.GetClassId()).data); in FindAsyncAnnotation() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | variable.h | 42 #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/ |
| D | get_test_class.cpp | 25 EtsClass *GetTestClass(const char *source, const char *className, const std::string &sourceFilename) in GetTestClass()
|
| D | ets_field_test.cpp | 71 static void TestFieldMethods(const char *source, const char *className, const char *fieldName, in TestFieldMethods()
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/keepPaths/SourceCode/ |
| D | keep-file2.ts | 33 className: string; property in Classroom
|
| /arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/ |
| D | header_writer.cpp | 68 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/ |
| D | ets_mangle.cpp | 61 std::string MangleMethodName(const std::string &className, const std::string &methodName) in MangleMethodName()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_stacktrace_element.h | 44 inline void SetClassName(EtsString *className) in SetClassName()
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/scan_subclasses/dynamic/ |
| D | subclasses_scanner.h | 27 std::string className; member
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/parameter_check/dynamic/ |
| D | api_modifier.h | 25 std::string className; member
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/annotations/ |
| D | mutiple_annotations_for_class.cpp | 55 const std::string className = "A"; in CheckClassAnnotations() local
|
| D | standard_test.cpp | 66 const std::string className = "MyClass"; in CheckClassAnnotations() local
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| D | abc2program_key_data.cpp | 64 std::string className = GetFullRecordNameById(methodAccessor.GetClassId()); in GetFullFunctionNameById() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/map_mirror_classes/ |
| D | test_map_mirror_classes.cpp | 31 static void CheckOffsetOfFields(const char *className, const std::vector<MemberInfo> &membersList) in CheckOffsetOfFields()
|