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