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
593 struct HeapFunctionTable { struct595 static const std::type_info& Type() noexcept in Type()640 static void Destroy(Storage& storage) noexcept in Destroy()645 static void Copy(Storage& dest, const Storage& source) noexcept in Copy()672 StackFunctionTable<DecayedValueType>, HeapFunctionTable<DecayedValueType>>>; in GetFunctionTable() argument