Lines Matching defs:DoStuff
15 // Both the destructor and DoStuff should verify that they were
22 void DoStuff() {
37 // Calls ThreadCheckerClass::DoStuff on another thread.
46 thread_checker_class_->DoStuff();
77 // Verify that DoStuff doesn't assert.
78 thread_checker_class->DoStuff();
101 // Verify that DoStuff doesn't assert when called on a different thread after
116 // DoStuff should assert in debug builds only when called on a
140 // DoStuff doesn't assert when called on a different thread
148 // DoStuff should assert in debug builds only after moving to
150 thread_checker_class->DoStuff();