Home
last modified time | relevance | path

Searched refs:make_bytes (Results 1 - 5 of 5) sorted by relevance

/third_party/qrcodegen/python/
H A Dqrcodegen-demo.py103 QrSegment.make_bytes(golden0.encode("UTF-8")),
H A Dqrcodegen.py67 return QrCode.encode_segments([QrSegment.make_bytes(data)], ecl)
678 def make_bytes(data: Union[bytes,Sequence[int]]) -> QrSegment: member in QrSegment
732 return [QrSegment.make_bytes(text.encode("UTF-8"))]
/third_party/qrcodegen/rust/src/
H A Dlib.rs174 let segs: [QrSegment; 1] = [QrSegment::make_bytes(data)]; in encode_binary()
975 pub fn make_bytes(data: &[u8]) -> Self { in make_bytes() functions
1050 QrSegment::make_bytes(text.as_bytes()) in make_segments()
/third_party/qrcodegen/rust/examples/
H A Dqrcodegen-demo.rs109 QrSegment::make_bytes(golden0.as_bytes()), in do_segment_demo()
/third_party/qrcodegen/rust-no-heap/examples/
H A Dqrcodegen-demo.rs144 QrSegment::make_bytes(golden0.as_bytes()), in do_segment_demo()

Completed in 5 milliseconds