Searched defs:chip (Results 1 – 17 of 17) sorted by relevance
34 auto chip = device->add_chips(); in TEST() local64 auto &chip = device.chips().Get(0); in TEST() local
204 for (const auto &chip : device.chips()) { in Connect() local
15 pub mod chip; module
78 let mut chip = ProtoChip::new(); in get() localVariable
123 let chip = chip::chip_new( in add_chip() localVariable
175 for (const chip of device.chips) { constant
336 for (const chip of this.selectedDevice.chips) { constant
54 Chip chip = 2; // single chip field
75 oneof chip { oneof
116 auto chip = std::make_shared<Chip>(chip_id, facade_id, chip_kind, chip_name, in AddChip() local
64 for (const auto &chip : device_proto.chips()) { in TEST_F() local
90 auto chip = model.mutable_chips()->Add(); in TEST_F() local
112 model::Chip chip; in SetPacketCapture() local
72 let mut chip = model::Chip { ..Default::default() }; in get_expected_radio() localVariable
67 let mut chip = Chip { ..Default::default() }; in get_request_bytes() localVariable
361 pub chip: ::std::option::Option<chip::Chip>, field770 pub mod chip { module
411 pub chip: ::protobuf::SingularPtrField<Chip>, field