OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_it
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/
vie_channel_manager.cc
219
ChannelMap::iterator
c_it
= channel_map_.find(channel_id);
local
220
if (
c_it
== channel_map_.end()) {
224
vie_channel =
c_it
->second;
225
channel_map_.erase(
c_it
);
545
for (ChannelMap::const_iterator
c_it
= channel_map_.begin();
546
c_it
!= channel_map_.end(); ++
c_it
) {
547
EncoderMap::const_iterator comp_it = vie_encoder_map_.find(
c_it
->first);
550
channels->push_back(
c_it
->second);
/external/chromium_org/components/sync_driver/
data_type_manager_impl.cc
453
DataTypeController::TypeMap::const_iterator
c_it
= controllers_->find(type);
local
454
DCHECK(
c_it
!= controllers_->end());
455
if (
c_it
->second->state() == DataTypeController::RUNNING) {
458
configurer_->ActivateDataType(type,
c_it
->second->model_safe_group(),
459
c_it
->second->GetChangeProcessor());
Completed in 53 milliseconds