Home
last modified time | relevance | path

Searched refs:layerNames (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dvector_tile_data.cpp85 std::vector<std::string> VectorTileData::layerNames() const { in layerNames() function in mbgl::VectorTileData
86 return mapbox::vector_tile::buffer(*data).layerNames(); in layerNames()
H A Dvector_tile_data.hpp46 std::vector<std::string> layerNames() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp88 std::vector<std::string> layerNames() const;
357 inline std::vector<std::string> buffer::layerNames() const { in layerNames() function in mapbox::vector_tile::buffer