Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dprecomp.hpp249 useCollection = false; in ImplCollector()
252 bool useCollection; // enable/disable impl data collection member
Dsystem.cpp1206 bool useCollection() in useCollection() function
1208 return getImplData().useCollection; in useCollection()
1215 getImplData().useCollection = flag; in setUseCollection()
/external/opencv3/modules/core/include/opencv2/core/
Dutility.hpp64 CV_EXPORTS bool useCollection(); // return implementation collection state
73 if(cv::useCollection()) \