Home
last modified time | relevance | path

Searched refs:EncodeFuncType (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dasm_printer_test.cpp42 using EncodeFuncType = typedef
46 class PrinterTest : public testing::TestWithParam<std::pair<std::string_view, EncodeFuncType<PARAMS…
48 using Base = testing::TestWithParam<std::pair<std::string_view, EncodeFuncType<PARAMS>>>;
224 void DoTest(TypeInfo typeInfo, std::string_view opName, EncodeFuncType<PARAMS> encodeFunc) in DoTest()
307 …std::vector<std::pair<std::string_view, EncodeFuncType<ONE>>> singleFunctions {{"mov", &Encoder::E… in Values1()
316 std::vector<std::pair<std::string_view, EncodeFuncType<TWO>>> doubleFunctions { in Values2()