Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/
Dutf8_string.rs150 let example_bytes = &[ in parse_ascii_bytes() localVariable
160 let example_bytes = &[0x0c, 0x06, 0x48, 0x65, 0x6c, 0x6c, 0xc3, 0xb3]; in parse_utf8_bytes() localVariable
Dvideotex_string.rs91 let example_bytes = &[ in parse_bytes() localVariable
Dprintable_string.rs245 let example_bytes = &[ in parse_bytes() localVariable
Dia5_string.rs191 let example_bytes = hex!("16 0d 74 65 73 74 31 40 72 73 61 2e 63 6f 6d"); in parse_bytes() localVariable
Dteletex_string.rs205 let example_bytes = &[ in parse_bytes() localVariable
Dutc_time.rs233 let example_bytes = hex!("17 0d 39 31 30 35 30 36 32 33 34 35 34 30 5a"); in round_trip_vector() localVariable
Dgeneralized_time.rs318 let example_bytes = hex!("18 0f 31 39 39 31 30 35 30 36 32 33 34 35 34 30 5a"); in round_trip() localVariable
/aosp_15_r20/external/federated-compute/fcp/client/opstats/
H A Dopstats_example_store_test.cc587 auto example_bytes = ExtractRepeatedInt64(example, kDatasetStatsNumBytesRead); in TEST_F() local