HomeSort by relevance Sort by last modified time
    Searched refs:ChannelMap (Results 1 - 4 of 4) 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)
ImfChannelList.cpp 94 ChannelMap::iterator i = _map.find (name);
106 ChannelMap::const_iterator i = _map.find (name);
132 ChannelMap::iterator i = _map.find (name);
140 ChannelMap::const_iterator i = _map.find (name);
  /external/webrtc/webrtc/p2p/base/
transport.h 299 typedef std::map<int, TransportChannelImpl*> ChannelMap;
318 ChannelMap channels_;
faketransportcontroller.h 348 typedef std::map<int, FakeTransportChannel*> ChannelMap;
359 const ChannelMap& channels() const { return channels_; }
452 ChannelMap channels_;

Completed in 167 milliseconds