Home | History | Annotate | Download | only in base

Lines Matching refs:other

58   DebugStackReferenceImpl(const DebugStackReferenceImpl& other) = default;
59 DebugStackReferenceImpl& operator=(const DebugStackReferenceImpl& other) = default;
67 DebugStackIndirectTopRefImpl(const DebugStackIndirectTopRefImpl& other) = default;
68 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) = default;
94 DebugStackReferenceImpl(const DebugStackReferenceImpl& other)
95 : counter_(other.counter_), ref_count_(counter_->IncrementRefCount()) {
97 DebugStackReferenceImpl& operator=(const DebugStackReferenceImpl& other) {
98 CHECK(counter_ == other.counter_);
116 DebugStackIndirectTopRefImpl(const DebugStackIndirectTopRefImpl& other)
117 : ref_(other.ref_) {
120 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) {
121 CHECK(ref_ == other.ref_);