Searched refs:NameAndCountAndDurationType (Results 1 – 1 of 1) sorted by relevance
46 NameAndCountAndDurationType; typedef185 std::vector<NameAndCountAndDurationType> SortedTotals; in write()190 llvm::sort(SortedTotals, [](const NameAndCountAndDurationType &A, in write()191 const NameAndCountAndDurationType &B) { in write()197 for (const NameAndCountAndDurationType &Total : SortedTotals) { in write()