Searched refs:timestamped_packets (Results 1 – 1 of 1) sorted by relevance
3084 std::vector<TimestampedPacket> timestamped_packets; in EmitLifecycleEvents() local3094 timestamped_packets.emplace_back(ts, packet.SerializeAsArray()); in EmitLifecycleEvents()3103 std::sort(timestamped_packets.begin(), timestamped_packets.end(), in EmitLifecycleEvents()3108 for (const auto& pair : timestamped_packets) in EmitLifecycleEvents()