Home
last modified time | relevance | path

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

/tonic/examples/src/routeguide/
H A Dserver.rs156 let lo = rect.lo.as_ref().unwrap(); in in_range() localVariable
159 let left = cmp::min(lo.longitude, hi.longitude); in in_range()
160 let right = cmp::max(lo.longitude, hi.longitude); in in_range()
161 let top = cmp::max(lo.latitude, hi.latitude); in in_range()
162 let bottom = cmp::min(lo.latitude, hi.latitude); in in_range()
H A Dclient.rs19 lo: Some(Point { in print_features()
/tonic/examples/proto/routeguide/
H A Droute_guide.proto64 // points "lo" and "hi".
67 Point lo = 1; field
/tonic/examples/
H A Drouteguide-tutorial.md655 lo: Some(Point {