Home
last modified time | relevance | path

Searched refs:AllocateOnStack (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.hpp122 struct AllocateOnStack : std::integral_constant<bool, struct in mbgl::util::unique_any
169 …using VTableType = std::conditional_t<AllocateOnStack<ValueType>::value, VTableStack<ValueType>, V… in vtableForType()
175 std::enable_if_t<AllocateOnStack<_Vt>::value>
181 std::enable_if_t<!AllocateOnStack<_Vt>::value>
207 AllocateOnStack<_Vt>::value ? &storage.stack : storage.dynamic); in cast()