Searched defs:DecRef (Results 1 - 3 of 3) sorted by relevance
/external/webrtc/webrtc/p2p/base/ | ||
H A D | transportcontroller.h | 134 void DecRef() { function in struct:cricket::TransportController::RefCountedChannel |
/external/clang/include/clang/StaticAnalyzer/Checkers/ | ||
H A D | ObjCRetainCount.h | 48 DecRef, enumerator in enum:clang::ento::objc_retain::ArgEffect 52 /// in behavior from DecRef when GC is enabled. 98 /// Performs the combined functionality of DecRef and StopTrackingHard. |
/external/valgrind/drd/tests/ | ||
H A D | tsan_unittest.cpp | 7244 // DecRef() does ref count increment in a way unfriendly to race detectors. 7257 int DecRef() { function in namespace:test401 7274 if (DecRef() == 0) { // Use DecRefAnnotated() instead! |
Completed in 268 milliseconds