Searched refs:iv_map (Results 1 – 1 of 1) sorted by relevance
74 std::map<libhei::ChipType_t, std::map<std::string, PluginFunction>> iv_map; member in analyzer::PluginMap89 auto itr = iv_map.find(i_type); in add()90 if (iv_map.end() == itr || in add()93 iv_map[i_type][i_name] = i_plugin; in add()116 func = iv_map.at(i_type).at(i_name); in get()