Home
last modified time | relevance | path

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

/external/libbrillo/brillo/message_loops/
Dbase_message_loop.cc127 auto it_bool = io_tasks_.emplace( in WatchFileDescriptor() local
133 DCHECK(it_bool.second); in WatchFileDescriptor()
134 bool scheduled = it_bool.first->second.StartWatching(); in WatchFileDescriptor()
161 it_bool.first->second.RunImmediately(); in WatchFileDescriptor()