Searched refs:packed_struct (Results 1 – 14 of 14) 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:
29 packed_struct { struct32 template struct check_alignment<packed_struct, 1, 1>; argument
20 packed_struct { struct23 CHECK_ALIGNMENT(struct packed_struct, g_packedstruct, 1, 1); argument
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
89 packed_struct Make the generated structures packed.
88 packed_struct Make the generated structures packed.