Home
last modified time | relevance | path

Searched defs:const (Results 176 – 200 of 748) sorted by relevance

12345678910>>...30

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopositioninfo.cpp139 bool QGeoPositionInfo::operator==(const QGeoPositionInfo &other) const in operator ==() argument
227 qreal QGeoPositionInfo::attribute(Attribute attribute) const in attribute()
246 bool QGeoPositionInfo::hasAttribute(Attribute attribute) const in hasAttribute()
365 bool QGeoPositionInfoPrivate::operator==(const QGeoPositionInfoPrivate &other) const in operator ==() argument
H A Dqgeoshape.cpp67 bool QGeoShapePrivate::operator==(const QGeoShapePrivate &other) const in operator ==() argument
224 bool QGeoShape::contains(const QGeoCoordinate &coordinate) const in contains() argument
291 bool QGeoShape::operator==(const QGeoShape &other) const in operator ==() argument
308 bool QGeoShape::operator!=(const QGeoShape &other) const in operator !=() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacecontent.cpp59 bool QPlaceContentPrivate::compare(const QPlaceContentPrivate *other) const in compare() argument
179 bool QPlaceContent::operator==(const QPlaceContent &other) const in operator ==() argument
195 bool QPlaceContent::operator!=(const QPlaceContent &other) const in operator !=() argument
H A Dqplaceicon.cpp71 bool QPlaceIconPrivate::operator == (const QPlaceIconPrivate &other) const in operator ==() argument
152 bool QPlaceIcon::operator==(const QPlaceIcon &other) const in operator ==() argument
169 QUrl QPlaceIcon::url(const QSize &size) const in url() argument
H A Dqplacecontentrequest.cpp58 bool QPlaceContentRequestPrivate::operator==(const QPlaceContentRequestPrivate &other) const in operator ==() argument
131 bool QPlaceContentRequest::operator== (const QPlaceContentRequest &other) const in operator ==() argument
141 bool QPlaceContentRequest::operator!= (const QPlaceContentRequest &other) const in operator !=() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcase.cpp8 EvaluationResult Case::evaluate(const EvaluationContext& params) const { in evaluate() argument
22 void Case::eachChild(const std::function<void(const Expression&)>& visit) const { in eachChild() argument
30 bool Case::operator==(const Expression& e) const { in operator ==() argument
H A Dcoalesce.cpp8 EvaluationResult Coalesce::evaluate(const EvaluationContext& params) const { in evaluate() argument
17 void Coalesce::eachChild(const std::function<void(const Expression&)>& visit) const { in eachChild() argument
23 bool Coalesce::operator==(const Expression& e) const { in operator ==() argument
H A Dcollator_expression.cpp67 void CollatorExpression::eachChild(const std::function<void(const Expression&)>& fn) const { in eachChild() argument
75 bool CollatorExpression::operator==(const Expression& e) const { in operator ==() argument
98 EvaluationResult CollatorExpression::evaluate(const EvaluationContext& params) const { in evaluate() argument
H A Dassertion.cpp50 EvaluationResult Assertion::evaluate(const EvaluationContext& params) const { in evaluate() argument
68 void Assertion::eachChild(const std::function<void(const Expression&)>& visit) const { in eachChild() argument
74 bool Assertion::operator==(const Expression& e) const { in operator ==() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouterequest.cpp264 bool QGeoRouteRequest::operator ==(const QGeoRouteRequest &other) const in operator ==() argument
273 bool QGeoRouteRequest::operator !=(const QGeoRouteRequest &other) const in operator !=() argument
399 …uest::FeatureWeight QGeoRouteRequest::featureWeight(QGeoRouteRequest::FeatureType featureType) con… in featureWeight()
542 bool QGeoRouteRequestPrivate::operator ==(const QGeoRouteRequestPrivate &other) const in operator ==() argument
H A Dqgeotilespec.cpp120 bool QGeoTileSpec::operator == (const QGeoTileSpec &rhs) const in operator ==() argument
125 bool QGeoTileSpec::operator < (const QGeoTileSpec &rhs) const in operator <() argument
188 bool QGeoTileSpecPrivate::operator == (const QGeoTileSpecPrivate &rhs) const in operator ==() argument
211 bool QGeoTileSpecPrivate::operator < (const QGeoTileSpecPrivate &rhs) const in operator <() argument
H A Dqgeoroutesegment.cpp122 bool QGeoRouteSegment::operator ==(const QGeoRouteSegment &other) const in operator ==() argument
133 bool QGeoRouteSegment::operator !=(const QGeoRouteSegment &other) const in operator !=() argument
280 bool QGeoRouteSegmentPrivate::operator ==(const QGeoRouteSegmentPrivate &other) const in operator ==() argument
285 bool QGeoRouteSegmentPrivate::equals(const QGeoRouteSegmentPrivate &other) const in equals() argument
401 bool QGeoRouteSegmentPrivateDefault::operator ==(const QGeoRouteSegmentPrivateDefault &other) const in operator ==() argument
H A Dqgeomap.cpp180 double QGeoMap::maximumCenterLatitudeAtZoom(const QGeoCameraData &cameraData) const in maximumCenterLatitudeAtZoom() argument
186 double QGeoMap::minimumCenterLatitudeAtZoom(const QGeoCameraData &cameraData) const in minimumCenterLatitudeAtZoom() argument
309 QList<QObject *> QGeoMap::mapObjectsAt(const QGeoCoordinate &/*coordinate*/) const in mapObjectsAt()
461 double QGeoMapPrivate::maximumCenterLatitudeAtZoom(const QGeoCameraData &cameraData) const in maximumCenterLatitudeAtZoom() argument
467 double QGeoMapPrivate::minimumCenterLatitudeAtZoom(const QGeoCameraData &cameraData) const in minimumCenterLatitudeAtZoom() argument
483 QRectF QGeoMapPrivate::clampVisibleArea(const QRectF &visibleArea) const in clampVisibleArea() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqplacemanagerenginemapbox.cpp265 QString QPlaceManagerEngineMapbox::parentCategoryId(const QString &categoryId) const in parentCategoryId() argument
273 QStringList QPlaceManagerEngineMapbox::childCategoryIds(const QString &categoryId) const in childCategoryIds() argument
282 QPlaceCategory QPlaceManagerEngineMapbox::category(const QString &categoryId) const in category() argument
287 QList<QPlaceCategory> QPlaceManagerEngineMapbox::childCategories(const QString &parentId) const in childCategories() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.cpp658 …ueryRenderedFeatures(const ScreenLineString& geometry, const RenderedQueryOptions& options) const { in queryRenderedFeatures() argument
678 const RenderedQueryOptions& options) const { in queryRenderedSymbols() argument
708 …g& geometry, const RenderedQueryOptions& options, const std::vector<const RenderLayer*>& layers) c… in queryRenderedFeatures() argument
748 std::vector<Feature> Renderer::Impl::queryShapeAnnotations(const ScreenLineString& geometry) const { in queryShapeAnnotations() argument
763 …::Impl::querySourceFeatures(const std::string& sourceID, const SourceQueryOptions& options) const { in querySourceFeatures() argument
792 const RenderLayer* Renderer::Impl::getRenderLayer(const std::string& id) const { in getRenderLayer() argument
797 RenderSource* Renderer::Impl::getRenderSource(const std::string& id) const { in getRenderSource() argument
802 bool Renderer::Impl::hasTransitions(TimePoint timePoint) const { in hasTransitions()
H A Dpossibly_evaluated_property_value.hpp34 T constantOr(const T& t) const { in constantOr() argument
39 auto match(Ts&&... ts) const { in match()
44 T evaluate(const Feature& feature, float zoom, T defaultValue) const { in evaluate()
H A Drender_tile.cpp18 const bool inViewportPixelUnits) const { in translateVtxMatrix() argument
45 const TransformState& state) const { in translatedMatrix() argument
51 const TransformState& state) const { in translatedClipMatrix() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dbuffer_join_miter.hpp68 RangeOut& range_out) const in apply()
116 inline NumericType max_distance(NumericType const& distance) const in max_distance()
124 double valid_limit(double miter_limit) const in valid_limit()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeojson_tile_data.hpp39 optional<Value> getValue(const std::string& key) const override { in getValue() argument
58 std::unique_ptr<GeometryTileFeature> getFeature(std::size_t i) const override { in getFeature()
85 std::unique_ptr<GeometryTileLayer> getLayer(const std::string&) const override { in getLayer() argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/hash_fn/
H A Dranged_probe_fn.hpp149 operator()(key_const_reference r_key) const in operator ()()
155 operator()(key_const_reference, size_type hash, size_type i) const in operator ()()
259 operator()(key_const_reference r_key) const in operator ()()
268 operator()(key_const_reference, size_type hash, size_type i) const in operator ()()
278 (key_const_reference r_key, size_type hash) const in operator ()()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/hash_fn/
H A Dranged_probe_fn.hpp149 operator()(key_const_reference r_key) const in operator ()()
155 operator()(key_const_reference, size_type hash, size_type i) const in operator ()()
259 operator()(key_const_reference r_key) const in operator ()()
268 operator()(key_const_reference, size_type hash, size_type i) const in operator ()()
278 (key_const_reference r_key, size_type hash) const in operator ()()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/database/
H A Dbookdelegate.cpp61 const QModelIndex &index) const in paint() argument
102 const QModelIndex &index) const in sizeHint() argument
131 const QModelIndex &index) const in createEditor() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dcomplement_graph.hpp50 inline bool operator<(complement_graph_vertex const& other) const in operator <()
107 inline signed_size_type parent_id(vertex_handle v) const in parent_id()
117 inline bool visited(vertex_handle v) const in visited()
133 has_cycles_dfs_data& data) const in has_cycles()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/
H A Diterators.hpp51 friend bool operator==(end_iterator const& /*l*/, end_iterator const& /*r*/) in operator ==()
106 friend bool operator==(iterator const& l, end_iterator<Value, Allocators> const& /*r*/) in operator ==()
111 friend bool operator==(end_iterator<Value, Allocators> const& /*l*/, iterator const& r) in operator ==()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeomapobject.cpp76 bool QGeoMapObject::operator ==(const QGeoMapObject &other) const in operator ==() argument
85 bool QGeoMapObject::operator !=(const QGeoMapObject &other) const in operator !=() argument
261 bool QGeoMapObjectPrivate::operator ==(const QGeoMapObjectPrivate &other) const in operator ==() argument
282 bool QGeoMapObjectPrivate::equals(const QGeoMapObjectPrivate &other) const in equals() argument

12345678910>>...30