Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/include/c/
Ddeclarations.h96 typedef struct AbckitCoreAnnotationInterfaceField AbckitCoreAnnotationInterfaceField; typedef
/arkcompiler/runtime_core/libabckit/src/
Dmetadata_inspect_impl.h122 struct AbckitCoreAnnotationInterfaceField { struct
126 AbckitCoreAnnotationInterface *ai = nullptr;
131 AbckitString *name = nullptr;
136 AbckitType *type = nullptr;
141 AbckitValue *value = nullptr;
143 std::variant<std::unique_ptr<AbckitArktsAnnotationInterfaceField>> impl;
144 AbckitArktsAnnotationInterfaceField *GetArkTSImpl() in GetArkTSImpl()
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers_nullptr.cpp182 void TestNullptr(AbckitArktsAnnotationInterfaceField *(*apiToCheck)(AbckitCoreAnnotationInterfaceFi… in TestNullptr()
730 bool (*cb)(AbckitCoreAnnotationInterfaceField *, void *))) in TestNullptr()
732 apiToCheck(nullptr, g_void, [](AbckitCoreAnnotationInterfaceField *, void *) { return false; }); in TestNullptr() argument
738 void TestNullptr(AbckitValue *(*apiToCheck)(AbckitCoreAnnotationInterfaceField *)) in TestNullptr()
743 void TestNullptr(AbckitFile *(*apiToCheck)(AbckitCoreAnnotationInterfaceField *)) in TestNullptr()
748 void TestNullptr(AbckitCoreAnnotationInterface *(*apiToCheck)(AbckitCoreAnnotationInterfaceField *)) in TestNullptr()
753 void TestNullptr(AbckitString *(*apiToCheck)(AbckitCoreAnnotationInterfaceField *)) in TestNullptr()
758 void TestNullptr(AbckitType *(*apiToCheck)(AbckitCoreAnnotationInterfaceField *)) in TestNullptr()