Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_feature.hpp20 …std::unordered_map<std::string,Value> getProperties() const override { return feature->getProperti… in getProperties() function in mbgl::SymbolFeature
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dvector_tile_data.cpp28 std::unordered_map<std::string, Value> VectorTileFeature::getProperties() const { in getProperties() function in mbgl::VectorTileFeature
29 return feature.getProperties(); in getProperties()
H A Dvector_tile_data.hpp18 std::unordered_map<std::string, Value> getProperties() const override;
H A Dgeojson_tile_data.hpp20 PropertyMap getProperties() const override { in getProperties() function in mbgl::GeoJSONTileFeature
H A Dgeometry_tile_data.hpp45 virtual PropertyMap getProperties() const { return PropertyMap(); } in getProperties() function in mbgl::GeometryTileFeature
H A Dgeometry_tile_data.cpp178 feature.properties = geometryTileFeature.getProperties(); in convertFeature()
/OK3568_Linux_fs/app/qfm/
H A Dmimeutils.cpp28 getProperties(); in MimeUtils()
95 void MimeUtils::getProperties(const QString &fileName, const QString &group) { in getProperties() function in MimeUtils
126 getProperties(fileName, "Desktop Entry"); in getDesktopFile()
H A Dmimeutils.h19 void getProperties(const QString &fileName = "", const QString &group = "");
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dexpression.cpp18 PropertyMap getProperties() const override { return feature.properties; } in getProperties() function in mbgl::style::expression::GeoJSONFeature
H A Dcompound_expression.cpp390 const PropertyMap properties = params.feature->getProperties(); in initializeDefinitions()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp48 properties_type getProperties() const;
194 inline feature::properties_type feature::getProperties() const { in getProperties() function in mapbox::vector_tile::feature