Searched refs:kTypeStrs (Results 1 – 1 of 1) sorted by relevance
107 static std::unordered_map<unsigned, const char*> kTypeStrs = { in dnstype2str() local158 auto it = kTypeStrs.find(dnstype); in dnstype2str()160 if (it == kTypeStrs.end()) return kUnknownStr; in dnstype2str()