Searched refs:pFunctions (Results 1 – 1 of 1) sorted by relevance
2973 std::unique_ptr<FunctionCoverage> pFunctions = FunctionCoverage::Create(*arrayEle); in Create() local2974 if (pFunctions == nullptr) { in Create()2977 scriptCoverage->functions_.emplace_back(std::move(pFunctions)); in Create()