Searched refs:it_and_bool (Results 1 – 2 of 2) sorted by relevance
196 auto it_and_bool = executor_map_.emplace( in GetOrCreateExecutorForStream() local199 DCHECK(it_and_bool.second); in GetOrCreateExecutorForStream()200 it = it_and_bool.first; in GetOrCreateExecutorForStream()
191 auto it_and_bool = enqueue_dispatchers_.emplace( in StreamingEnqueueAsync() local197 it = it_and_bool.first; in StreamingEnqueueAsync()