Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopolygon.cpp570 const QGeoPolygonPrivate &otherPath = static_cast<const QGeoPolygonPrivate &>(other); in operator ==() local
571 if (m_path.size() != otherPath.m_path.size() in operator ==()
572 || m_holesList.size() != otherPath.m_holesList.size()) in operator ==()
574 return m_path == otherPath.m_path && m_holesList == otherPath.m_holesList; in operator ==()
H A Dqgeopath.cpp453 const QGeoPathPrivate &otherPath = static_cast<const QGeoPathPrivate &>(other); in operator ==() local
454 if (m_path.size() != otherPath.m_path.size()) in operator ==()
456 return m_width == otherPath.m_width && m_path == otherPath.m_path; in operator ==()