Searched defs:StringTypes (Results 1 – 5 of 5) 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
381 typedef testing::Types< ::std::string, const char*> StringTypes; typedef