Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/include/cpp/headers/arkts/
Dannotation_impl.h53 GetApiConfig()->cArktsIapi_->arktsAnnotationElementToCoreAnnotationElement(arktsAnni); in AddAndGetElementImpl()
76 …auto coreAnnoElenm = GetApiConfig()->cArktsIapi_->arktsAnnotationElementToCoreAnnotationElement(ar… in AddAnnotationElement()
/arkcompiler/runtime_core/libabckit/tests/null_args_tests/
Dnull_args_tests_ArktsInspectApiImpl_0.cpp39 TEST_F(LibAbcKitNullptrTestsArktsInspectApiImpl0, arktsAnnotationElementToCoreAnnotationElement) in TEST_F() argument
41 … helpers_nullptr::TestNullptr(g_arktsInspectApiImp->arktsAnnotationElementToCoreAnnotationElement); in TEST_F()
/arkcompiler/runtime_core/libabckit/tests/wrong_ctx_tests/
Dwrong_ctx_tests_ArktsInspectApiImpl_0.cpp100 TEST_F(LibAbcKitWrongCtxTestsArktsInspectApiImpl0, arktsAnnotationElementToCoreAnnotationElement) in TEST_F() argument
102 …helpers_wrong_ctx::TestWrongCtx(g_arktsInspectApiImp->arktsAnnotationElementToCoreAnnotationElemen… in TEST_F()
/arkcompiler/runtime_core/libabckit/include/c/extensions/arkts/
Dmetadata_arkts.h267 AbckitCoreAnnotationElement *(*arktsAnnotationElementToCoreAnnotationElement)( member
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/inspect_api/api_casts/
Dapi_casts.cpp42 g_implArktsI->arktsAnnotationElementToCoreAnnotationElement(annoArkTSelem); in ProcessAnnotationElement()
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/modify_api/annotations/
Dannotations_test.cpp309 … str1 = g_implI->annotationElementGetName(g_implArkI->arktsAnnotationElementToCoreAnnotationElemen… in ModifyAnnotationAddAnnotationElement()