Searched refs:ItCached (Results 1 – 2 of 2) sorted by relevance
457 auto ItCached = CachedControlDivDescs.find(&Term); in getJoinBlocks() local458 if (ItCached != CachedControlDivDescs.end()) in getJoinBlocks()459 return *ItCached->second; in getJoinBlocks()
743 auto ItCached = CachedControlDivDescs.find(DivTermBlock);744 if (ItCached != CachedControlDivDescs.end())745 return *ItCached->second;