Home
last modified time | relevance | path

Searched refs:itsNext (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
Dlinked_ptr.h44 : itsPtr(p) {itsPrev = itsNext = this;} in throw()
80 mutable const linked_ptr* itsNext; variable
85 itsNext = r.itsNext; in acquire()
86 itsNext->itsPrev = this; in acquire()
89 r.itsNext = this; in acquire()
91 (const_cast<linked_ptr<X>*>(&r))->itsNext = this; in acquire()
99 itsNext = r.itsNext; in acquire()
100 itsNext->itsPrev = this; in acquire()
103 r.itsNext = this; in acquire()
105 (const_cast<linked_ptr<X>*>(&r))->itsNext = this; in acquire()
[all …]