Home
last modified time | relevance | path

Searched defs:stuff_done (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/api/task_queue/
Dpending_task_safety_flag_unittest.cc78 bool stuff_done() const { return stuff_done_; } in TEST() function in webrtc::TEST::Owner
107 explicit Owner(bool* stuff_done) in TEST()
127 bool stuff_done = false; in TEST() local