Searched refs:MappingIt (Results 1 – 2 of 2) sorted by relevance
55 auto MappingIt = StdSuffixHeaderMapping->find(SubPath); in mapHeader() local56 if (MappingIt != StdSuffixHeaderMapping->end()) in mapHeader()57 return MappingIt->second; in mapHeader()
392 auto MappingIt = SkippedRanges.find(HashFileOffset.second); in getSkippedRangeForExcludedConditionalBlock() local393 if (MappingIt == SkippedRanges.end()) in getSkippedRangeForExcludedConditionalBlock()396 unsigned BytesToSkip = MappingIt->getSecond(); in getSkippedRangeForExcludedConditionalBlock()