Home
last modified time | relevance | path

Searched refs:SINT32_LIST (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DFieldType.java75 SINT32_LIST(33, Collection.VECTOR, JavaType.INT), enumConstant
DDescriptorMessageInfoFactory.java548 return fd.isPacked() ? FieldType.SINT32_LIST_PACKED : FieldType.SINT32_LIST; in getFieldType()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DProto3MessageInfoFactory.java121 builder.withField(forField(field("fieldSint32List33_"), 33, FieldType.SINT32_LIST, true)); in lookupFieldsByName()
DProto3MessageLiteInfoFactory.java274 field(Proto3MessageLite.class, "fieldSint32List33_"), 33, FieldType.SINT32_LIST, true)); in lookupFieldsByName()
DProto2MessageInfoFactory.java198 builder.withField(forField(field("fieldSint32List33_"), 33, FieldType.SINT32_LIST, false)); in lookupFieldsByName()
/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/
DProto2MessageLiteInfoFactory.java478 FieldType.SINT32_LIST, in lookupFieldsByName()