Searched refs:DebugStackIndirectTopRefImpl (Results 1 – 1 of 1) sorted by relevance
37 class DebugStackIndirectTopRefImpl; variable41 typedef DebugStackIndirectTopRefImpl<kIsDebugBuild> DebugStackIndirectTopRef;64 class DebugStackIndirectTopRefImpl<false> {66 explicit DebugStackIndirectTopRefImpl(DebugStackReferenceImpl<false>* ref) { UNUSED(ref); } in DebugStackIndirectTopRefImpl() function67 DebugStackIndirectTopRefImpl(const DebugStackIndirectTopRefImpl& other) = default;68 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) = default;110 class DebugStackIndirectTopRefImpl {112 explicit DebugStackIndirectTopRefImpl(DebugStackReferenceImpl<kIsDebug>* ref) in DebugStackIndirectTopRefImpl() function116 DebugStackIndirectTopRefImpl(const DebugStackIndirectTopRefImpl& other) in DebugStackIndirectTopRefImpl() function120 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) {[all …]