Home
last modified time | relevance | path

Searched refs:VTable (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.hpp128 struct VTable { struct in mbgl::util::unique_any
129 virtual ~VTable() = default;
136 struct VTableHeap : public VTable {
152 struct VTableStack : public VTable {
168 static VTable* vtableForType() { in vtableForType()
193 VTable* vtable { nullptr };
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dconversion.hpp201 struct VTable { struct in mbgl::style::conversion::Convertible
235 static VTable* vtableForType() { in vtableForType()
237 static VTable vtable = { in vtableForType()
292 VTable* vtable;