Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
Dasn1.rs819 let c_ref = c.as_ref(); in time_eq() localVariable
823 assert!(a != c_ref); in time_eq()
825 assert!(c_ref != a); in time_eq()
827 assert!(a_ref != c_ref); in time_eq()
838 let c_ref = c.as_ref(); in time_ord() localVariable
847 assert!(c_ref < a); in time_ord()
850 assert!(a > c_ref); in time_ord()
855 assert!(a_ref > c_ref); in time_ord()
857 assert!(c_ref < a_ref); in time_ord()