Searched defs:BuildThread (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/testing/
H A Ddfa_test.cc24 class BuildThread : public Thread { class in namespace:re2
26 BuildThread(Prog* prog) : prog_(prog) {} function in class:re2::BuildThread
49 BuildThread* t = new BuildThread(prog);
65 vector<BuildThread*> threads;
67 BuildThread *t = new BuildThread(prog);
/external/regex-re2/re2/testing/
H A Ddfa_test.cc24 class BuildThread : public Thread { class in namespace:re2
26 BuildThread(Prog* prog) : prog_(prog) {} function in class:re2::BuildThread
49 BuildThread* t = new BuildThread(prog);
65 vector<BuildThread*> threads;
67 BuildThread *t = new BuildThread(prog);

Completed in 105 milliseconds