Searched defs:RefCountedObject (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/base/ |
D | refcount.h | 32 RefCountedObject() : ref_count_(0) { in RefCountedObject() function 36 explicit RefCountedObject(P p) : T(p), ref_count_(0) { in RefCountedObject() function 40 RefCountedObject(P1 p1, P2 p2) : T(p1, p2), ref_count_(0) { in RefCountedObject() function 44 RefCountedObject(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) { in RefCountedObject() function 48 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4) in RefCountedObject() function 53 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) in RefCountedObject() function 59 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) in RefCountedObject() function 65 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) in RefCountedObject() function 71 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) in RefCountedObject() function 77 RefCountedObject( in RefCountedObject() function [all …]
|