Searched refs:layerNames (Results 1 – 3 of 3) sorted by relevance
85 std::vector<std::string> VectorTileData::layerNames() const { in layerNames() function in mbgl::VectorTileData86 return mapbox::vector_tile::buffer(*data).layerNames(); in layerNames()
46 std::vector<std::string> layerNames() const;
88 std::vector<std::string> layerNames() const;357 inline std::vector<std::string> buffer::layerNames() const { in layerNames() function in mapbox::vector_tile::buffer