Home
last modified time | relevance | path

Searched refs:ThreadWithParamSupport (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc9788 class ThreadWithParamSupport : public ThreadWithParamBase { class
9798 &ThreadWithParamSupport::ThreadMain, in CreateThread()
9831 ThreadWithParamSupport();
9833 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParamSupport);
9840 : thread_(ThreadWithParamSupport::CreateThread(runnable, in ThreadWithParamBase()