Home | History | Annotate | Download | only in Sema

Lines Matching refs:Cache

565   RecordCompleteMap::iterator Cache = MNCComplete.find(RD);
566 if (Cache != MNCComplete.end())
567 return Cache->second;
607 RecordCompleteMap::iterator Cache = RecordsComplete.find(RD);
608 if (Cache != RecordsComplete.end())
609 return Cache->second;