Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/test/
Dpt_returns_test.cpp195 functionCoverage->SetFunctions(std::move(coverages)); in HWTEST_F_L0()
201 scriptCoverage->SetFunctions(std::move(functions)); in HWTEST_F_L0()
226 functionCoverage->SetFunctions(std::move(coverages)); in HWTEST_F_L0()
232 scriptCoverage->SetFunctions(std::move(functions)); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
Dpt_types.h2434 FunctionCoverage &SetFunctions(std::vector<std::unique_ptr<Coverage>> ranges) in SetFunctions() function
2497 ScriptCoverage &SetFunctions(std::vector<std::unique_ptr<FunctionCoverage>> functions) in SetFunctions() function