Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/include/c/
Ddeclarations.h95 typedef struct AbckitCoreAnnotationInterface AbckitCoreAnnotationInterface; typedef
/arkcompiler/runtime_core/libabckit/src/
Dmetadata_inspect_impl.h100 struct AbckitCoreAnnotationInterface { struct
109 std::vector<std::unique_ptr<AbckitCoreAnnotationInterfaceField>> fields; argument
126 AbckitCoreAnnotationInterface *ai = nullptr; argument
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers_nullptr.cpp187 void TestNullptr(AbckitArktsAnnotationInterface *(*apiToCheck)(AbckitCoreAnnotationInterface *)) in TestNullptr()
729 void TestNullptr(bool (*apiToCheck)(AbckitCoreAnnotationInterface *, void *, in TestNullptr()
763 void TestNullptr(AbckitFile *(*apiToCheck)(AbckitCoreAnnotationInterface *)) in TestNullptr()
768 void TestNullptr(AbckitCoreModule *(*apiToCheck)(AbckitCoreAnnotationInterface *)) in TestNullptr()
773 void TestNullptr(AbckitString *(*apiToCheck)(AbckitCoreAnnotationInterface *)) in TestNullptr()
979 …Nullptr(bool (*apiToCheck)(AbckitCoreModule *, void *, bool (*cb)(AbckitCoreAnnotationInterface *,… in TestNullptr()
981 apiToCheck(nullptr, g_void, [](AbckitCoreAnnotationInterface *, void *) { return false; }); in TestNullptr() argument