Home
last modified time | relevance | path

Searched refs:coreAnnotationInterfaceToArktsAnnotationInterface (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libabckit/tests/null_args_tests/
Dnull_args_tests_ArktsInspectApiImpl_0.cpp130 TEST_F(LibAbcKitNullptrTestsArktsInspectApiImpl0, coreAnnotationInterfaceToArktsAnnotationInterface) in TEST_F() argument
132 …helpers_nullptr::TestNullptr(g_arktsInspectApiImp->coreAnnotationInterfaceToArktsAnnotationInterfa… in TEST_F()
/arkcompiler/runtime_core/libabckit/tests/wrong_ctx_tests/
Dwrong_ctx_tests_ArktsInspectApiImpl_0.cpp149 TEST_F(LibAbcKitWrongCtxTestsArktsInspectApiImpl0, coreAnnotationInterfaceToArktsAnnotationInterfac… in TEST_F() argument
151 …lpers_wrong_ctx::TestWrongCtx(g_arktsInspectApiImp->coreAnnotationInterfaceToArktsAnnotationInterf… in TEST_F()
/arkcompiler/runtime_core/libabckit/include/cpp/headers/arkts/
Dannotation_interface_impl.h29 …auto ret = GetApiConfig()->cArktsIapi_->coreAnnotationInterfaceToArktsAnnotationInterface(GetView(… in TargetCast()
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/modify_api/annotations/
Dannotations_test.cpp114 annoCreateParams.ai = g_implArkI->coreAnnotationInterfaceToArktsAnnotationInterface(af.ai); in ModifyClassAddAnnotation()
206 annoCreateParams.ai = g_implArkI->coreAnnotationInterfaceToArktsAnnotationInterface(af.ai); in ModifyFunctionAddAnnotation()
478 … g_implArkI->coreAnnotationInterfaceToArktsAnnotationInterface(af.ai), &annoFieldCreateParams); in ModifyAnnotationInterfaceAddField()
559 g_implArkI->coreAnnotationInterfaceToArktsAnnotationInterface(af.ai), in ModifyAnnotationInterfaceRemoveField()
624 g_implArkI->coreAnnotationInterfaceToArktsAnnotationInterface(af.ai), in TestAnnotationInterfaceRemoveField()
630 …mplArkM->annotationInterfaceRemoveField(g_implArkI->coreAnnotationInterfaceToArktsAnnotationInterf… in TestAnnotationInterfaceRemoveField()
688 annoCreateParams.ai = g_implArkI->coreAnnotationInterfaceToArktsAnnotationInterface(ai); in TEST_F()
820 annoCreateParams.ai = g_implArkI->coreAnnotationInterfaceToArktsAnnotationInterface(ai); in TEST_F()
1023 …mplArkM->annotationInterfaceRemoveField(g_implArkI->coreAnnotationInterfaceToArktsAnnotationInterf… in TEST_F()
/arkcompiler/runtime_core/libabckit/include/c/extensions/arkts/
Dmetadata_arkts.h305 AbckitArktsAnnotationInterface *(*coreAnnotationInterfaceToArktsAnnotationInterface)( member
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/inspect_api/api_casts/
Dapi_casts.cpp73 g_implArktsI->coreAnnotationInterfaceToArktsAnnotationInterface(annoI); in ProcessAnnotationInterface()