Searched refs:StringTypes (Results 1 – 5 of 5) sorted by relevance
77 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef84 TYPED_TEST_SUITE(EqString, StringTypes);91 TYPED_TEST_SUITE(HashString, StringTypes);
47 StringTypes = (str,) variable
407 typedef testing::Types< ::std::string, const char*> StringTypes; typedef409 TYPED_TEST_SUITE(RETest, StringTypes);
2945 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.
22363 types.StringTypes, e.g. to test whether something is "a string":23559 - types.StringTypes is a tuple containing the defined string types;