Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/namespaces/
Dnamespaces_test.cpp38 …tic void TestNamespaces(const std::string &namespaceName, const std::string &expectedNamespaceName) in TestNamespaces()
60 static void TestFunctions(const std::string &functionName, const std::string &expectedNamespaceName) in TestFunctions()
82 static void TestClasses(const std::string &className, const std::string &expectedNamespaceName) in TestClasses()
108 …id GeneralTestNamespaces(const std::string &entityName, const std::string &expectedNamespaceName =… in GeneralTestNamespaces()