Searched refs:indices_ (Results 1 – 2 of 2) sorted by relevance
650 indices_[link_name] = dev_index; in AddLinkMsgHandler()705 map<string, int>::const_iterator it = indices_.find(interface_name); in GetIndex()706 return it == indices_.end() ? -1 : it->second; in GetIndex()1034 indices_.erase(iter->second.name); in RemoveInfo()
307 std::map<std::string, int> indices_; // Maps interface name to index. variable