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()
516 struct StackFunctionTable { struct518 static const std::type_info& Type() noexcept in Type()563 static void Destroy(Storage& storage) noexcept in Destroy()568 static void Copy(Storage& dest, const Storage& source) noexcept in Copy()574 static void Move(Storage& dest, Storage& source) noexcept in Move()581 static const void* GetConstPtr(const Storage& storage) noexcept in GetConstPtr()586 static void* GetPtr(Storage& storage) noexcept in GetPtr()