Home
last modified time | relevance | path

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

/foundation/multimedia/media_foundation/engine/include/plugin/common/
Dany.h336 struct TrivialStackFunctionTable { struct
338 static const std::type_info& Type() noexcept in Type()
349 static void Destroy(Storage& storage) noexcept in Destroy()
354 static void Copy(Storage& dest, const Storage& source) noexcept in Copy()
360 static void Move(Storage& dest, Storage& source) noexcept in Move()
366 static const void* GetConstPtr(const Storage& storage) noexcept in GetConstPtr()
371 static void* GetPtr(Storage& storage) noexcept in GetPtr()
/foundation/multimedia/media_foundation/interface/inner_api/meta/
Dany.h441 struct TrivialStackFunctionTable { struct
443 static const std::type_info& Type() noexcept in Type()
488 static void Destroy(Storage& storage) noexcept in Destroy()
493 static void Copy(Storage& dest, const Storage& source) noexcept in Copy()
499 static void Move(Storage& dest, Storage& source) noexcept in Move()
505 static const void* GetConstPtr(const Storage& storage) noexcept in GetConstPtr()
510 static void* GetPtr(Storage& storage) noexcept in GetPtr()