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