Searched defs:AbckitCoreNamespace (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/libabckit/src/ |
| D | metadata_inspect_impl.h | 378 struct AbckitCoreNamespace { struct 379 explicit AbckitCoreNamespace(AbckitCoreModule *owningModule) : owningModule(owningModule) {} in AbckitCoreNamespace() argument 389 AbckitCoreNamespace *parentNamespace = nullptr; argument 403 std::vector<std::unique_ptr<AbckitCoreNamespace>> namespaces; argument 405 std::variant<std::unique_ptr<AbckitArktsNamespace>> impl; 407 AbckitArktsNamespace *GetArkTSImpl() in GetArkTSImpl()
|
| /arkcompiler/runtime_core/libabckit/include/c/ |
| D | declarations.h | 89 typedef struct AbckitCoreNamespace AbckitCoreNamespace; typedef
|
| /arkcompiler/runtime_core/libabckit/tests/helpers/ |
| D | helpers_nullptr.cpp | 1019 void TestNullptr(bool (*apiToCheck)(AbckitCoreModule *, void *, bool (*cb)(AbckitCoreNamespace *, v… in TestNullptr() 1021 apiToCheck(nullptr, g_void, [](AbckitCoreNamespace *, void *) { return false; }); in TestNullptr() argument 1047 void TestNullptr(bool (*apiToCheck)(AbckitCoreNamespace *, void *, bool (*cb)(AbckitCoreClass *, vo… in TestNullptr() 1055 void TestNullptr(bool (*apiToCheck)(AbckitCoreNamespace *, void *, bool (*cb)(AbckitCoreNamespace *… in TestNullptr() 1057 apiToCheck(nullptr, g_void, [](AbckitCoreNamespace *, void *) { return false; }); in TestNullptr() argument 1063 void TestNullptr(bool (*apiToCheck)(AbckitCoreNamespace *, void *, bool (*cb)(AbckitCoreFunction *,… in TestNullptr() 1071 void TestNullptr(AbckitString *(*apiToCheck)(AbckitCoreNamespace *)) in TestNullptr() 1849 void TestNullptr(AbckitCoreNamespace *(*apiToCheck)(AbckitCoreNamespace *)) in TestNullptr() argument 1915 void TestNullptr(AbckitArktsNamespace *(*apiToCheck)(AbckitCoreNamespace *)) in TestNullptr()
|