Home
last modified time | relevance | path

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

/dports/games/abstreet/fast_paths-192ae1997f9857791826ac5ed16892b2f692920c/src/
H A Dfast_graph32.rs32 pub struct FastGraph32 { struct
42 impl FastGraph32 { impl
47 FastGraph32 { in new()
168 let g32 = FastGraph32::new(&g); in create()
221 FastGraph32::new(&g); in create_fails_with_too_large_numbers()
H A Dlib.rs27 pub use crate::fast_graph32::FastGraph32;
95 FastGraph32::new(fg).serialize(s) in serialize_32()
103 let fg32 = <FastGraph32>::deserialize(d)?; in deserialize_32()
443 let fast_graph32 = &FastGraph32::new(fast_graph); in save_to_disk32()
454 let r: Result<FastGraph32, Box<dyn Error>> = Ok(bincode::deserialize_from(file)?); in load_from_disk32()