Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dunique_any.hpp168 static VTable* vtableForType() { in vtableForType() function in mbgl::util::unique_any
189 vtable = vtableForType<_Vt>(); in create()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dconversion.hpp88 Convertible(T&& value) : vtable(vtableForType<std::decay_t<T>>()) { in Convertible()
235 static VTable* vtableForType() { in vtableForType() function in mbgl::style::conversion::Convertible