Searched refs:DebugStackIndirectTopRefImpl (Results 1 – 1 of 1) sorted by relevance
38 class DebugStackIndirectTopRefImpl; variable42 typedef DebugStackIndirectTopRefImpl<kIsDebugBuild> DebugStackIndirectTopRef;65 class DebugStackIndirectTopRefImpl<false> {67 explicit DebugStackIndirectTopRefImpl(DebugStackReferenceImpl<false>* ref ATTRIBUTE_UNUSED) {} in DebugStackIndirectTopRefImpl() function68 DebugStackIndirectTopRefImpl(const DebugStackIndirectTopRefImpl& other) = default;69 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) = default;119 class DebugStackIndirectTopRefImpl {121 explicit DebugStackIndirectTopRefImpl(DebugStackReferenceImpl<kIsDebug>* ref) in DebugStackIndirectTopRefImpl() function125 DebugStackIndirectTopRefImpl(const DebugStackIndirectTopRefImpl& other) in DebugStackIndirectTopRefImpl() function129 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) {[all …]