HomeSort by relevance Sort by last modified time
    Searched defs:ChannelMap (Results 1 - 3 of 3) sorted by null

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfChannelList.h 157 typedef std::map <Name, Channel> ChannelMap;
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):
372 (const ChannelList::ChannelMap::const_iterator &i): _i (i)
  /external/webrtc/webrtc/p2p/base/
faketransportcontroller.h 348 typedef std::map<int, FakeTransportChannel*> ChannelMap;
359 const ChannelMap& channels() const { return channels_; }
452 ChannelMap channels_;
transport.h 299 typedef std::map<int, TransportChannelImpl*> ChannelMap;
318 ChannelMap channels_;

Completed in 89 milliseconds