Searched defs:AbckitCoreAnnotationInterfaceField (Results 1 – 3 of 3) sorted by relevance
96 typedef struct AbckitCoreAnnotationInterfaceField AbckitCoreAnnotationInterfaceField; typedef
122 struct AbckitCoreAnnotationInterfaceField { struct126 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()
182 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() argument738 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()