forEach          1852 modules/core/include/opencv2/core/mat.hpp     template<typename _Tp, typename Functor> void forEach(const Functor& operation);
forEach          1854 modules/core/include/opencv2/core/mat.hpp     template<typename _Tp, typename Functor> void forEach(const Functor& operation) const;
forEach          2005 modules/core/include/opencv2/core/mat.hpp     template<typename Functor> void forEach(const Functor& operation);
forEach          2006 modules/core/include/opencv2/core/mat.hpp     template<typename Functor> void forEach(const Functor& operation) const;
forEach          1035 modules/core/include/opencv2/core/mat.inl.hpp     (const_cast<Mat*>(this))->forEach<const _Tp>(operation);
forEach          1627 modules/core/include/opencv2/core/mat.inl.hpp     Mat::forEach<_Tp, Functor>(operation);
forEach          1632 modules/core/include/opencv2/core/mat.inl.hpp     Mat::forEach<_Tp, Functor>(operation);
forEach           707 modules/core/test/test_mat.cpp         a.forEach<Pixel>(initializer);
forEach           142 modules/stitching/include/opencv2/stitching/detail/util.hpp     template <typename B> B forEach(B body) const;