Home
last modified time | relevance | path

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

/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp315 std::vector<cv::String> savedName; in ShapeUp() local
322 if(implCode[i] == savedCode[j] && !funName[i].compare(savedName[j])) in ShapeUp()
331 savedName.push_back(funName[i]); in ShapeUp()
336 funName = savedName; in ShapeUp()