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