Home
last modified time | relevance | path

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

/external/rust/crates/protobuf/src/
Dzigzag.rs30 fn test_zig_zag_pair_64(decoded: i64, encoded: u64) { in test_zig_zag() function
38 test_zig_zag_pair_64(decoded as i64, encoded as u64); in test_zig_zag()
47 test_zig_zag_pair_64(9223372036854775807, 18446744073709551614); in test_zig_zag()
48 test_zig_zag_pair_64(-9223372036854775808, 18446744073709551615); in test_zig_zag()