Searched defs:AbckitCoreAnnotationInterface (Results 1 – 3 of 3) sorted by relevance
85 typedef struct AbckitCoreAnnotationInterface AbckitCoreAnnotationInterface; typedef
101 struct AbckitCoreAnnotationInterface { struct110 std::vector<std::unique_ptr<AbckitCoreAnnotationInterfaceField>> fields; argument127 AbckitCoreAnnotationInterface *ai = nullptr; argument
187 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