Searched defs:RefCountedObject (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
H A Drefcount.h30 class RefCountedObject : public T { class in namespace:rtc
32 RefCountedObject() : ref_count_(0) { function in class:rtc::RefCountedObject
36 explicit RefCountedObject(P p) : T(p), ref_count_(0) { function in class:rtc::RefCountedObject
40 RefCountedObject(P1 p1, P2 p2) : T(p1, p2), ref_count_(0) { function in class:rtc::RefCountedObject
44 RefCountedObject(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) { function in class:rtc::RefCountedObject
48 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4) function in class:rtc::RefCountedObject
53 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) function in class:rtc::RefCountedObject
59 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) function in class:rtc::RefCountedObject
65 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) function in class:rtc::RefCountedObject
71 RefCountedObject(P function in class:rtc::RefCountedObject
77 RefCountedObject( function in class:rtc::RefCountedObject
84 RefCountedObject( function in class:rtc::RefCountedObject
92 RefCountedObject( function in class:rtc::RefCountedObject
[all...]

Completed in 120 milliseconds