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

/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dref_count.h22 // RefCountImpl<T>* implementation = new RefCountImpl<T>(p);
38 // RefCountImpl<MyImplementation>* implementation =
39 // new RefCountImpl<MyImplementation>();
44 class RefCountImpl : public T { class in namespace:webrtc
46 RefCountImpl() : ref_count_(0) {} function in class:webrtc::RefCountImpl
49 explicit RefCountImpl(P p) : T(p), ref_count_(0) {} function in class:webrtc::RefCountImpl
52 RefCountImpl(P1 p1, P2 p2) : T(p1, p2), ref_count_(0) {} function in class:webrtc::RefCountImpl
55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {} function in class:webrtc::RefCountImpl
58 RefCountImpl(P function in class:webrtc::RefCountImpl
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) function in class:webrtc::RefCountImpl
[all...]
/external/webrtc/src/system_wrappers/interface/
H A Dref_count.h22 // RefCountImpl<T>* implementation = new RefCountImpl<T>(p);
38 // RefCountImpl<MyImplementation>* implementation =
39 // new RefCountImpl<MyImplementation>();
44 class RefCountImpl : public T { class in namespace:webrtc
46 RefCountImpl() : ref_count_(0) {} function in class:webrtc::RefCountImpl
49 explicit RefCountImpl(P p) : T(p), ref_count_(0) {} function in class:webrtc::RefCountImpl
52 RefCountImpl(P1 p1, P2 p2) : T(p1, p2), ref_count_(0) {} function in class:webrtc::RefCountImpl
55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {} function in class:webrtc::RefCountImpl
58 RefCountImpl(P function in class:webrtc::RefCountImpl
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) function in class:webrtc::RefCountImpl
[all...]

Completed in 235 milliseconds