Home
last modified time | relevance | path

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

/third_party/qrcodegen/rust-no-heap/
DReadme.markdown60 let qr = QrCode::encode_binary(&mut dataandtemp, 3,
/third_party/qrcodegen/python/
Dqrcodegen.py62 def encode_binary(data: Union[bytes,Sequence[int]], ecl: QrCode.Ecc) -> QrCode: member in QrCode
/third_party/qrcodegen/rust/src/
Dlib.rs173 pub fn encode_binary(data: &[u8], ecl: QrCodeEcc) -> Result<Self,DataTooLong> { in encode_binary() method
/third_party/qrcodegen/rust-no-heap/src/
Dlib.rs220 …pub fn encode_binary<'b>(dataandtempbuffer: &'b mut [u8], datalen: usize, mut outbuffer: &'a mut [… in encode_binary() method