Searched refs:packed_struct (Results 1 – 12 of 12) sorted by relevance
189 def GetByteLayout(packed_struct): argument191 packed_struct.packed_fields[-1] if packed_struct.packed_fields else None)195 for packed_field in packed_struct.packed_fields:218 def GetVersionInfo(packed_struct): argument234 for packed_field in packed_struct.packed_fields_in_ordinal_order:
66 option (nanopb_msgopt).packed_struct = true;
67 option (nanopb_msgopt).packed_struct = true;
53 optional bool packed_struct = 5 [default = false]; field
58 optional bool packed_struct = 5 [default = false]; field
66 optional bool packed_struct = 5 [default = false]; field
163 define i64* @packed_struct(i32 %i, i32 %j) {173 ; CHECK-LABEL: @packed_struct(
159 define i64* @packed_struct(i32 %i, i32 %j) {169 ; CHECK-LABEL: @packed_struct(
822 self.packed = message_options.packed_struct
918 self.packed = message_options.packed_struct
88 packed_struct Make the generated structures packed.
89 packed_struct Make the generated structures packed.