Searched refs:context_iter (Results 1 – 1 of 1) sorted by relevance
333 TypeToIndexMap::iterator context_iter = context_by_type.find(type); in ProcessGetUpdatesResponse() local334 if (context_iter != context_by_type.end()) in ProcessGetUpdatesResponse()335 context.CopyFrom(gu_response.context_mutations(context_iter->second)); in ProcessGetUpdatesResponse()