Home
last modified time | relevance | path

Searched defs:point_s (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/serde_cbor/tests/
Denum.rs176 let point_s = to_vec_legacy(&Bar::Point { x: 5, y: -5 }).unwrap(); in test_enum_as_map() localVariable
211 let point_s = to_vec(&Bar::Point { x: 5, y: -5 }).unwrap(); in test_enum_as_map() localVariable