Lines Matching defs:sorted
2133 // NOTE: we rely on the fact that layers are sorted by3494 std::map<float, BufferTuple, std::greater<float>> sorted;3508 sorted.insert({activeTime, {name, twoBufferRatio,3511 for (const auto& sortedPair : sorted) {