Searched defs:Code (Results 1 – 2 of 2) sorted by relevance
41 pub fn from_bytes(data: &[u8]) -> Result<Self, Option<Code>> { in from_bytes()42 fn parse_packet(data: &[u8]) -> Option<(Code, Reader)> { in from_bytes()62 fn dispatch_read(code: Code, r: &mut Reader) -> Option<Event> { in dispatch_read()92 pub struct Code(u8, Option<u8>); struct94 impl Code { implementation
54 private static class Code extends ExpectedKeyOutput { class in ExpectedKeyOutput58 Code(final int code) { mCode = code; } in Code() method in ExpectedKeyOutput.Code