other              91 3rdparty/openexr/IlmImf/ImfAttribute.h     virtual void		copyValueFrom (const Attribute &other) = 0;
other             143 3rdparty/openexr/IlmImf/ImfAttribute.h     TypedAttribute (const TypedAttribute<T> &other);
other             196 3rdparty/openexr/IlmImf/ImfAttribute.h     virtual void		copyValueFrom (const Attribute &other);
other             260 3rdparty/openexr/IlmImf/ImfAttribute.h TypedAttribute<T>::TypedAttribute (const TypedAttribute<T> &other):
other             261 3rdparty/openexr/IlmImf/ImfAttribute.h     Attribute (other),
other             264 3rdparty/openexr/IlmImf/ImfAttribute.h     copyValueFrom (other);
other             335 3rdparty/openexr/IlmImf/ImfAttribute.h TypedAttribute<T>::copyValueFrom (const Attribute &other)
other             337 3rdparty/openexr/IlmImf/ImfAttribute.h     _value = cast(other)._value;
other              65 3rdparty/openexr/IlmImf/ImfChannelList.cpp Channel::operator == (const Channel &other) const
other              67 3rdparty/openexr/IlmImf/ImfChannelList.cpp     return type == other.type &&
other              68 3rdparty/openexr/IlmImf/ImfChannelList.cpp        xSampling == other.xSampling &&
other              69 3rdparty/openexr/IlmImf/ImfChannelList.cpp        ySampling == other.ySampling &&
other              70 3rdparty/openexr/IlmImf/ImfChannelList.cpp        pLinear == other.pLinear;
other             303 3rdparty/openexr/IlmImf/ImfChannelList.cpp ChannelList::operator == (const ChannelList &other) const
other             306 3rdparty/openexr/IlmImf/ImfChannelList.cpp     ConstIterator j = other.begin();
other             308 3rdparty/openexr/IlmImf/ImfChannelList.cpp     while (i != end() && j != other.end())
other             317 3rdparty/openexr/IlmImf/ImfChannelList.cpp     return i == end() && j == other.end();
other             110 3rdparty/openexr/IlmImf/ImfChannelList.h     bool		operator == (const Channel &other) const;
other             258 3rdparty/openexr/IlmImf/ImfChannelList.h     bool			operator == (const ChannelList &other) const;
other             297 3rdparty/openexr/IlmImf/ImfChannelList.h     ConstIterator (const ChannelList::Iterator &other);
other             379 3rdparty/openexr/IlmImf/ImfChannelList.h ChannelList::ConstIterator::ConstIterator (const ChannelList::Iterator &other):
other             380 3rdparty/openexr/IlmImf/ImfChannelList.h     _i (other._i)
other             247 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     ConstIterator (const FrameBuffer::Iterator &other);
other             329 3rdparty/openexr/IlmImf/ImfFrameBuffer.h FrameBuffer::ConstIterator::ConstIterator (const FrameBuffer::Iterator &other):
other             330 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     _i (other._i)
other             239 3rdparty/openexr/IlmImf/ImfHeader.cpp Header::Header (const Header &other): _map()
other             241 3rdparty/openexr/IlmImf/ImfHeader.cpp     for (AttributeMap::const_iterator i = other._map.begin();
other             242 3rdparty/openexr/IlmImf/ImfHeader.cpp      i != other._map.end();
other             262 3rdparty/openexr/IlmImf/ImfHeader.cpp Header::operator = (const Header &other)
other             264 3rdparty/openexr/IlmImf/ImfHeader.cpp     if (this != &other)
other             275 3rdparty/openexr/IlmImf/ImfHeader.cpp     for (AttributeMap::const_iterator i = other._map.begin();
other             276 3rdparty/openexr/IlmImf/ImfHeader.cpp          i != other._map.end();
other             119 3rdparty/openexr/IlmImf/ImfHeader.h     Header (const Header &other);
other             133 3rdparty/openexr/IlmImf/ImfHeader.h     Header &			operator = (const Header &other);
other             393 3rdparty/openexr/IlmImf/ImfHeader.h     ConstIterator (const Header::Iterator &other);
other             492 3rdparty/openexr/IlmImf/ImfHeader.h Header::ConstIterator::ConstIterator (const Header::Iterator &other):
other             493 3rdparty/openexr/IlmImf/ImfHeader.h     _i (other._i)
other              66 3rdparty/openexr/IlmImf/ImfKeyCode.cpp KeyCode::KeyCode (const KeyCode &other)
other              68 3rdparty/openexr/IlmImf/ImfKeyCode.cpp     _filmMfcCode = other._filmMfcCode;
other              69 3rdparty/openexr/IlmImf/ImfKeyCode.cpp     _filmType = other._filmType;
other              70 3rdparty/openexr/IlmImf/ImfKeyCode.cpp     _prefix = other._prefix;
other              71 3rdparty/openexr/IlmImf/ImfKeyCode.cpp     _count = other._count;
other              72 3rdparty/openexr/IlmImf/ImfKeyCode.cpp     _perfOffset = other._perfOffset;
other              73 3rdparty/openexr/IlmImf/ImfKeyCode.cpp     _perfsPerFrame = other._perfsPerFrame;
other              74 3rdparty/openexr/IlmImf/ImfKeyCode.cpp     _perfsPerCount = other._perfsPerCount;
other              79 3rdparty/openexr/IlmImf/ImfKeyCode.cpp KeyCode::operator = (const KeyCode &other)
other              81 3rdparty/openexr/IlmImf/ImfKeyCode.cpp     _filmMfcCode = other._filmMfcCode;
other              82 3rdparty/openexr/IlmImf/ImfKeyCode.cpp     _filmType = other._filmType;
other              83 3rdparty/openexr/IlmImf/ImfKeyCode.cpp     _prefix = other._prefix;
other              84 3rdparty/openexr/IlmImf/ImfKeyCode.cpp     _count = other._count;
other              85 3rdparty/openexr/IlmImf/ImfKeyCode.cpp     _perfOffset = other._perfOffset;
other              86 3rdparty/openexr/IlmImf/ImfKeyCode.cpp     _perfsPerFrame = other._perfsPerFrame;
other              87 3rdparty/openexr/IlmImf/ImfKeyCode.cpp     _perfsPerCount = other._perfsPerCount;
other             118 3rdparty/openexr/IlmImf/ImfKeyCode.h     KeyCode (const KeyCode &other);
other             119 3rdparty/openexr/IlmImf/ImfKeyCode.h     KeyCode & operator = (const KeyCode &other);
other              58 3rdparty/openexr/IlmImf/ImfOpaqueAttribute.cpp OpaqueAttribute::OpaqueAttribute (const OpaqueAttribute &other):
other              59 3rdparty/openexr/IlmImf/ImfOpaqueAttribute.cpp     _typeName (strlen (other._typeName) + 1),
other              60 3rdparty/openexr/IlmImf/ImfOpaqueAttribute.cpp     _dataSize (other._dataSize),
other              61 3rdparty/openexr/IlmImf/ImfOpaqueAttribute.cpp     _data (other._dataSize)
other              63 3rdparty/openexr/IlmImf/ImfOpaqueAttribute.cpp     strcpy (_typeName, other._typeName);
other              64 3rdparty/openexr/IlmImf/ImfOpaqueAttribute.cpp     _data.resizeErase (other._dataSize);
other              65 3rdparty/openexr/IlmImf/ImfOpaqueAttribute.cpp     memcpy ((char *) _data, (const char *) other._data, other._dataSize);
other             106 3rdparty/openexr/IlmImf/ImfOpaqueAttribute.cpp OpaqueAttribute::copyValueFrom (const Attribute &other)
other             108 3rdparty/openexr/IlmImf/ImfOpaqueAttribute.cpp     const OpaqueAttribute *oa = dynamic_cast <const OpaqueAttribute *> (&other);
other             114 3rdparty/openexr/IlmImf/ImfOpaqueAttribute.cpp                  "\"" << other.typeName() << "\" "
other              67 3rdparty/openexr/IlmImf/ImfOpaqueAttribute.h     OpaqueAttribute (const OpaqueAttribute &other);
other              96 3rdparty/openexr/IlmImf/ImfOpaqueAttribute.h     virtual void		copyValueFrom (const Attribute &other);
other              71 3rdparty/openexr/IlmImf/ImfPreviewImage.cpp PreviewImage::PreviewImage (const PreviewImage &other):
other              72 3rdparty/openexr/IlmImf/ImfPreviewImage.cpp     _width (other._width),
other              73 3rdparty/openexr/IlmImf/ImfPreviewImage.cpp     _height (other._height),
other              74 3rdparty/openexr/IlmImf/ImfPreviewImage.cpp     _pixels (new PreviewRgba [other._width * other._height])
other              77 3rdparty/openexr/IlmImf/ImfPreviewImage.cpp     _pixels[i] = other._pixels[i];
other              88 3rdparty/openexr/IlmImf/ImfPreviewImage.cpp PreviewImage::operator = (const PreviewImage &other)
other              92 3rdparty/openexr/IlmImf/ImfPreviewImage.cpp     _width = other._width;
other              93 3rdparty/openexr/IlmImf/ImfPreviewImage.cpp     _height = other._height;
other              94 3rdparty/openexr/IlmImf/ImfPreviewImage.cpp     _pixels = new PreviewRgba [other._width * other._height];
other              97 3rdparty/openexr/IlmImf/ImfPreviewImage.cpp     _pixels[i] = other._pixels[i];
other              94 3rdparty/openexr/IlmImf/ImfPreviewImage.h      PreviewImage (const PreviewImage &other);
other              97 3rdparty/openexr/IlmImf/ImfPreviewImage.h     PreviewImage &	operator = (const PreviewImage &other);
other              64 3rdparty/openexr/IlmImf/ImfRgba.h     Rgba & operator = (const Rgba &other)
other              66 3rdparty/openexr/IlmImf/ImfRgba.h         r = other.r;
other              67 3rdparty/openexr/IlmImf/ImfRgba.h         g = other.g;
other              68 3rdparty/openexr/IlmImf/ImfRgba.h         b = other.b;
other              69 3rdparty/openexr/IlmImf/ImfRgba.h         a = other.a;
other              90 3rdparty/openexr/IlmImf/ImfTileDescription.h     operator == (const TileDescription &other) const
other              92 3rdparty/openexr/IlmImf/ImfTileDescription.h     return xSize        == other.xSize &&
other              93 3rdparty/openexr/IlmImf/ImfTileDescription.h            ySize        == other.ySize &&
other              94 3rdparty/openexr/IlmImf/ImfTileDescription.h            mode         == other.mode &&
other              95 3rdparty/openexr/IlmImf/ImfTileDescription.h            roundingMode == other.roundingMode;
other             147 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp     operator < (const TileCoord &other) const
other             149 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp         return (ly < other.ly) ||
other             150 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp            (ly == other.ly && lx < other.lx) ||
other             151 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp            ((ly == other.ly && lx == other.lx) &&
other             152 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp             ((dy < other.dy) || (dy == other.dy && dx < other.dx)));
other             157 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp     operator == (const TileCoord &other) const
other             159 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp         return lx == other.lx &&
other             160 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp            ly == other.ly &&
other             161 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp            dx == other.dx &&
other             162 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp            dy == other.dy;
other             106 3rdparty/openexr/IlmImf/ImfTimeCode.cpp TimeCode::TimeCode (const TimeCode &other)
other             108 3rdparty/openexr/IlmImf/ImfTimeCode.cpp     _time = other._time;
other             109 3rdparty/openexr/IlmImf/ImfTimeCode.cpp     _user = other._user;
other             114 3rdparty/openexr/IlmImf/ImfTimeCode.cpp TimeCode::operator = (const TimeCode &other)
other             116 3rdparty/openexr/IlmImf/ImfTimeCode.cpp     _time = other._time;
other             117 3rdparty/openexr/IlmImf/ImfTimeCode.cpp     _user = other._user;
other             161 3rdparty/openexr/IlmImf/ImfTimeCode.h     TimeCode (const TimeCode &other);
other             163 3rdparty/openexr/IlmImf/ImfTimeCode.h     TimeCode & operator = (const TimeCode &other);
other             560 modules/core/include/opencv2/core/cuda/functional.hpp         __host__ __device__ __forceinline__ thresh_binary_func(const thresh_binary_func& other)
other             561 modules/core/include/opencv2/core/cuda/functional.hpp             : thresh(other.thresh), maxVal(other.maxVal) {}
other             577 modules/core/include/opencv2/core/cuda/functional.hpp         __host__ __device__ __forceinline__ thresh_binary_inv_func(const thresh_binary_inv_func& other)
other             578 modules/core/include/opencv2/core/cuda/functional.hpp             : thresh(other.thresh), maxVal(other.maxVal) {}
other             594 modules/core/include/opencv2/core/cuda/functional.hpp         __host__ __device__ __forceinline__ thresh_trunc_func(const thresh_trunc_func& other)
other             595 modules/core/include/opencv2/core/cuda/functional.hpp             : thresh(other.thresh) {}
other             610 modules/core/include/opencv2/core/cuda/functional.hpp        __host__  __device__ __forceinline__ thresh_to_zero_func(const thresh_to_zero_func& other)
other             611 modules/core/include/opencv2/core/cuda/functional.hpp             : thresh(other.thresh) {}
other             626 modules/core/include/opencv2/core/cuda/functional.hpp         __host__ __device__ __forceinline__ thresh_to_zero_inv_func(const thresh_to_zero_inv_func& other)
other             627 modules/core/include/opencv2/core/cuda/functional.hpp             : thresh(other.thresh) {}
other             643 modules/core/include/opencv2/core/cuda/functional.hpp       __host__ __device__ __forceinline__ unary_negate(const unary_negate& other) : pred(other.pred) {}
other             664 modules/core/include/opencv2/core/cuda/functional.hpp         __host__ __device__ __forceinline__ binary_negate(const binary_negate& other) : pred(other.pred) {}
other             684 modules/core/include/opencv2/core/cuda/functional.hpp         __host__ __device__ __forceinline__ binder1st(const binder1st& other) : op(other.op), arg1(other.arg1) {}
other             705 modules/core/include/opencv2/core/cuda/functional.hpp         __host__ __device__ __forceinline__ binder2nd(const binder2nd& other) : op(other.op), arg2(other.arg2) {}
other              64 modules/core/include/opencv2/core/cuda/scan.hpp         __device__ __forceinline__ WarpScan(const WarpScan& other) { (void)other; }
other              98 modules/core/include/opencv2/core/cuda/scan.hpp         __device__ __forceinline__ WarpScanNoComp(const WarpScanNoComp& other) { (void)other; }
other             138 modules/core/include/opencv2/core/cuda/scan.hpp         __device__ __forceinline__ BlockScan(const BlockScan& other) { (void)other; }
other             111 modules/cudaimgproc/src/mssegmentation.cpp     bool operator <(const SegmLinkVal& other) const
other             113 modules/cudaimgproc/src/mssegmentation.cpp         return dr + dsp < other.dr + other.dsp;
other             125 modules/cudaimgproc/src/mssegmentation.cpp     bool operator <(const SegmLink& other) const
other             127 modules/cudaimgproc/src/mssegmentation.cpp         return val < other.val;
other              71 modules/cudaobjdetect/src/cuda/lbp.hpp         __device__ __forceinline__ InSameComponint(const InSameComponint& other) : eps(other.eps) {}
other              63 modules/cudev/include/opencv2/cudev/grid/detail/reduce_to_column.hpp             typename Reductor::template rebind<work_elem_type>::other op;
other              72 modules/cudev/include/opencv2/cudev/grid/detail/reduce_to_column.hpp             typename Reductor::template rebind<work_elem_type>::other op;
other              81 modules/cudev/include/opencv2/cudev/grid/detail/reduce_to_column.hpp             typename Reductor::template rebind<work_elem_type>::other op;
other              90 modules/cudev/include/opencv2/cudev/grid/detail/reduce_to_column.hpp             typename Reductor::template rebind<work_elem_type>::other op;
other             162 modules/flann/include/opencv2/flann/any.h     SinglePolicy(const SinglePolicy& other);
other             163 modules/flann/include/opencv2/flann/any.h     SinglePolicy& operator=(const SinglePolicy& other);
other              80 modules/highgui/src/agile_wrl.h             AgileHelper(AgileHelper&& other) : _p(other._p), _release(other._release)
other              85 modules/highgui/src/agile_wrl.h             AgileHelper operator=(AgileHelper&& other)
other              87 modules/highgui/src/agile_wrl.h                 _p = other._p;
other              88 modules/highgui/src/agile_wrl.h                 _release = other._release;
other             406 modules/highgui/src/agile_wrl.h         bool operator==(const Agile& other) const throw()
other             408 modules/highgui/src/agile_wrl.h             return _object == other._object && _contextToken == other._contextToken;
other             411 modules/highgui/src/agile_wrl.h         bool operator<(const Agile& other) const throw()
other             413 modules/highgui/src/agile_wrl.h             if (reinterpret_cast<void*>(_object) < reinterpret_cast<void*>(other._object))
other             418 modules/highgui/src/agile_wrl.h             return _object == other._object && _contextToken < other._contextToken;
other             530 modules/highgui/src/agile_wrl.h         bool operator==(const Agile& other) const throw()
other             532 modules/highgui/src/agile_wrl.h             return _object == other._object;
other             535 modules/highgui/src/agile_wrl.h         bool operator<(const Agile& other) const throw()
other             537 modules/highgui/src/agile_wrl.h             return reinterpret_cast<void*>(_object) < reinterpret_cast<void*>(other._object);
other              56 modules/imgproc/test/test_houghLines.cpp     bool operator()(T other);
other              60 modules/imgproc/test/test_houghLines.cpp bool SimilarWith<Vec2f>::operator()(Vec2f other)
other              62 modules/imgproc/test/test_houghLines.cpp     return abs(other[0] - value[0]) < rho_eps && abs(other[1] - value[1]) < theta_eps;
other              66 modules/imgproc/test/test_houghLines.cpp bool SimilarWith<Vec4i>::operator()(Vec4i other)
other              68 modules/imgproc/test/test_houghLines.cpp     return norm(value, other) < theta_eps;
other              61 modules/stitching/include/opencv2/stitching/detail/camera.hpp     CameraParams(const CameraParams& other);
other              62 modules/stitching/include/opencv2/stitching/detail/camera.hpp     const CameraParams& operator =(const CameraParams& other);
other             164 modules/stitching/include/opencv2/stitching/detail/matchers.hpp     MatchesInfo(const MatchesInfo &other);
other             165 modules/stitching/include/opencv2/stitching/detail/matchers.hpp     const MatchesInfo& operator =(const MatchesInfo &other);
other             125 modules/stitching/include/opencv2/stitching/detail/util.hpp     bool operator <(const GraphEdge& other) const { return weight < other.weight; }
other             126 modules/stitching/include/opencv2/stitching/detail/util.hpp     bool operator >(const GraphEdge& other) const { return weight > other.weight; }
other              51 modules/stitching/src/camera.cpp CameraParams::CameraParams(const CameraParams &other) { *this = other; }
other              53 modules/stitching/src/camera.cpp const CameraParams& CameraParams::operator =(const CameraParams &other)
other              55 modules/stitching/src/camera.cpp     focal = other.focal;
other              56 modules/stitching/src/camera.cpp     ppx = other.ppx;
other              57 modules/stitching/src/camera.cpp     ppy = other.ppy;
other              58 modules/stitching/src/camera.cpp     aspect = other.aspect;
other              59 modules/stitching/src/camera.cpp     R = other.R.clone();
other              60 modules/stitching/src/camera.cpp     t = other.t.clone();
other              58 modules/stitching/src/matchers.cpp     bool operator<(const DistIdxPair &other) const { return dist < other.dist; }
other             510 modules/stitching/src/matchers.cpp MatchesInfo::MatchesInfo(const MatchesInfo &other) { *this = other; }
other             512 modules/stitching/src/matchers.cpp const MatchesInfo& MatchesInfo::operator =(const MatchesInfo &other)
other             514 modules/stitching/src/matchers.cpp     src_img_idx = other.src_img_idx;
other             515 modules/stitching/src/matchers.cpp     dst_img_idx = other.dst_img_idx;
other             516 modules/stitching/src/matchers.cpp     matches = other.matches;
other             517 modules/stitching/src/matchers.cpp     inliers_mask = other.inliers_mask;
other             518 modules/stitching/src/matchers.cpp     num_inliers = other.num_inliers;
other             519 modules/stitching/src/matchers.cpp     H = other.H.clone();
other             520 modules/stitching/src/matchers.cpp     confidence = other.confidence;
other            2088 modules/ts/include/opencv2/ts/ts_gtest.h   RE(const RE& other) { Init(other.pattern()); }
other            8692 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ExitedWithCode& other);
other            10152 modules/ts/include/opencv2/ts/ts_gtest.h   virtual bool Equals(const ParamIteratorInterface& other) const = 0;
other            10166 modules/ts/include/opencv2/ts/ts_gtest.h   ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
other            10167 modules/ts/include/opencv2/ts/ts_gtest.h   ParamIterator& operator=(const ParamIterator& other) {
other            10168 modules/ts/include/opencv2/ts/ts_gtest.h     if (this != &other)
other            10169 modules/ts/include/opencv2/ts/ts_gtest.h       impl_.reset(other.impl_->Clone());
other            10186 modules/ts/include/opencv2/ts/ts_gtest.h   bool operator==(const ParamIterator& other) const {
other            10187 modules/ts/include/opencv2/ts/ts_gtest.h     return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
other            10189 modules/ts/include/opencv2/ts/ts_gtest.h   bool operator!=(const ParamIterator& other) const {
other            10190 modules/ts/include/opencv2/ts/ts_gtest.h     return !(*this == other);
other            10224 modules/ts/include/opencv2/ts/ts_gtest.h   ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {}
other            10226 modules/ts/include/opencv2/ts/ts_gtest.h   ParamGenerator& operator=(const ParamGenerator& other) {
other            10227 modules/ts/include/opencv2/ts/ts_gtest.h     impl_ = other.impl_;
other            10276 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<T>& other) const {
other            10279 modules/ts/include/opencv2/ts/ts_gtest.h       GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
other            10283 modules/ts/include/opencv2/ts/ts_gtest.h           CheckedDowncastToActualType<const Iterator>(&other)->index_;
other            10288 modules/ts/include/opencv2/ts/ts_gtest.h     Iterator(const Iterator& other)
other            10290 modules/ts/include/opencv2/ts/ts_gtest.h           base_(other.base_), value_(other.value_), index_(other.index_),
other            10291 modules/ts/include/opencv2/ts/ts_gtest.h           step_(other.step_) {}
other            10294 modules/ts/include/opencv2/ts/ts_gtest.h     void operator=(const Iterator& other);
other            10312 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const RangeGenerator& other);
other            10374 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<T>& other) const {
other            10377 modules/ts/include/opencv2/ts/ts_gtest.h       GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
other            10381 modules/ts/include/opencv2/ts/ts_gtest.h           CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
other            10385 modules/ts/include/opencv2/ts/ts_gtest.h     Iterator(const Iterator& other)
other            10389 modules/ts/include/opencv2/ts/ts_gtest.h           base_(other.base_),
other            10390 modules/ts/include/opencv2/ts/ts_gtest.h           iterator_(other.iterator_) {}
other            10403 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValuesInIteratorRangeGenerator& other);
other            10763 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray1& other);
other            10781 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray2& other);
other            10801 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray3& other);
other            10823 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray4& other);
other            10846 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray5& other);
other            10872 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray6& other);
other            10899 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray7& other);
other            10928 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray8& other);
other            10959 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray9& other);
other            10991 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray10& other);
other            11025 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray11& other);
other            11061 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray12& other);
other            11099 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray13& other);
other            11138 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray14& other);
other            11179 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray15& other);
other            11223 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray16& other);
other            11268 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray17& other);
other            11315 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray18& other);
other            11363 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray19& other);
other            11413 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray20& other);
other            11466 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray21& other);
other            11520 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray22& other);
other            11576 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray23& other);
other            11634 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray24& other);
other            11693 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray25& other);
other            11754 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray26& other);
other            11818 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray27& other);
other            11883 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray28& other);
other            11949 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray29& other);
other            12018 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray30& other);
other            12089 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray31& other);
other            12161 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray32& other);
other            12236 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray33& other);
other            12312 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray34& other);
other            12389 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray35& other);
other            12469 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray36& other);
other            12551 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray37& other);
other            12634 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray38& other);
other            12719 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray39& other);
other            12806 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray40& other);
other            12895 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray41& other);
other            12986 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray42& other);
other            13078 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray43& other);
other            13172 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray44& other);
other            13268 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray45& other);
other            13366 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray46& other);
other            13466 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray47& other);
other            13568 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray48& other);
other            13671 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray49& other);
other            13775 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray50& other);
other            13886 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
other            13889 modules/ts/include/opencv2/ts/ts_gtest.h       GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
other            13893 modules/ts/include/opencv2/ts/ts_gtest.h           CheckedDowncastToActualType<const Iterator>(&other);
other            13904 modules/ts/include/opencv2/ts/ts_gtest.h     Iterator(const Iterator& other)
other            13905 modules/ts/include/opencv2/ts/ts_gtest.h         : base_(other.base_),
other            13906 modules/ts/include/opencv2/ts/ts_gtest.h         begin1_(other.begin1_),
other            13907 modules/ts/include/opencv2/ts/ts_gtest.h         end1_(other.end1_),
other            13908 modules/ts/include/opencv2/ts/ts_gtest.h         current1_(other.current1_),
other            13909 modules/ts/include/opencv2/ts/ts_gtest.h         begin2_(other.begin2_),
other            13910 modules/ts/include/opencv2/ts/ts_gtest.h         end2_(other.end2_),
other            13911 modules/ts/include/opencv2/ts/ts_gtest.h         current2_(other.current2_) {
other            13928 modules/ts/include/opencv2/ts/ts_gtest.h     void operator=(const Iterator& other);
other            13943 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductGenerator2& other);
other            14009 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
other            14012 modules/ts/include/opencv2/ts/ts_gtest.h       GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
other            14016 modules/ts/include/opencv2/ts/ts_gtest.h           CheckedDowncastToActualType<const Iterator>(&other);
other            14028 modules/ts/include/opencv2/ts/ts_gtest.h     Iterator(const Iterator& other)
other            14029 modules/ts/include/opencv2/ts/ts_gtest.h         : base_(other.base_),
other            14030 modules/ts/include/opencv2/ts/ts_gtest.h         begin1_(other.begin1_),
other            14031 modules/ts/include/opencv2/ts/ts_gtest.h         end1_(other.end1_),
other            14032 modules/ts/include/opencv2/ts/ts_gtest.h         current1_(other.current1_),
other            14033 modules/ts/include/opencv2/ts/ts_gtest.h         begin2_(other.begin2_),
other            14034 modules/ts/include/opencv2/ts/ts_gtest.h         end2_(other.end2_),
other            14035 modules/ts/include/opencv2/ts/ts_gtest.h         current2_(other.current2_),
other            14036 modules/ts/include/opencv2/ts/ts_gtest.h         begin3_(other.begin3_),
other            14037 modules/ts/include/opencv2/ts/ts_gtest.h         end3_(other.end3_),
other            14038 modules/ts/include/opencv2/ts/ts_gtest.h         current3_(other.current3_) {
other            14056 modules/ts/include/opencv2/ts/ts_gtest.h     void operator=(const Iterator& other);
other            14074 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductGenerator3& other);
other            14150 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
other            14153 modules/ts/include/opencv2/ts/ts_gtest.h       GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
other            14157 modules/ts/include/opencv2/ts/ts_gtest.h           CheckedDowncastToActualType<const Iterator>(&other);
other            14170 modules/ts/include/opencv2/ts/ts_gtest.h     Iterator(const Iterator& other)
other            14171 modules/ts/include/opencv2/ts/ts_gtest.h         : base_(other.base_),
other            14172 modules/ts/include/opencv2/ts/ts_gtest.h         begin1_(other.begin1_),
other            14173 modules/ts/include/opencv2/ts/ts_gtest.h         end1_(other.end1_),
other            14174 modules/ts/include/opencv2/ts/ts_gtest.h         current1_(other.current1_),
other            14175 modules/ts/include/opencv2/ts/ts_gtest.h         begin2_(other.begin2_),
other            14176 modules/ts/include/opencv2/ts/ts_gtest.h         end2_(other.end2_),
other            14177 modules/ts/include/opencv2/ts/ts_gtest.h         current2_(other.current2_),
other            14178 modules/ts/include/opencv2/ts/ts_gtest.h         begin3_(other.begin3_),
other            14179 modules/ts/include/opencv2/ts/ts_gtest.h         end3_(other.end3_),
other            14180 modules/ts/include/opencv2/ts/ts_gtest.h         current3_(other.current3_),
other            14181 modules/ts/include/opencv2/ts/ts_gtest.h         begin4_(other.begin4_),
other            14182 modules/ts/include/opencv2/ts/ts_gtest.h         end4_(other.end4_),
other            14183 modules/ts/include/opencv2/ts/ts_gtest.h         current4_(other.current4_) {
other            14203 modules/ts/include/opencv2/ts/ts_gtest.h     void operator=(const Iterator& other);
other            14224 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductGenerator4& other);
other            14308 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
other            14311 modules/ts/include/opencv2/ts/ts_gtest.h       GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
other            14315 modules/ts/include/opencv2/ts/ts_gtest.h           CheckedDowncastToActualType<const Iterator>(&other);
other            14329 modules/ts/include/opencv2/ts/ts_gtest.h     Iterator(const Iterator& other)
other            14330 modules/ts/include/opencv2/ts/ts_gtest.h         : base_(other.base_),
other            14331 modules/ts/include/opencv2/ts/ts_gtest.h         begin1_(other.begin1_),
other            14332 modules/ts/include/opencv2/ts/ts_gtest.h         end1_(other.end1_),
other            14333 modules/ts/include/opencv2/ts/ts_gtest.h         current1_(other.current1_),
other            14334 modules/ts/include/opencv2/ts/ts_gtest.h         begin2_(other.begin2_),
other            14335 modules/ts/include/opencv2/ts/ts_gtest.h         end2_(other.end2_),
other            14336 modules/ts/include/opencv2/ts/ts_gtest.h         current2_(other.current2_),
other            14337 modules/ts/include/opencv2/ts/ts_gtest.h         begin3_(other.begin3_),
other            14338 modules/ts/include/opencv2/ts/ts_gtest.h         end3_(other.end3_),
other            14339 modules/ts/include/opencv2/ts/ts_gtest.h         current3_(other.current3_),
other            14340 modules/ts/include/opencv2/ts/ts_gtest.h         begin4_(other.begin4_),
other            14341 modules/ts/include/opencv2/ts/ts_gtest.h         end4_(other.end4_),
other            14342 modules/ts/include/opencv2/ts/ts_gtest.h         current4_(other.current4_),
other            14343 modules/ts/include/opencv2/ts/ts_gtest.h         begin5_(other.begin5_),
other            14344 modules/ts/include/opencv2/ts/ts_gtest.h         end5_(other.end5_),
other            14345 modules/ts/include/opencv2/ts/ts_gtest.h         current5_(other.current5_) {
other            14366 modules/ts/include/opencv2/ts/ts_gtest.h     void operator=(const Iterator& other);
other            14390 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductGenerator5& other);
other            14485 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
other            14488 modules/ts/include/opencv2/ts/ts_gtest.h       GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
other            14492 modules/ts/include/opencv2/ts/ts_gtest.h           CheckedDowncastToActualType<const Iterator>(&other);
other            14507 modules/ts/include/opencv2/ts/ts_gtest.h     Iterator(const Iterator& other)
other            14508 modules/ts/include/opencv2/ts/ts_gtest.h         : base_(other.base_),
other            14509 modules/ts/include/opencv2/ts/ts_gtest.h         begin1_(other.begin1_),
other            14510 modules/ts/include/opencv2/ts/ts_gtest.h         end1_(other.end1_),
other            14511 modules/ts/include/opencv2/ts/ts_gtest.h         current1_(other.current1_),
other            14512 modules/ts/include/opencv2/ts/ts_gtest.h         begin2_(other.begin2_),
other            14513 modules/ts/include/opencv2/ts/ts_gtest.h         end2_(other.end2_),
other            14514 modules/ts/include/opencv2/ts/ts_gtest.h         current2_(other.current2_),
other            14515 modules/ts/include/opencv2/ts/ts_gtest.h         begin3_(other.begin3_),
other            14516 modules/ts/include/opencv2/ts/ts_gtest.h         end3_(other.end3_),
other            14517 modules/ts/include/opencv2/ts/ts_gtest.h         current3_(other.current3_),
other            14518 modules/ts/include/opencv2/ts/ts_gtest.h         begin4_(other.begin4_),
other            14519 modules/ts/include/opencv2/ts/ts_gtest.h         end4_(other.end4_),
other            14520 modules/ts/include/opencv2/ts/ts_gtest.h         current4_(other.current4_),
other            14521 modules/ts/include/opencv2/ts/ts_gtest.h         begin5_(other.begin5_),
other            14522 modules/ts/include/opencv2/ts/ts_gtest.h         end5_(other.end5_),
other            14523 modules/ts/include/opencv2/ts/ts_gtest.h         current5_(other.current5_),
other            14524 modules/ts/include/opencv2/ts/ts_gtest.h         begin6_(other.begin6_),
other            14525 modules/ts/include/opencv2/ts/ts_gtest.h         end6_(other.end6_),
other            14526 modules/ts/include/opencv2/ts/ts_gtest.h         current6_(other.current6_) {
other            14548 modules/ts/include/opencv2/ts/ts_gtest.h     void operator=(const Iterator& other);
other            14575 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductGenerator6& other);
other            14679 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
other            14682 modules/ts/include/opencv2/ts/ts_gtest.h       GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
other            14686 modules/ts/include/opencv2/ts/ts_gtest.h           CheckedDowncastToActualType<const Iterator>(&other);
other            14702 modules/ts/include/opencv2/ts/ts_gtest.h     Iterator(const Iterator& other)
other            14703 modules/ts/include/opencv2/ts/ts_gtest.h         : base_(other.base_),
other            14704 modules/ts/include/opencv2/ts/ts_gtest.h         begin1_(other.begin1_),
other            14705 modules/ts/include/opencv2/ts/ts_gtest.h         end1_(other.end1_),
other            14706 modules/ts/include/opencv2/ts/ts_gtest.h         current1_(other.current1_),
other            14707 modules/ts/include/opencv2/ts/ts_gtest.h         begin2_(other.begin2_),
other            14708 modules/ts/include/opencv2/ts/ts_gtest.h         end2_(other.end2_),
other            14709 modules/ts/include/opencv2/ts/ts_gtest.h         current2_(other.current2_),
other            14710 modules/ts/include/opencv2/ts/ts_gtest.h         begin3_(other.begin3_),
other            14711 modules/ts/include/opencv2/ts/ts_gtest.h         end3_(other.end3_),
other            14712 modules/ts/include/opencv2/ts/ts_gtest.h         current3_(other.current3_),
other            14713 modules/ts/include/opencv2/ts/ts_gtest.h         begin4_(other.begin4_),
other            14714 modules/ts/include/opencv2/ts/ts_gtest.h         end4_(other.end4_),
other            14715 modules/ts/include/opencv2/ts/ts_gtest.h         current4_(other.current4_),
other            14716 modules/ts/include/opencv2/ts/ts_gtest.h         begin5_(other.begin5_),
other            14717 modules/ts/include/opencv2/ts/ts_gtest.h         end5_(other.end5_),
other            14718 modules/ts/include/opencv2/ts/ts_gtest.h         current5_(other.current5_),
other            14719 modules/ts/include/opencv2/ts/ts_gtest.h         begin6_(other.begin6_),
other            14720 modules/ts/include/opencv2/ts/ts_gtest.h         end6_(other.end6_),
other            14721 modules/ts/include/opencv2/ts/ts_gtest.h         current6_(other.current6_),
other            14722 modules/ts/include/opencv2/ts/ts_gtest.h         begin7_(other.begin7_),
other            14723 modules/ts/include/opencv2/ts/ts_gtest.h         end7_(other.end7_),
other            14724 modules/ts/include/opencv2/ts/ts_gtest.h         current7_(other.current7_) {
other            14747 modules/ts/include/opencv2/ts/ts_gtest.h     void operator=(const Iterator& other);
other            14777 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductGenerator7& other);
other            14892 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
other            14895 modules/ts/include/opencv2/ts/ts_gtest.h       GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
other            14899 modules/ts/include/opencv2/ts/ts_gtest.h           CheckedDowncastToActualType<const Iterator>(&other);
other            14916 modules/ts/include/opencv2/ts/ts_gtest.h     Iterator(const Iterator& other)
other            14917 modules/ts/include/opencv2/ts/ts_gtest.h         : base_(other.base_),
other            14918 modules/ts/include/opencv2/ts/ts_gtest.h         begin1_(other.begin1_),
other            14919 modules/ts/include/opencv2/ts/ts_gtest.h         end1_(other.end1_),
other            14920 modules/ts/include/opencv2/ts/ts_gtest.h         current1_(other.current1_),
other            14921 modules/ts/include/opencv2/ts/ts_gtest.h         begin2_(other.begin2_),
other            14922 modules/ts/include/opencv2/ts/ts_gtest.h         end2_(other.end2_),
other            14923 modules/ts/include/opencv2/ts/ts_gtest.h         current2_(other.current2_),
other            14924 modules/ts/include/opencv2/ts/ts_gtest.h         begin3_(other.begin3_),
other            14925 modules/ts/include/opencv2/ts/ts_gtest.h         end3_(other.end3_),
other            14926 modules/ts/include/opencv2/ts/ts_gtest.h         current3_(other.current3_),
other            14927 modules/ts/include/opencv2/ts/ts_gtest.h         begin4_(other.begin4_),
other            14928 modules/ts/include/opencv2/ts/ts_gtest.h         end4_(other.end4_),
other            14929 modules/ts/include/opencv2/ts/ts_gtest.h         current4_(other.current4_),
other            14930 modules/ts/include/opencv2/ts/ts_gtest.h         begin5_(other.begin5_),
other            14931 modules/ts/include/opencv2/ts/ts_gtest.h         end5_(other.end5_),
other            14932 modules/ts/include/opencv2/ts/ts_gtest.h         current5_(other.current5_),
other            14933 modules/ts/include/opencv2/ts/ts_gtest.h         begin6_(other.begin6_),
other            14934 modules/ts/include/opencv2/ts/ts_gtest.h         end6_(other.end6_),
other            14935 modules/ts/include/opencv2/ts/ts_gtest.h         current6_(other.current6_),
other            14936 modules/ts/include/opencv2/ts/ts_gtest.h         begin7_(other.begin7_),
other            14937 modules/ts/include/opencv2/ts/ts_gtest.h         end7_(other.end7_),
other            14938 modules/ts/include/opencv2/ts/ts_gtest.h         current7_(other.current7_),
other            14939 modules/ts/include/opencv2/ts/ts_gtest.h         begin8_(other.begin8_),
other            14940 modules/ts/include/opencv2/ts/ts_gtest.h         end8_(other.end8_),
other            14941 modules/ts/include/opencv2/ts/ts_gtest.h         current8_(other.current8_) {
other            14965 modules/ts/include/opencv2/ts/ts_gtest.h     void operator=(const Iterator& other);
other            14998 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductGenerator8& other);
other            15121 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
other            15124 modules/ts/include/opencv2/ts/ts_gtest.h       GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
other            15128 modules/ts/include/opencv2/ts/ts_gtest.h           CheckedDowncastToActualType<const Iterator>(&other);
other            15146 modules/ts/include/opencv2/ts/ts_gtest.h     Iterator(const Iterator& other)
other            15147 modules/ts/include/opencv2/ts/ts_gtest.h         : base_(other.base_),
other            15148 modules/ts/include/opencv2/ts/ts_gtest.h         begin1_(other.begin1_),
other            15149 modules/ts/include/opencv2/ts/ts_gtest.h         end1_(other.end1_),
other            15150 modules/ts/include/opencv2/ts/ts_gtest.h         current1_(other.current1_),
other            15151 modules/ts/include/opencv2/ts/ts_gtest.h         begin2_(other.begin2_),
other            15152 modules/ts/include/opencv2/ts/ts_gtest.h         end2_(other.end2_),
other            15153 modules/ts/include/opencv2/ts/ts_gtest.h         current2_(other.current2_),
other            15154 modules/ts/include/opencv2/ts/ts_gtest.h         begin3_(other.begin3_),
other            15155 modules/ts/include/opencv2/ts/ts_gtest.h         end3_(other.end3_),
other            15156 modules/ts/include/opencv2/ts/ts_gtest.h         current3_(other.current3_),
other            15157 modules/ts/include/opencv2/ts/ts_gtest.h         begin4_(other.begin4_),
other            15158 modules/ts/include/opencv2/ts/ts_gtest.h         end4_(other.end4_),
other            15159 modules/ts/include/opencv2/ts/ts_gtest.h         current4_(other.current4_),
other            15160 modules/ts/include/opencv2/ts/ts_gtest.h         begin5_(other.begin5_),
other            15161 modules/ts/include/opencv2/ts/ts_gtest.h         end5_(other.end5_),
other            15162 modules/ts/include/opencv2/ts/ts_gtest.h         current5_(other.current5_),
other            15163 modules/ts/include/opencv2/ts/ts_gtest.h         begin6_(other.begin6_),
other            15164 modules/ts/include/opencv2/ts/ts_gtest.h         end6_(other.end6_),
other            15165 modules/ts/include/opencv2/ts/ts_gtest.h         current6_(other.current6_),
other            15166 modules/ts/include/opencv2/ts/ts_gtest.h         begin7_(other.begin7_),
other            15167 modules/ts/include/opencv2/ts/ts_gtest.h         end7_(other.end7_),
other            15168 modules/ts/include/opencv2/ts/ts_gtest.h         current7_(other.current7_),
other            15169 modules/ts/include/opencv2/ts/ts_gtest.h         begin8_(other.begin8_),
other            15170 modules/ts/include/opencv2/ts/ts_gtest.h         end8_(other.end8_),
other            15171 modules/ts/include/opencv2/ts/ts_gtest.h         current8_(other.current8_),
other            15172 modules/ts/include/opencv2/ts/ts_gtest.h         begin9_(other.begin9_),
other            15173 modules/ts/include/opencv2/ts/ts_gtest.h         end9_(other.end9_),
other            15174 modules/ts/include/opencv2/ts/ts_gtest.h         current9_(other.current9_) {
other            15200 modules/ts/include/opencv2/ts/ts_gtest.h     void operator=(const Iterator& other);
other            15236 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductGenerator9& other);
other            15368 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
other            15371 modules/ts/include/opencv2/ts/ts_gtest.h       GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
other            15375 modules/ts/include/opencv2/ts/ts_gtest.h           CheckedDowncastToActualType<const Iterator>(&other);
other            15394 modules/ts/include/opencv2/ts/ts_gtest.h     Iterator(const Iterator& other)
other            15395 modules/ts/include/opencv2/ts/ts_gtest.h         : base_(other.base_),
other            15396 modules/ts/include/opencv2/ts/ts_gtest.h         begin1_(other.begin1_),
other            15397 modules/ts/include/opencv2/ts/ts_gtest.h         end1_(other.end1_),
other            15398 modules/ts/include/opencv2/ts/ts_gtest.h         current1_(other.current1_),
other            15399 modules/ts/include/opencv2/ts/ts_gtest.h         begin2_(other.begin2_),
other            15400 modules/ts/include/opencv2/ts/ts_gtest.h         end2_(other.end2_),
other            15401 modules/ts/include/opencv2/ts/ts_gtest.h         current2_(other.current2_),
other            15402 modules/ts/include/opencv2/ts/ts_gtest.h         begin3_(other.begin3_),
other            15403 modules/ts/include/opencv2/ts/ts_gtest.h         end3_(other.end3_),
other            15404 modules/ts/include/opencv2/ts/ts_gtest.h         current3_(other.current3_),
other            15405 modules/ts/include/opencv2/ts/ts_gtest.h         begin4_(other.begin4_),
other            15406 modules/ts/include/opencv2/ts/ts_gtest.h         end4_(other.end4_),
other            15407 modules/ts/include/opencv2/ts/ts_gtest.h         current4_(other.current4_),
other            15408 modules/ts/include/opencv2/ts/ts_gtest.h         begin5_(other.begin5_),
other            15409 modules/ts/include/opencv2/ts/ts_gtest.h         end5_(other.end5_),
other            15410 modules/ts/include/opencv2/ts/ts_gtest.h         current5_(other.current5_),
other            15411 modules/ts/include/opencv2/ts/ts_gtest.h         begin6_(other.begin6_),
other            15412 modules/ts/include/opencv2/ts/ts_gtest.h         end6_(other.end6_),
other            15413 modules/ts/include/opencv2/ts/ts_gtest.h         current6_(other.current6_),
other            15414 modules/ts/include/opencv2/ts/ts_gtest.h         begin7_(other.begin7_),
other            15415 modules/ts/include/opencv2/ts/ts_gtest.h         end7_(other.end7_),
other            15416 modules/ts/include/opencv2/ts/ts_gtest.h         current7_(other.current7_),
other            15417 modules/ts/include/opencv2/ts/ts_gtest.h         begin8_(other.begin8_),
other            15418 modules/ts/include/opencv2/ts/ts_gtest.h         end8_(other.end8_),
other            15419 modules/ts/include/opencv2/ts/ts_gtest.h         current8_(other.current8_),
other            15420 modules/ts/include/opencv2/ts/ts_gtest.h         begin9_(other.begin9_),
other            15421 modules/ts/include/opencv2/ts/ts_gtest.h         end9_(other.end9_),
other            15422 modules/ts/include/opencv2/ts/ts_gtest.h         current9_(other.current9_),
other            15423 modules/ts/include/opencv2/ts/ts_gtest.h         begin10_(other.begin10_),
other            15424 modules/ts/include/opencv2/ts/ts_gtest.h         end10_(other.end10_),
other            15425 modules/ts/include/opencv2/ts/ts_gtest.h         current10_(other.current10_) {
other            15452 modules/ts/include/opencv2/ts/ts_gtest.h     void operator=(const Iterator& other);
other            15491 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductGenerator10& other);
other            15527 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductHolder2& other);
other            15550 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductHolder3& other);
other            15576 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductHolder4& other);
other            15604 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductHolder5& other);
other            15636 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductHolder6& other);
other            15671 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductHolder7& other);
other            15710 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductHolder8& other);
other            15753 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductHolder9& other);
other            15799 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductHolder10& other);
other            17737 modules/ts/include/opencv2/ts/ts_gtest.h   AssertionResult(const AssertionResult& other);
other            2452 modules/ts/src/ts_gtest.cpp AssertionResult::AssertionResult(const AssertionResult& other)
other            2453 modules/ts/src/ts_gtest.cpp     : success_(other.success_),
other            2454 modules/ts/src/ts_gtest.cpp       message_(other.message_.get() != NULL ?
other            2455 modules/ts/src/ts_gtest.cpp                new ::std::string(*other.message_) :
other              80 modules/videoio/src/agile_wrl.hpp             AgileHelper(AgileHelper&& other) : _p(other._p), _release(other._release)
other              85 modules/videoio/src/agile_wrl.hpp             AgileHelper operator=(AgileHelper&& other)
other              87 modules/videoio/src/agile_wrl.hpp                 _p = other._p;
other              88 modules/videoio/src/agile_wrl.hpp                 _release = other._release;
other             406 modules/videoio/src/agile_wrl.hpp         bool operator==(const Agile& other) const throw()
other             408 modules/videoio/src/agile_wrl.hpp             return _object == other._object && _contextToken == other._contextToken;
other             411 modules/videoio/src/agile_wrl.hpp         bool operator<(const Agile& other) const throw()
other             413 modules/videoio/src/agile_wrl.hpp             if (reinterpret_cast<void*>(_object) < reinterpret_cast<void*>(other._object))
other             418 modules/videoio/src/agile_wrl.hpp             return _object == other._object && _contextToken < other._contextToken;
other             530 modules/videoio/src/agile_wrl.hpp         bool operator==(const Agile& other) const throw()
other             532 modules/videoio/src/agile_wrl.hpp             return _object == other._object;
other             535 modules/videoio/src/agile_wrl.hpp         bool operator<(const Agile& other) const throw()
other             537 modules/videoio/src/agile_wrl.hpp             return reinterpret_cast<void*>(_object) < reinterpret_cast<void*>(other._object);
other             115 modules/videostab/src/inpainting.cpp     bool operator <(const Pixel3 &other) const { return intens < other.intens; }
other              94 modules/viz/include/opencv2/viz/widgets.hpp             Widget(const Widget& other);
other              95 modules/viz/include/opencv2/viz/widgets.hpp             Widget& operator=(const Widget& other);
other              50 modules/viz/src/viz3d.cpp cv::viz::Viz3d::Viz3d(const Viz3d& other) : impl_(other.impl_)
other              56 modules/viz/src/viz3d.cpp cv::viz::Viz3d& cv::viz::Viz3d::operator=(const Viz3d& other)
other              58 modules/viz/src/viz3d.cpp     if (this != &other)
other              61 modules/viz/src/viz3d.cpp         impl_ = other.impl_;
other              60 modules/viz/src/widget.cpp cv::viz::Widget::Widget(const Widget& other) : impl_( new Impl() )
other              62 modules/viz/src/widget.cpp     if (other.impl_ && other.impl_->prop)
other              63 modules/viz/src/widget.cpp         impl_->prop = other.impl_->prop;
other              66 modules/viz/src/widget.cpp cv::viz::Widget& cv::viz::Widget::operator=(const Widget& other)
other              71 modules/viz/src/widget.cpp     if (other.impl_)
other              72 modules/viz/src/widget.cpp         impl_->prop = other.impl_->prop;