Home
last modified time | relevance | path

Searched refs:attributeType (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplace.cpp476 QPlaceAttribute QPlace::extendedAttribute(const QString &attributeType) const in extendedAttribute()
478 return d_ptr->extendedAttribute(attributeType); in extendedAttribute()
488 void QPlace::setExtendedAttribute(const QString &attributeType, in setExtendedAttribute() argument
492 d_ptr->extendedAttributes().remove(attributeType); in setExtendedAttribute()
494 d_ptr->extendedAttributes().insert(attributeType, attribute); in setExtendedAttribute()
502 void QPlace::removeExtendedAttribute(const QString &attributeType) in removeExtendedAttribute() argument
504 setExtendedAttribute(attributeType, QPlaceAttribute()); in removeExtendedAttribute()
647 QPlaceAttribute QPlacePrivate::extendedAttribute(const QString &attributeType) const in extendedAttribute()
649 return extendedAttributes().value(attributeType); in extendedAttribute()
H A Dqplace.h107 QPlaceAttribute extendedAttribute(const QString &attributeType) const;
108 void setExtendedAttribute(const QString &attributeType, const QPlaceAttribute &attribute);
109 void removeExtendedAttribute(const QString &attributeType);
H A Dqplace_p.h100 virtual QPlaceAttribute extendedAttribute(const QString &attributeType) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dattribute.hpp31 DataType attributeType; member in mbgl::gl::AttributeBinding
41 …return std::tie(lhs.attributeType, lhs.attributeSize, lhs.attributeOffset, lhs.vertexBuffer, lhs.v… in operator ==()
42 …== std::tie(rhs.attributeType, rhs.attributeSize, rhs.attributeOffset, rhs.vertexBuffer, rhs.verte… in operator ==()
H A Dvalue.cpp377 static_cast<GLenum>(binding->attributeType), in Set()
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dx509_akid.asn133 attributeType OBJECT IDENTIFIER ({ x509_note_OID }),
H A Dx509.asn133 attributeType OBJECT IDENTIFIER ({ x509_note_OID }),
H A Dpkcs7.asn1133 attributeType OBJECT IDENTIFIER ({ pkcs7_note_OID }),
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplace.cpp1086 foreach (const QString &attributeType, attributeTypes) { in pullExtendedAttributes()
1087 m_extendedAttributes->insert(attributeType, in pullExtendedAttributes()
1088 … QVariant::fromValue(new QDeclarativePlaceAttribute(m_src.extendedAttribute(attributeType)))); in pullExtendedAttributes()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h78 QPlaceAttribute extendedAttribute(const QString &attributeType) const override in extendedAttribute() argument
80 if (attributeType == QStringLiteral("x_provider")) { in extendedAttribute()
86 return QPlacePrivateDefault::extendedAttribute(attributeType); in extendedAttribute()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/
H A Dtst_qplace.cpp544 foreach (const QString &attributeType, place.extendedAttributeTypes()) in extendedAttributeTest()
545 place.setExtendedAttribute(attributeType, QPlaceAttribute()); in extendedAttributeTest()