Searched refs:packed_struct (Results 1 – 6 of 6) sorted by relevance
139 def GetByteLayout(packed_struct): argument140 bytes = [ByteInfo() for i in xrange(packed_struct.GetTotalSize())]143 for packed_field in packed_struct.packed_fields:
61 option (nanopb_msgopt).packed_struct = true;
39 optional bool packed_struct = 5 [default = false]; field
163 define i64* @packed_struct(i32 %i, i32 %j) {173 ; CHECK-LABEL: @packed_struct(
518 self.packed = message_options.packed_struct
85 packed_struct Make the generated structures packed.