Lines Matching refs:DoStuff
25 // Both the destructor and DoStuff should verify that they were
32 void DoStuff() {
47 // Calls ThreadCheckerClass::DoStuff on another thread.
55 void Run() override { thread_checker_class_->DoStuff(); }
86 // Verify that DoStuff doesn't assert.
87 thread_checker_class->DoStuff();
110 // Verify that DoStuff doesn't assert when called on a different thread after
125 // DoStuff should assert in debug builds only when called on a
149 // DoStuff doesn't assert when called on a different thread
157 // DoStuff should assert in debug builds only after moving to
159 thread_checker_class->DoStuff();