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