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

/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_ref_count.cc17 ViERefCount::ViERefCount() function in class:webrtc::ViERefCount
22 ViERefCount::~ViERefCount() {
25 ViERefCount& ViERefCount::operator++(int) { // NOLINT
31 ViERefCount& ViERefCount::operator--(int) { // NOLINT
37 void ViERefCount::Reset() {
42 int ViERefCount
[all...]
H A Dvie_ref_count.h22 class ViERefCount { class in namespace:webrtc
24 ViERefCount();
25 ~ViERefCount();
27 ViERefCount& operator++(int); // NOLINT
28 ViERefCount& operator--(int); // NOLINT

Completed in 412 milliseconds