Home
last modified time | relevance | path

Searched refs:the_count (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Dcritical_section_unittest.cc92 ProtectedCount* the_count = static_cast<ProtectedCount*> (obj); in LockUnlockThenStopRunFunction() local
94 the_count->Increment(); in LockUnlockThenStopRunFunction()
123 ProtectedCount* the_count = static_cast<ProtectedCount*> (obj); in LockUnlockRunFunction() local
125 the_count->Increment(); in LockUnlockRunFunction()
/external/clang/test/CodeGenCXX/
Dstatic-data-member-single-emission.cpp8 int the_count = 0;
10 const int HasStaticInit<T>::index = the_count++;