Home
last modified time | relevance | path

Searched defs:getName (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dtype.hpp18 std::string getName() const { return "null"; } in getName() function
24 std::string getName() const { return "number"; } in getName() function
30 std::string getName() const { return "boolean"; } in getName() function
36 std::string getName() const { return "string"; } in getName() function
42 std::string getName() const { return "color"; } in getName() function
48 std::string getName() const { return "object"; } in getName() function
54 std::string getName() const { return "error"; } in getName() function
60 std::string getName() const { return "value"; } in getName() function
66 std::string getName() const { return "collator"; } in getName() function
98 std::string getName() const { in getName() function
H A Dcompound_expression.hpp73 std::string getName() const { return name; } in getName() function in mbgl::style::expression::CompoundExpressionBase
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dvector_tile_data.cpp59 std::string VectorTileLayer::getName() const { in getName() function in mbgl::VectorTileLayer
H A Dgeojson_tile_data.hpp62 std::string getName() const override { in getName() function in mbgl::GeoJSONTileLayer
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTMediaBuffer.h67 const char* getName() {return "mediabuffer";} in getName() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle.cpp33 std::string Style::getName() const { in getName() function in mbgl::style::Style
H A Dstyle_impl.cpp231 std::string Style::Impl::getName() const { in getName() function in mbgl::style::Style::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_tile.cpp86 std::string AnnotationTileLayer::getName() const { in getName() function in mbgl::AnnotationTileLayer
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp451 inline std::string const& layer::getName() const { in getName() function in mapbox::vector_tile::layer
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Devent.py379 def getName(e): function
457 def getName(self): member in BuildBase
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dboot_merger.c556 static inline void getName(char *path, uint16_t *dst) in getName() function