Home
last modified time | relevance | path

Searched defs:HeapFunctionTable (Results 1 – 1 of 1) sorted by relevance

/foundation/multimedia/histreamer/engine/plugin/common/
Dany.h357 struct HeapFunctionTable { struct
358 static const std::type_info& Type() noexcept in Type()
363 static void Destroy(Storage& storage) noexcept in Destroy()
368 static void Copy(Storage& dest, const Storage& source) noexcept in Copy()
395 … StackFunctionTable<DecayedValueType>, HeapFunctionTable<DecayedValueType>>>; in GetFunctionTable() argument