Home
last modified time | relevance | path

Searched refs:ChannelMap (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
DImfChannelList.h157 typedef std::map <Name, Channel> ChannelMap; typedef
262 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()
DImfChannelList.cpp94 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()
/external/webrtc/webrtc/p2p/base/
Dtransport.h299 typedef std::map<int, TransportChannelImpl*> ChannelMap; typedef
318 ChannelMap channels_;
Dfaketransportcontroller.h348 typedef std::map<int, FakeTransportChannel*> ChannelMap; typedef
359 const ChannelMap& channels() const { return channels_; } in channels()
452 ChannelMap channels_;