Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/const-oid/tests/
Dlib.rs33 let oid0 = ObjectIdentifier::from_bytes(EXAMPLE_OID_0_BER).unwrap(); in from_bytes() localVariable
74 let oid0 = EXAMPLE_OID_0_STR.parse::<ObjectIdentifier>().unwrap(); in from_str() localVariable