Searched refs:pimpl (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/ |
| H A D | qgeomapobjectqsgsupport.cpp | 54 QExplicitlySharedDataPointer<QGeoMapObjectPrivate> pimpl = in createMapObjectImplementation() local 56 if (pimpl.constData()) { in createMapObjectImplementation() 57 bool res = obj->setImplementation(pimpl); in createMapObjectImplementation() 74 QMapPolylineObjectPrivateQSG *pimpl = in createMapObjectImplementationPrivate() local 76 sgo = pimpl; in createMapObjectImplementationPrivate() 77 res = pimpl; in createMapObjectImplementationPrivate() 82 QMapPolygonObjectPrivateQSG *pimpl = in createMapObjectImplementationPrivate() local 84 sgo = pimpl; in createMapObjectImplementationPrivate() 85 res = pimpl; in createMapObjectImplementationPrivate() 90 QMapCircleObjectPrivateQSG *pimpl = in createMapObjectImplementationPrivate() local [all …]
|
| /OK3568_Linux_fs/buildroot/package/urg/ |
| H A D | 0002-urg-gcc6-fix-narrowing-conversion.patch | 79 if (! pimpl->response(return_code, "VV\n", expected_response, &lines)) { 88 if (! pimpl->response(return_code, send_command, expected_response)) { 89 pimpl->error_message_ = (on) ? "TM0 fail." : "TM2 fail."; 98 if (! pimpl->response(return_code, "TM1\n", expected_response, &lines)) { 99 pimpl->error_message_ = "TM1 fail.";
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qmappolylineobject.cpp | 214 auto pimpl = static_cast<QMapPolylineObjectPrivate *>(d_ptr.data()); in setPath() local 215 if (p != pimpl->path()) { in setPath() 216 pimpl->setPath(p); in setPath()
|
| H A D | qmappolygonobject.cpp | 218 auto pimpl = static_cast<QMapPolygonObjectPrivate *>(d_ptr.data()); in setPath() local 219 if (p != pimpl->path()) { in setPath() 220 pimpl->setPath(p); in setPath()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qgeomapobject.cpp | 104 …l QGeoMapObject::setImplementation(const QExplicitlySharedDataPointer<QGeoMapObjectPrivate> &pimpl) in setImplementation() argument 106 if (d_ptr->type() != pimpl->type()) in setImplementation() 108 d_ptr = pimpl; in setImplementation()
|
| H A D | qgeomapobject_p.h | 100 bool setImplementation(const QExplicitlySharedDataPointer<QGeoMapObjectPrivate> &pimpl);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qnmeapositioninfosource.cpp | 194 QGeoPositionInfoPrivateNmea *pimpl = new QGeoPositionInfoPrivateNmea; in readAvailableData() local 195 QGeoPositionInfo pos(*pimpl); in readAvailableData() 257 pimpl->nmeaSentences.append(QByteArray(buf, size)); in readAvailableData() 376 QGeoPositionInfoPrivateNmea *pimpl = new QGeoPositionInfoPrivateNmea; in processSentence() local 377 QGeoPositionInfo pos(*pimpl); in processSentence() 406 pimpl->nmeaSentences.append(QByteArray(buf, size)); in processSentence()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/serialnmea/ |
| H A D | qnmeasatelliteinfosource.cpp | 407 …QGeoSatelliteInfoPrivateNmea *pimpl = new QGeoSatelliteInfoPrivateNmea(*QGeoSatelliteInfoPrivate::… in readAvailableData() local 408 pimpl->nmeaSentences.append(m_pendingUpdate.gsa); in readAvailableData() 409 pimpl->nmeaSentences.append(m_pendingUpdate.gsv); in readAvailableData() 410 m_pendingUpdate.m_satellitesInView.replace(i, QGeoSatelliteInfo(*pimpl)); in readAvailableData()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeomap.cpp | 295 QExplicitlySharedDataPointer<QGeoMapObjectPrivate> pimpl = in createMapObjectImplementation() local 297 if (pimpl.constData()) in createMapObjectImplementation() 298 return obj->setImplementation(pimpl); in createMapObjectImplementation()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gcc.info | 31966 int (S::*pimpl) (int) 31970 return reinterpret_cast<Func*>(pimpl);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gcc.info | 31966 int (S::*pimpl) (int) 31970 return reinterpret_cast<Func*>(pimpl);
|