Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree_test.cc249 using TwoBools = testing::tuple<bool, bool>; typedef
251 class CordRepBtreeDualTest : public testing::TestWithParam<TwoBools> {
256 static std::string ToString(testing::TestParamInfo<TwoBools> param) { in ToString()