Searched refs:new_field (Results 1 – 4 of 4) sorted by relevance
/third_party/alsa-utils/alsamixer/ |
D | device_name.c | 171 fields[0] = new_field(1, 32, 1, 1, 0, 0); in create_device_name_form() 179 fields[1] = new_field(1, 32, 2, 1, 0, 0); in create_device_name_form()
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | reflection_test.py | 1468 new_field = proto.field.add() 1469 new_field.name = field_name 1470 new_field.type = field_type 1471 new_field.number = AddDescriptorField.field_index 1472 new_field.label = descriptor_pb2.FieldDescriptorProto.LABEL_OPTIONAL 1485 new_field = desc_proto.field.add() 1486 new_field.name = 'owners' 1487 new_field.type = fdp.TYPE_STRING 1488 new_field.number = AddDescriptorField.field_index 1489 new_field.label = descriptor_pb2.FieldDescriptorProto.LABEL_REPEATED
|
/third_party/gstreamer/gstreamer/gst/ |
D | gststructure.c | 503 GstStructureField new_field = { 0 }; in gst_structure_copy() local 507 new_field.name = field->name; in gst_structure_copy() 508 gst_value_init_and_copy (&new_field.value, &field->value); in gst_structure_copy() 509 _structure_append_val (new_structure, &new_field); in gst_structure_copy()
|
/third_party/python/Lib/test/ |
D | test_dataclasses.py | 1897 new_field: str
|