MCPcopy Create free account
hub / github.com/cisco/openh264 / AddRef

Method AddRef

module/RefCounted.h:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86class RefCounted {
87public:
88 void AddRef() {
89 ++mRefCount;
90 }
91
92 uint32_t Release() {
93 uint32_t newCount = --mRefCount;

Callers 1

AssignMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected