Home
last modified time | relevance | path

Searched refs:QDataStream (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqlocationdata_simulator_p.h121 Q_POSITIONING_PRIVATE_EXPORT QDataStream &operator<<(QDataStream &out, const QGeoPositionInfoData &…
122 Q_POSITIONING_PRIVATE_EXPORT QDataStream &operator>>(QDataStream &in, QGeoPositionInfoData &s);
123 Q_POSITIONING_PRIVATE_EXPORT QDataStream &operator<<(QDataStream &out, const QGeoSatelliteInfoData …
124 Q_POSITIONING_PRIVATE_EXPORT QDataStream &operator>>(QDataStream &in, QGeoSatelliteInfoData &s);
125 Q_POSITIONING_PRIVATE_EXPORT QDataStream &operator<<(QDataStream &out, const QGeoSatelliteInfoData:…
126 Q_POSITIONING_PRIVATE_EXPORT QDataStream &operator>>(QDataStream &in, QGeoSatelliteInfoData::Satell…
H A Dqgeopositioninfo.h49 class QDataStream; variable
95 …friend Q_POSITIONING_EXPORT QDataStream &operator<<(QDataStream &stream, const QGeoPositionInfo &i…
96 … friend Q_POSITIONING_EXPORT QDataStream &operator>>(QDataStream &stream, QGeoPositionInfo &info);
107 Q_POSITIONING_EXPORT QDataStream &operator<<(QDataStream &stream, QGeoPositionInfo::Attribute attr);
108 Q_POSITIONING_EXPORT QDataStream &operator>>(QDataStream &stream, QGeoPositionInfo::Attribute &attr…
109 Q_POSITIONING_EXPORT QDataStream &operator<<(QDataStream &stream, const QGeoPositionInfo &info);
110 Q_POSITIONING_EXPORT QDataStream &operator>>(QDataStream &stream, QGeoPositionInfo &info);
H A Dqlocationdata_simulator.cpp75 QDataStream &operator<<(QDataStream &out, const QGeoPositionInfoData &s) in operator <<()
84 QDataStream &operator>>(QDataStream &in, QGeoPositionInfoData &s) in operator >>()
93 QDataStream &operator<<(QDataStream &out, const QGeoSatelliteInfoData &s) in operator <<()
99 QDataStream &operator>>(QDataStream &in, QGeoSatelliteInfoData &s) in operator >>()
105 QDataStream &operator<<(QDataStream &out, const QGeoSatelliteInfoData::SatelliteInfo &s) in operator <<()
111 QDataStream &operator>>(QDataStream &in, QGeoSatelliteInfoData::SatelliteInfo &s) in operator >>()
H A Dqgeoareamonitorinfo.h50 class QDataStream; variable
54 Q_POSITIONING_EXPORT QDataStream &operator<<(QDataStream &, const QGeoAreaMonitorInfo &);
55 Q_POSITIONING_EXPORT QDataStream &operator>>(QDataStream &, QGeoAreaMonitorInfo &);
92 friend Q_POSITIONING_EXPORT QDataStream &operator<<(QDataStream &, const QGeoAreaMonitorInfo &);
93 friend Q_POSITIONING_EXPORT QDataStream &operator>>(QDataStream &, QGeoAreaMonitorInfo &);
H A Dqgeosatelliteinfo.h47 class QDataStream; variable
96 …friend Q_POSITIONING_EXPORT QDataStream &operator<<(QDataStream &stream, const QGeoSatelliteInfo &…
97 … friend Q_POSITIONING_EXPORT QDataStream &operator>>(QDataStream &stream, QGeoSatelliteInfo &info);
108 Q_POSITIONING_EXPORT QDataStream &operator<<(QDataStream &stream, const QGeoSatelliteInfo &info);
109 Q_POSITIONING_EXPORT QDataStream &operator>>(QDataStream &stream, QGeoSatelliteInfo &info);
H A Dqgeopositioninfo.cpp299 QDataStream &operator<<(QDataStream &stream, QGeoPositionInfo::Attribute attr) in operator <<()
311 QDataStream &operator>>(QDataStream &stream, QGeoPositionInfo::Attribute &attr) in operator >>()
328 QDataStream &operator<<(QDataStream &stream, const QGeoPositionInfo &info) in operator <<()
346 QDataStream &operator>>(QDataStream &stream, QGeoPositionInfo &info) in operator >>()
H A Dqgeocoordinate.h51 class QDataStream; variable
129 Q_POSITIONING_EXPORT QDataStream &operator<<(QDataStream &stream, const QGeoCoordinate &coordinate);
130 Q_POSITIONING_EXPORT QDataStream &operator>>(QDataStream &stream, QGeoCoordinate &coordinate);
H A Dqgeoshape.h106 Q_POSITIONING_EXPORT QDataStream &operator<<(QDataStream &stream, const QGeoShape &shape);
107 Q_POSITIONING_EXPORT QDataStream &operator>>(QDataStream &stream, QGeoShape &shape);
H A Dqdoublevector2d.cpp103 QDataStream &operator<<(QDataStream &stream, const QDoubleVector2D &vector) in operator <<()
109 QDataStream &operator>>(QDataStream &stream, QDoubleVector2D &vector) in operator >>()
H A Dqdoublevector3d.cpp123 QDataStream &operator<<(QDataStream &stream, const QDoubleVector3D &vector) in operator <<()
130 QDataStream &operator>>(QDataStream &stream, QDoubleVector3D &vector) in operator >>()
H A Dqgeosatelliteinfo.cpp272 QDataStream &operator<<(QDataStream &stream, const QGeoSatelliteInfo &info) in operator <<()
293 QDataStream &operator>>(QDataStream &stream, QGeoSatelliteInfo &info) in operator >>()
H A Dqgeoareamonitorinfo.cpp318 QDataStream &operator<<(QDataStream &ds, const QGeoAreaMonitorInfo &monitor) in operator <<()
335 QDataStream &operator>>(QDataStream &ds, QGeoAreaMonitorInfo &monitor) in operator >>()
H A Dqgeoshape.cpp364 QDataStream &operator<<(QDataStream &stream, const QGeoShape &shape) in operator <<()
399 QDataStream &operator>>(QDataStream &stream, QGeoShape &shape) in operator >>()
H A Dqdoublevector2d_p.h256 Q_POSITIONING_EXPORT QDataStream &operator<<(QDataStream &, const QDoubleVector2D &);
257 Q_POSITIONING_EXPORT QDataStream &operator>>(QDataStream &, QDoubleVector2D &);
H A Dqdoublevector3d_p.h296 Q_POSITIONING_EXPORT QDataStream &operator<<(QDataStream &, const QDoubleVector3D &);
297 Q_POSITIONING_EXPORT QDataStream &operator>>(QDataStream &, QDoubleVector3D &);
H A Dqgeocoordinate.cpp743 QDataStream &operator<<(QDataStream &stream, const QGeoCoordinate &coordinate) in operator <<()
763 QDataStream &operator>>(QDataStream &stream, QGeoCoordinate &coordinate) in operator >>()
H A Dqdoublematrix4x4_p.h938 Q_POSITIONING_PRIVATE_EXPORT QDataStream &operator<<(QDataStream &, const QDoubleMatrix4x4 &);
939 Q_POSITIONING_PRIVATE_EXPORT QDataStream &operator>>(QDataStream &, QDoubleMatrix4x4 &);
H A Dqdoublematrix4x4.cpp1089 QDataStream &operator<<(QDataStream &stream, const QDoubleMatrix4x4 &matrix) in operator <<()
1097 QDataStream &operator>>(QDataStream &stream, QDoubleMatrix4x4 &matrix) in operator >>()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dcookiejar.cpp61 QDataStream &operator<<(QDataStream &stream, const QList<QNetworkCookie> &list) in operator <<()
70 QDataStream &operator>>(QDataStream &stream, QList<QNetworkCookie> &list) in operator >>()
H A Dbrowserapplication.cpp308 QDataStream stream(&buffer); in saveSession()
327 QDataStream stream(&buffer); in restoreLastSession()
H A Dhistory.cpp244 QDataStream in(&historyFile); in load()
249 QDataStream stream; in load()
338 QDataStream out(saveAll ? &tempFile : &historyFile); in save()
341 QDataStream stream(&data, QIODevice::WriteOnly); in save()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue2/
H A Dqgeopositioninfosource_geoclue2.cpp213 QDataStream out(&file); in restoreLastPosition()
228 QDataStream out(&file); in saveLastPosition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopositioninfo/
H A Dtst_qgeopositioninfo.cpp327 QDataStream out(&ba, QIODevice::WriteOnly); in datastream()
330 QDataStream in(&ba, QIODevice::ReadOnly); in datastream()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeosatelliteinfo/
H A Dtst_qgeosatelliteinfo.cpp334 QDataStream out(&ba, QIODevice::WriteOnly); in datastream()
337 QDataStream in(&ba, QIODevice::ReadOnly); in datastream()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/
H A Dqgeopositioninfosource_geocluemaster.cpp91 QDataStream out(&file); in QGeoPositionInfoSourceGeoclueMaster()
112 QDataStream out(&file); in ~QGeoPositionInfoSourceGeoclueMaster()

12