Searched refs:ChannelMap (Results 1 – 4 of 4) sorted by relevance
157 typedef std::map <Name, Channel> ChannelMap; typedef262 ChannelMap _map;275 Iterator (const ChannelList::ChannelMap::iterator &i);287 ChannelList::ChannelMap::iterator _i;296 ConstIterator (const ChannelList::ChannelMap::const_iterator &i);310 ChannelList::ChannelMap::const_iterator _i;326 ChannelList::Iterator::Iterator (const ChannelList::ChannelMap::iterator &i): in Iterator()372 (const ChannelList::ChannelMap::const_iterator &i): _i (i) in ConstIterator()
94 ChannelMap::iterator i = _map.find (name); in operator []()106 ChannelMap::const_iterator i = _map.find (name); in operator []()132 ChannelMap::iterator i = _map.find (name); in findChannel()140 ChannelMap::const_iterator i = _map.find (name); in findChannel()
299 typedef std::map<int, TransportChannelImpl*> ChannelMap; typedef318 ChannelMap channels_;
348 typedef std::map<int, FakeTransportChannel*> ChannelMap; typedef359 const ChannelMap& channels() const { return channels_; } in channels()452 ChannelMap channels_;