Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dlinked_ptr.h61 : itsPtr(p) {itsPrev = itsNext = this;} in throw()
97 mutable const linked_ptr* itsNext; variable
102 itsNext = r.itsNext; in acquire()
103 itsNext->itsPrev = this; in acquire()
106 r.itsNext = this; in acquire()
108 (const_cast<linked_ptr<X>*>(&r))->itsNext = this; in acquire()
116 itsNext = r.itsNext; in acquire()
117 itsNext->itsPrev = this; in acquire()
120 r.itsNext = this; in acquire()
122 (const_cast<linked_ptr<X>*>(&r))->itsNext = this; in acquire()
[all …]