Searched refs:entry_ex (Results 1 – 1 of 1) sorted by relevance
930 const serialize::proto::TraceFileIndexEntry& entry_ex = index.entries(i); in PerformCompilation() local931 DCHECK_EQ(entry->id(), entry_ex.id()); in PerformCompilation()932 DCHECK_EQ(entry->file_name(), entry_ex.file_name()); in PerformCompilation()