Lines Matching defs:Chip
248 pub fn get_chips(&self) -> &[Chip] { in get_chips()
256 pub fn set_chips(&mut self, v: ::protobuf::RepeatedField<Chip>) { in set_chips()
261 pub fn mut_chips(&mut self) -> &mut ::protobuf::RepeatedField<Chip> { in mut_chips()
266 pub fn take_chips(&mut self) -> ::protobuf::RepeatedField<Chip> { in take_chips()
459 pub fn get_chip(&self) -> &Chip { in get_chip()
471 pub fn set_chip(&mut self, v: Chip) { in set_chip()
477 pub fn mut_chip(&mut self) -> &mut Chip { in mut_chip()
485 pub fn take_chip(&mut self) -> Chip { in take_chip()
627 pub struct Chip { struct
629 pub kind: Chip_ChipKind, argument
643 impl<'a> ::std::default::Default for &'a Chip { argument
649 impl Chip { impl
793 impl ::protobuf::Message for Chip { implementation
982 impl ::protobuf::Clear for Chip { implementation
995 impl ::std::fmt::Debug for Chip { implementation
1001 impl ::protobuf::reflect::ProtobufValue for Chip { implementation