Searched defs:ProtoChip (Results 1 – 7 of 7) sorted by relevance
39 fn get(&self) -> ProtoChip { in get()45 fn patch(&self, _chip: &ProtoChip) {} in patch()
62 fn get(&self) -> ProtoChip; in get()67 fn patch(&self, chip: &ProtoChip); in patch()
63 fn get(&self) -> ProtoChip { in get()72 fn patch(&self, chip: &ProtoChip) { in patch()
94 fn get(&self) -> ProtoChip { in get()106 fn patch(&self, chip: &ProtoChip) { in patch()
106 fn get(&self) -> ProtoChip { in get()132 fn patch(&self, chip: &ProtoChip) { in patch()
216 fn get(&self) -> ProtoChip { in get()226 fn patch(&self, patch: &ProtoChip) { in patch() method
146 pub fn get(&self) -> Result<ProtoChip, String> { in get()