Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dunique_any.hpp152 struct VTableStack : public VTable { struct in mbgl::util::unique_any
169 …using VTableType = std::conditional_t<AllocateOnStack<ValueType>::value, VTableStack<ValueType>, V… in vtableForType()