Searched refs:MSG_NAME_MAP (Results 1 – 1 of 1) sorted by relevance
85 const std::map<int32_t, std::string> MSG_NAME_MAP = { variable125 const auto &itr = MSG_NAME_MAP.find(form); in CastNameToStr()126 if (itr == MSG_NAME_MAP.end()) { in CastNameToStr()137 if (MSG_NAME_MAP.find(type) != MSG_NAME_MAP.end()) { in CheckRtNetlinkLength()138 const std::string &netlinkType = MSG_NAME_MAP.at(type); in CheckRtNetlinkLength()