Lines Matching refs:packed
89 repeated int32 packed_repeated_int32 = 61 [packed=true];
90 repeated int64 packed_repeated_int64 = 62 [packed=true];
91 repeated uint32 packed_repeated_uint32 = 63 [packed=true];
92 repeated uint64 packed_repeated_uint64 = 64 [packed=true];
93 repeated sint32 packed_repeated_sint32 = 65 [packed=true];
94 repeated sint64 packed_repeated_sint64 = 66 [packed=true];
95 repeated fixed32 packed_repeated_fixed32 = 67 [packed=true];
96 repeated fixed64 packed_repeated_fixed64 = 68 [packed=true];
97 repeated sfixed32 packed_repeated_sfixed32 = 69 [packed=true];
98 repeated sfixed64 packed_repeated_sfixed64 = 70 [packed=true];
99 repeated float packed_repeated_float = 71 [packed=true];
100 repeated double packed_repeated_double = 72 [packed=true];
101 repeated bool packed_repeated_bool = 73 [packed=true];
169 repeated int32 extend_packed_repeated_int32 = 61 [packed=true];
170 repeated int64 extend_packed_repeated_int64 = 62 [packed=true];
171 repeated uint32 extend_packed_repeated_uint32 = 63 [packed=true];
172 repeated uint64 extend_packed_repeated_uint64 = 64 [packed=true];
173 repeated sint32 extend_packed_repeated_sint32 = 65 [packed=true];
174 repeated sint64 extend_packed_repeated_sint64 = 66 [packed=true];
175 repeated fixed32 extend_packed_repeated_fixed32 = 67 [packed=true];
176 repeated fixed64 extend_packed_repeated_fixed64 = 68 [packed=true];
177 repeated sfixed32 extend_packed_repeated_sfixed32 = 69 [packed=true];
178 repeated sfixed64 extend_packed_repeated_sfixed64 = 70 [packed=true];
179 repeated float extend_packed_repeated_float = 71 [packed=true];
180 repeated double extend_packed_repeated_double = 72 [packed=true];
181 repeated bool extend_packed_repeated_bool = 73 [packed=true];
183 [packed=true];