Searched refs:findWithDefault (Results 1 – 3 of 3) sorted by relevance
27 inline const V& findWithDefault(const std::map<U, V>& map, const U& key, const V& dflt) { in findWithDefault() function
37 using netdutils::findWithDefault;115 const auto& fn = findWithDefault(mDispatchMap, nlmsg.nlmsg_type, kDefaultDispatchFn); in run()
36 using netdutils::findWithDefault;151 const auto& fn = findWithDefault(mDispatchMap, ntohs(nfmsg.res_id), kDefaultDispatchFn); in NFLogListener()