Lines Matching refs:packed
59 repeated double double_field_packed = 12 [packed=true];
63 repeated float float_field_packed = 22 [packed=true];
67 repeated int32 int32_field_packed = 32 [packed=true];
71 repeated int64 int64_field_packed = 42 [packed=true];
75 repeated uint32 uint32_field_packed = 52 [packed=true];
79 repeated uint64 uint64_field_packed = 62 [packed=true];
83 repeated sint32 sint32_field_packed = 72 [packed=true];
87 repeated sint64 sint64_field_packed = 82 [packed=true];
91 repeated fixed32 fixed32_field_packed = 92 [packed=true];
95 repeated fixed64 fixed64_field_packed = 102 [packed=true];
99 repeated sfixed32 sfixed32_field_packed = 112 [packed=true];
103 repeated sfixed64 sfixed64_field_packed = 122 [packed=true];
107 repeated bool bool_field_packed = 132 [packed=true];
117 repeated Outside outside_field_packed = 162 [packed=true];