Home
last modified time | relevance | path

Searched refs:DecayedValueType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dany.h461 using DecayedValueType = decay_t<ValueType>; in GetFunctionTable() local
466 … 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() local
519 if (!SameTypeWith(typeid(DecayedValueType))) { in Cast()
534 using DecayedValueType = decay_t<ValueType>; in Cast() local
[all …]
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dany.h667 using DecayedValueType = decay_t<ValueType>; in GetFunctionTable() local
670 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() local
727 if (!SameTypeWith(typeid(DecayedValueType))) { in Cast()
735 : (IsStackStorable<DecayedValueType>::value in Cast()
742 using DecayedValueType = decay_t<ValueType>; in Cast() local
747 if (!SameTypeWith(typeid(DecayedValueType))) { in Cast()
[all …]