Searched defs:StackFunctionTable (Results 1 – 2 of 2) sorted by relevance
378 struct StackFunctionTable { struct380 static const std::type_info& Type() noexcept in Type()391 static void Destroy(Storage& storage) noexcept in Destroy()396 static void Copy(Storage& dest, const Storage& source) noexcept in Copy()402 static void Move(Storage& dest, Storage& source) noexcept in Move()409 static const void* GetConstPtr(const Storage& storage) noexcept in GetConstPtr()414 static void* GetPtr(Storage& storage) noexcept in GetPtr()
517 struct StackFunctionTable { struct519 static const std::type_info& Type() noexcept in Type()564 static void Destroy(Storage& storage) noexcept in Destroy()569 static void Copy(Storage& dest, const Storage& source) noexcept in Copy()575 static void Move(Storage& dest, Storage& source) noexcept in Move()582 static const void* GetConstPtr(const Storage& storage) noexcept in GetConstPtr()587 static void* GetPtr(Storage& storage) noexcept in GetPtr()