Searched defs:AbckitCoreAnnotationInterfaceField (Results 1 – 3 of 3) sorted by relevance
86 typedef struct AbckitCoreAnnotationInterfaceField AbckitCoreAnnotationInterfaceField; typedef
123 struct AbckitCoreAnnotationInterfaceField { struct127 AbckitCoreAnnotationInterface *ai = nullptr;132 AbckitString *name = nullptr;137 AbckitType *type = nullptr;142 AbckitValue *value = nullptr;144 std::variant<std::unique_ptr<AbckitArktsAnnotationInterfaceField>> impl;145 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()