Searched refs:SharedPtrConstIInterface (Results 1 – 4 of 4) sorted by relevance
28 using SharedPtrConstIInterface = BASE_NS::shared_ptr<const CORE_NS::IInterface>; variable30 constexpr TypeId SharedPtrConstIInterfaceId = UidFromType<SharedPtrConstIInterface>();40 … using IIPtrType = BASE_NS::conditional_t<IsConst, SharedPtrConstIInterface, SharedPtrIInterface>;80 *static_cast<SharedPtrConstIInterface*>(data) = ptr; in GetData()90 out = *static_cast<const SharedPtrConstIInterface*>(data); in SetData()115 … if (data && uid == SharedPtrConstIInterfaceId && sizeof(SharedPtrConstIInterface) == size) { in IsValidSetArgs()129 … using IIPtrType = BASE_NS::conditional_t<IsConst, SharedPtrConstIInterface, SharedPtrIInterface>;
65 SharedPtrConstIInterface,
33 SharedPtrConstIInterface p; in ShouldSerialize()
361 if (IsGetCompatibleWith<SharedPtrConstIInterface>(entity)) { in ImportValue()