Searched refs:NameAndCountAndDurationType (Results 1 – 1 of 1) sorted by relevance
67 using NameAndCountAndDurationType = typedef302 std::vector<NameAndCountAndDurationType> SortedTotals; in write()307 llvm::sort(SortedTotals, [](const NameAndCountAndDurationType &A, in write()308 const NameAndCountAndDurationType &B) { in write()314 for (const NameAndCountAndDurationType &Total : SortedTotals) { in write()