Searched defs:StringTypes (Results 1 – 6 of 6) sorted by relevance
46 StringTypes = (str, unicode) variable55 StringTypes = str variable
47 StringTypes = (str,) variable
77 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
391 typedef testing::Types< ::std::string, const char*> StringTypes; typedef
401 const char*> StringTypes; typedef