Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dsigslot_unittest.cc101 class multi_threaded_local_fake : public sigslot::multi_threaded_local { class
103 multi_threaded_local_fake() : lock_count_(0), unlock_count_(0) {} in multi_threaded_local_fake() function in multi_threaded_local_fake
117 typedef SigslotSlotTest<multi_threaded_local_fake, multi_threaded_local_fake>