Searched refs:otherPath (Results 1 – 2 of 2) sorted by relevance
570 const QGeoPolygonPrivate &otherPath = static_cast<const QGeoPolygonPrivate &>(other); in operator ==() local571 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 ==()
453 const QGeoPathPrivate &otherPath = static_cast<const QGeoPathPrivate &>(other); in operator ==() local454 if (m_path.size() != otherPath.m_path.size()) in operator ==()456 return m_width == otherPath.m_width && m_path == otherPath.m_path; in operator ==()