Searched refs:DecayedValueType (Results 1 – 2 of 2) sorted by relevance
461 using DecayedValueType = decay_t<ValueType>; in GetFunctionTable() local466 … StackFunctionTable<DecayedValueType>, HeapFunctionTable<DecayedValueType>>>; in GetFunctionTable()487 template <typename DecayedValueType, typename... Args>488 DecayedValueType& DoEmplace(Args&&... args) in DoEmplace()490 functionTable_ = GetFunctionTable<DecayedValueType>(); in DoEmplace()491 DecayedValueType* ptr = nullptr; in DoEmplace()492 … if (IsTrivialStackStorable<DecayedValueType>::value || IsStackStorable<DecayedValueType>::value) { in DoEmplace()514 using DecayedValueType = decay_t<ValueType>; in Cast() local519 if (!SameTypeWith(typeid(DecayedValueType))) { in Cast()534 using DecayedValueType = decay_t<ValueType>; in Cast() local[all …]
667 using DecayedValueType = decay_t<ValueType>; in GetFunctionTable() local670 TrivialStackFunctionTable<DecayedValueType>, in GetFunctionTable()672 StackFunctionTable<DecayedValueType>, HeapFunctionTable<DecayedValueType>>>; in GetFunctionTable()699 DecayedValueType* ptr = nullptr; in DoEmplace()700 … if (IsTrivialStackStorable<DecayedValueType>::value || IsStackStorable<DecayedValueType>::value) { in DoEmplace()722 using DecayedValueType = decay_t<ValueType>; in Cast() local727 if (!SameTypeWith(typeid(DecayedValueType))) { in Cast()735 : (IsStackStorable<DecayedValueType>::value in Cast()742 using DecayedValueType = decay_t<ValueType>; in Cast() local747 if (!SameTypeWith(typeid(DecayedValueType))) { in Cast()[all …]