Searched refs:DebugStackReferenceImpl (Results 1 – 1 of 1) sorted by relevance
35 class DebugStackReferenceImpl; variable41 typedef DebugStackReferenceImpl<kIsDebugBuild> DebugStackReference;56 class DebugStackReferenceImpl<false> {58 explicit DebugStackReferenceImpl(DebugStackRefCounterImpl<false>* counter ATTRIBUTE_UNUSED) {} in DebugStackReferenceImpl() function59 DebugStackReferenceImpl(const DebugStackReferenceImpl& other) = default;60 DebugStackReferenceImpl& operator=(const DebugStackReferenceImpl& other) = default;67 explicit DebugStackIndirectTopRefImpl(DebugStackReferenceImpl<false>* ref ATTRIBUTE_UNUSED) {} in DebugStackIndirectTopRefImpl()90 class DebugStackReferenceImpl {92 explicit DebugStackReferenceImpl(DebugStackRefCounterImpl<kIsDebug>* counter) in DebugStackReferenceImpl() function95 DebugStackReferenceImpl(const DebugStackReferenceImpl& other) in DebugStackReferenceImpl() function[all …]