Home
last modified time | relevance | path

Searched defs:AbckitArktsAnnotationInterface (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libabckit/include/c/
Ddeclarations.h97 typedef struct AbckitArktsAnnotationInterface AbckitArktsAnnotationInterface; typedef
/arkcompiler/runtime_core/libabckit/src/
Dmetadata_inspect_impl.h82 struct AbckitArktsAnnotationInterface { struct
86 std::variant<panda::pandasm::Record *, ark::pandasm::Record *> impl;
88 ark::pandasm::Record *GetStaticImpl() in GetStaticImpl()
112 std::variant<std::unique_ptr<AbckitArktsAnnotationInterface>> impl; argument
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers_nullptr.cpp142 void TestNullptr(AbckitCoreAnnotationInterface *(*apiToCheck)(AbckitArktsAnnotationInterface *)) in TestNullptr()
236 void TestNullptr(AbckitArktsAnnotationInterfaceField *(*apiToCheck)( in TestNullptr()
245 void TestNullptr(void (*apiToCheck)(AbckitArktsAnnotationInterface *, AbckitArktsAnnotationInterfac… in TestNullptr()