Home
last modified time | relevance | path

Searched refs:test_zig_zag_pair (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/protobuf/src/
Dzigzag.rs35 fn test_zig_zag_pair(decoded: i32, encoded: u32) { in test_zig_zag() function
41 test_zig_zag_pair(0, 0); in test_zig_zag()
42 test_zig_zag_pair(-1, 1); in test_zig_zag()
43 test_zig_zag_pair(1, 2); in test_zig_zag()
44 test_zig_zag_pair(-2, 3); in test_zig_zag()
45 test_zig_zag_pair(2147483647, 4294967294); in test_zig_zag()
46 test_zig_zag_pair(-2147483648, 4294967295); in test_zig_zag()