Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Core/
HDLog.cpp382 LogChannelMapIter channel_pos, channel_end = channel_map.end(); in EnableAllLogChannels() local
383 for (channel_pos = channel_map.begin(); channel_pos != channel_end; ++channel_pos) in EnableAllLogChannels()
385 channel_pos->second->Enable (log_stream_sp, log_options, feedback_strm, categories); in EnableAllLogChannels()
422 LogChannelMapIter channel_pos, channel_end = channel_map.end(); in DisableAllLogChannels() local
423 for (channel_pos = channel_map.begin(); channel_pos != channel_end; ++channel_pos) in DisableAllLogChannels()
424 channel_pos->second->Disable (categories, feedback_strm); in DisableAllLogChannels()