HomeSort by relevance Sort by last modified time
    Searched full:context_iter (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/sync/engine/
get_updates_processor.cc 333 TypeToIndexMap::iterator context_iter = context_by_type.find(type); local
334 if (context_iter != context_by_type.end())
335 context.CopyFrom(gu_response.context_mutations(context_iter->second));

Completed in 535 milliseconds