Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
H A Dlib.rs84 Self::with_error_correction_level(data, EcLevel::M) in new()
100 pub fn with_error_correction_level<D: AsRef<[u8]>>( in with_error_correction_level() method
368 let qr_code = QrCode::with_error_correction_level(data, EcLevel::L).unwrap(); in bench_qr_code_with_low_ecc()