Searched defs:getName (Results 1 – 11 of 11) sorted by relevance
18 std::string getName() const { return "null"; } in getName() function24 std::string getName() const { return "number"; } in getName() function30 std::string getName() const { return "boolean"; } in getName() function36 std::string getName() const { return "string"; } in getName() function42 std::string getName() const { return "color"; } in getName() function48 std::string getName() const { return "object"; } in getName() function54 std::string getName() const { return "error"; } in getName() function60 std::string getName() const { return "value"; } in getName() function66 std::string getName() const { return "collator"; } in getName() function98 std::string getName() const { in getName() function
73 std::string getName() const { return name; } in getName() function in mbgl::style::expression::CompoundExpressionBase
59 std::string VectorTileLayer::getName() const { in getName() function in mbgl::VectorTileLayer
62 std::string getName() const override { in getName() function in mbgl::GeoJSONTileLayer
67 const char* getName() {return "mediabuffer";} in getName() function
33 std::string Style::getName() const { in getName() function in mbgl::style::Style
231 std::string Style::Impl::getName() const { in getName() function in mbgl::style::Style::Impl
86 std::string AnnotationTileLayer::getName() const { in getName() function in mbgl::AnnotationTileLayer
451 inline std::string const& layer::getName() const { in getName() function in mapbox::vector_tile::layer
379 def getName(e): function457 def getName(self): member in BuildBase
556 static inline void getName(char *path, uint16_t *dst) in getName() function