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