Searched refs:DebugStackReferenceImpl (Results 1 – 1 of 1) sorted by relevance
34 class DebugStackReferenceImpl; variable40 typedef DebugStackReferenceImpl<kIsDebugBuild> DebugStackReference;55 class DebugStackReferenceImpl<false> {57 explicit DebugStackReferenceImpl(DebugStackRefCounterImpl<false>* counter) { UNUSED(counter); } in DebugStackReferenceImpl() function58 DebugStackReferenceImpl(const DebugStackReferenceImpl& other) = default;59 DebugStackReferenceImpl& operator=(const DebugStackReferenceImpl& other) = default;66 explicit DebugStackIndirectTopRefImpl(DebugStackReferenceImpl<false>* ref) { UNUSED(ref); } in DebugStackIndirectTopRefImpl()89 class DebugStackReferenceImpl {91 explicit DebugStackReferenceImpl(DebugStackRefCounterImpl<kIsDebug>* counter) in DebugStackReferenceImpl() function94 DebugStackReferenceImpl(const DebugStackReferenceImpl& other) in DebugStackReferenceImpl() function[all …]