Searched defs:HeapFunctionTable (Results 1 – 2 of 2) sorted by relevance
421 struct HeapFunctionTable { struct423 static const std::type_info& Type() noexcept in Type()434 static void Destroy(Storage& storage) noexcept in Destroy()439 static void Copy(Storage& dest, const Storage& source) noexcept in Copy()466 … StackFunctionTable<DecayedValueType>, HeapFunctionTable<DecayedValueType>>>; in GetFunctionTable() argument
594 struct HeapFunctionTable { struct596 static const std::type_info& Type() noexcept in Type()641 static void Destroy(Storage& storage) noexcept in Destroy()646 static void Copy(Storage& dest, const Storage& source) noexcept in Copy()673 StackFunctionTable<DecayedValueType>, HeapFunctionTable<DecayedValueType>>>; in GetFunctionTable() argument