Searched refs:timestmap (Results 1 – 1 of 1) sorted by relevance
42 auto timestmap = std::chrono::steady_clock::now().time_since_epoch().count(); in MakeUUID() local44 return llvm::formatv("{0}_{1}", uuid.GetAsString(), timestmap); in MakeUUID()