Searched refs:StringTypes (Results 1 – 6 of 6) sorted by relevance
46 StringTypes = (str, unicode) variable55 StringTypes = str variable145 if isinstance(source, StringTypes):
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
381 typedef testing::Types< ::std::string, const char*> StringTypes; typedef383 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;