Searched refs:TwoBools (Results 1 – 1 of 1) sorted by relevance
249 using TwoBools = testing::tuple<bool, bool>; typedef251 class CordRepBtreeDualTest : public testing::TestWithParam<TwoBools> {256 static std::string ToString(testing::TestParamInfo<TwoBools> param) { in ToString()