Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/files/
Dfiles_test.cpp79 …std::set<std::string> expectedNames = {"modules_dynamic", "modules/module1", "modules/module2", "m… in TEST_F() local
105 std::set<std::string> expectedNames = {"modules/module1", "modules/module2", "modules/module3"}; in TEST_F() local
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/modules/
Dmodules_dynamic_test.cpp184 …std::set<std::string> expectedNames = {"modules_dynamic", "modules/module1", "modules/module2", "m… in TEST_F() local
296 …std::set<std::string> expectedNames = {"*", "regularImportFunc1FromModule1", "regularImportFunc1Fr… in TEST_F() local
331 std::set<std::string> expectedNames = {"NS", "regularImportFunc1FromModule1", in TEST_F() local
416 …std::set<std::string> expectedNames = {"modules_dynamic", "modules/module1", "modules/module2", "m… in TEST_F() local
494 std::set<std::string> expectedNames = {"*", in TEST_F() local
535 std::set<std::string> expectedNames = {"", in TEST_F() local
627 …std::set<std::string> expectedNames = {"modules_dynamic", "modules/module1", "modules/module2", "m… in TEST_F() local
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/classes/
Dclasses_test.cpp233 std::set<std::string> expectedNames = {"C1"}; in TEST_F() local
257 std::set<std::string> expectedNames = {"C1"}; in TEST_F() local
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/inspect_api/enumerators/
Denumerators_test.cpp151 …nordered_map<std::string, std::unordered_map<std::string, std::vector<std::string>>> expectedNames) in EnumerateAllMethods()
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/enumerators/
Denumerators_test.cpp163 …ateAllMethods(const std::string &inputPath, std::unordered_map<std::string, NamesT> &expectedNames) in EnumerateAllMethods()