Home
last modified time | relevance | path

Searched refs:ScaleMap (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DDurationRewriter.cpp232 static const llvm::StringMap<DurationScale> ScaleMap( in getScaleForDurationInverse() local
246 auto ScaleIter = ScaleMap.find(std::string(Name)); in getScaleForDurationInverse()
247 if (ScaleIter == ScaleMap.end()) in getScaleForDurationInverse()
254 static const llvm::StringMap<DurationScale> ScaleMap( in getScaleForTimeInverse() local
262 auto ScaleIter = ScaleMap.find(std::string(Name)); in getScaleForTimeInverse()
263 if (ScaleIter == ScaleMap.end()) in getScaleForTimeInverse()