Home
last modified time | relevance | path

Searched refs:loaderRef (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dcustom_geometry_source_impl.cpp12 loaderRef({}) { in Impl()
19 loaderRef(loaderRef_){ in Impl()
36 return loaderRef; in getTileLoader()
H A Dcustom_geometry_source_impl.hpp25 optional<ActorRef<CustomTileLoader>> loaderRef; member in mbgl::style::CustomGeometrySource::Impl