Searched defs:stuff_done (Results 1 – 1 of 1) sorted by relevance
78 bool stuff_done() const { return stuff_done_; } in TEST() function in webrtc::TEST::Owner107 explicit Owner(bool* stuff_done) in TEST()127 bool stuff_done = false; in TEST() local