Searched defs:LockTestP (Results 1 – 1 of 1) sorted by relevance
821 class LockTestP : public LockTest, public ::testing::WithParamInterface<LockTestParam> {}; class822 TEST_P(LockTestP, Test) { in TEST_P() argument