Searched refs:channel_pos (Results 1 – 1 of 1) sorted by relevance
382 LogChannelMapIter channel_pos, channel_end = channel_map.end(); in EnableAllLogChannels() local383 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() local423 for (channel_pos = channel_map.begin(); channel_pos != channel_end; ++channel_pos) in DisableAllLogChannels()424 channel_pos->second->Disable (categories, feedback_strm); in DisableAllLogChannels()