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()
500 struct StackFunctionTable { struct502 static const std::type_info& Type() noexcept in Type()547 static void Destroy(Storage& storage) noexcept in Destroy()552 static void Copy(Storage& dest, const Storage& source) noexcept in Copy()558 static void Move(Storage& dest, Storage& source) noexcept in Move()565 static const void* GetConstPtr(const Storage& storage) noexcept in GetConstPtr()570 static void* GetPtr(Storage& storage) noexcept in GetPtr()