Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/disassembler/tests/
Ddisassembler_string_test.cpp35 const std::vector<std::string> &expected_strings) in ValidateString()
56 std::vector<std::string> expected_strings = {"ClassA", "prototype", "str", "test"}; variable
72 std::vector<std::string> expected_strings = {"Student", "name", "prototype", "student_name"}; variable
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
Dabc2program_test_utils.cpp77 bool Abc2ProgramTestUtils::ValidateStrings(const T &strings, const T &expected_strings) in ValidateStrings()