mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Introduce a double-ended queue implemented with a growable ring buffer. Inspired from the Rust VecDeque type: <https://doc.rust-lang.org/std/collections/struct.VecDeque.html> |
||
|---|---|---|
| .. | ||
| test_adb_parser.c | ||
| test_binary.c | ||
| test_bytebuf.c | ||
| test_cbuf.c | ||
| test_cli.c | ||
| test_clock.c | ||
| test_control_msg_serialize.c | ||
| test_device_msg_deserialize.c | ||
| test_queue.c | ||
| test_str.c | ||
| test_strbuf.c | ||
| test_vecdeque.c | ||
| test_vector.c | ||