Home
last modified time | relevance | path

Searched refs:OperationType (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeocodereply_esri.h53 enum OperationType enum
60 GeoCodeReplyEsri(QNetworkReply *reply, OperationType operationType, QObject *parent = nullptr);
63 inline OperationType operationType() const;
73 OperationType m_operationType;
76 inline GeoCodeReplyEsri::OperationType GeoCodeReplyEsri::operationType() const in operationType()
H A Dgeocodereply_esri.cpp52 GeoCodeReplyEsri::GeoCodeReplyEsri(QNetworkReply *reply, OperationType operationType, in GeoCodeReplyEsri()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplaceidreply.cpp44 QPlaceIdReplyPrivate(QPlaceIdReply::OperationType operationType) in QPlaceIdReplyPrivate()
48 QPlaceIdReply::OperationType operationType;
85 QPlaceIdReply::QPlaceIdReply(QPlaceIdReply::OperationType operationType, QObject *parent) in QPlaceIdReply()
108 QPlaceIdReply::OperationType QPlaceIdReply::operationType() const in operationType()
H A Dqplaceidreply.h50 enum OperationType enum
58 explicit QPlaceIdReply(OperationType operationType, QObject *parent = nullptr);
62 OperationType operationType() const;
H A Dunsupportedreplies_p.h162 QPlaceIdReplyUnsupported(const QString &message, QPlaceIdReply::OperationType type, in QPlaceIdReplyUnsupported()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dhandle_self_turns.hpp33 template <overlay_type OverlayType, operation_type OperationType>
127 template <overlay_type OverlayType, operation_type OperationType>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplaceidreplyimpl.h49 QPlaceIdReplyImpl(QPlaceIdReply::OperationType type, QObject *parent = 0);
H A Dqplaceidreplyimpl.cpp41 QPlaceIdReplyImpl::QPlaceIdReplyImpl(QPlaceIdReply::OperationType type, QObject *parent) in QPlaceIdReplyImpl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h167 IdReply(QPlaceIdReply::OperationType type, QObject *parent = 0)