Lines Matching refs:It
53 auto It = Functions.find(FunctionId); in GetCounter() local
54 if (It == Functions.end()) in GetCounter()
56 const auto &Counters = It->second; in GetCounter()
63 auto It = Functions.find(FunctionId); in GetNumberOfBlocks() local
64 if (It == Functions.end()) return 0; in GetNumberOfBlocks()
65 const auto &Counters = It->second; in GetNumberOfBlocks()
70 auto It = Functions.find(FunctionId); in GetNumberOfCoveredBlocks() local
71 if (It == Functions.end()) return 0; in GetNumberOfCoveredBlocks()
72 const auto &Counters = It->second; in GetNumberOfCoveredBlocks()
123 auto It = Traces.find(InputSha1); in Get() local
124 if (It != Traces.end()) in Get()
125 return &It->second; in Get()