Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/include/c/
Ddeclarations.h107 typedef struct AbckitArktsAnnotationInterface AbckitArktsAnnotationInterface; typedef
/arkcompiler/runtime_core/libabckit/src/
Dmetadata_inspect_impl.h81 struct AbckitArktsAnnotationInterface { struct
85 std::variant<panda::pandasm::Record *, ark::pandasm::Record *> impl;
87 ark::pandasm::Record *GetStaticImpl() in GetStaticImpl()
111 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()