Lines Matching refs:DebugStackIndirectTopRefImpl
38 class DebugStackIndirectTopRefImpl; variable
42 typedef DebugStackIndirectTopRefImpl<kIsDebugBuild> DebugStackIndirectTopRef;
65 class DebugStackIndirectTopRefImpl<false> {
67 explicit DebugStackIndirectTopRefImpl(DebugStackReferenceImpl<false>* ref ATTRIBUTE_UNUSED) {} in DebugStackIndirectTopRefImpl() function
68 DebugStackIndirectTopRefImpl(const DebugStackIndirectTopRefImpl& other) = default;
69 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) = default;
119 class DebugStackIndirectTopRefImpl {
121 explicit DebugStackIndirectTopRefImpl(DebugStackReferenceImpl<kIsDebug>* ref) in DebugStackIndirectTopRefImpl() function
125 DebugStackIndirectTopRefImpl(const DebugStackIndirectTopRefImpl& other) in DebugStackIndirectTopRefImpl() function
129 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) {
134 ~DebugStackIndirectTopRefImpl() { in ~DebugStackIndirectTopRefImpl()