Searched defs:StringPair (Results 1 – 7 of 7) sorted by relevance
33 typedef std::pair<std::string, std::string> StringPair; typedef
37 typedef std::pair<CachedHash<StringRef>, size_t> StringPair; typedef
62 using StringPair = std::pair<CachedHashStringRef, size_t>; typedef
1453 struct StringPair { const char *input, *expected; }; argument
60 typedef tuple<grpc::string, grpc::string> StringPair; typedef
318 StringPair::StringPair(const UnicodeString& _displayName, in StringPair() function in StringPair