Searched defs:LogChannelMap (Results 1 - 1 of 1) sorted by last modified time

/external/lldb/source/Core/
H A DLog.cpp319 typedef std::map <ConstString, LogChannelSP> LogChannelMap; typedef
320 typedef LogChannelMap::iterator LogChannelMapIter;
332 static LogChannelMap &
335 static LogChannelMap g_channel_map;
380 LogChannelMap &channel_map = GetChannelMap ();
392 LogChannelMap &map = GetChannelMap ();
420 LogChannelMap &channel_map = GetChannelMap ();
443 LogChannelMap &channel_map = GetChannelMap ();
493 LogChannelMap &channel_map = GetChannelMap ();

Completed in 43 milliseconds