Searched refs:TYPE_SINT32 (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py190 _FieldDescriptor.TYPE_SINT32: wire_format.SInt32ByteSize,
213 _FieldDescriptor.TYPE_SINT32: encoder.SInt32Encoder,
236 _FieldDescriptor.TYPE_SINT32: encoder.SInt32Sizer,
259 _FieldDescriptor.TYPE_SINT32: decoder.SInt32Decoder,
284 _FieldDescriptor.TYPE_SINT32: wire_format.WIRETYPE_VARINT,
/external/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py190 _FieldDescriptor.TYPE_SINT32: wire_format.SInt32ByteSize,
213 _FieldDescriptor.TYPE_SINT32: encoder.SInt32Encoder,
236 _FieldDescriptor.TYPE_SINT32: encoder.SInt32Sizer,
259 _FieldDescriptor.TYPE_SINT32: decoder.SInt32Decoder,
284 _FieldDescriptor.TYPE_SINT32: wire_format.WIRETYPE_VARINT,
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DExtension.java74 public static final int TYPE_SINT32 = 17; field in class:Extension
370 case TYPE_SINT32:
463 case TYPE_SINT32:
535 case TYPE_SINT32:
603 case TYPE_SINT32:
711 case TYPE_SINT32:
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_extension.cc53 case FieldDescriptor::TYPE_SINT32 : return "TYPE_SINT32" ;
H A Djavanano_primitive_field.cc101 case FieldDescriptor::TYPE_SINT32 : return "SInt32" ;
134 case FieldDescriptor::TYPE_SINT32 : return -1;
H A Djavanano_helpers.cc287 case FieldDescriptor::TYPE_SINT32:
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_primitive_field.cc99 case FieldDescriptor::TYPE_SINT32 : return "SInt32" ;
132 case FieldDescriptor::TYPE_SINT32 : return -1;
H A Djava_extension.cc51 case FieldDescriptor::TYPE_SINT32 : return "SINT32";
H A Djava_helpers.cc190 case FieldDescriptor::TYPE_SINT32:
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension.cc52 case FieldDescriptor::TYPE_SINT32 : return "SINT32";
H A Djava_primitive_field.cc100 case FieldDescriptor::TYPE_SINT32 : return "SInt32" ;
133 case FieldDescriptor::TYPE_SINT32 : return -1;
H A Djava_helpers.cc213 case FieldDescriptor::TYPE_SINT32:
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_primitive_field.cc99 case FieldDescriptor::TYPE_SINT32 : return "SInt32" ;
132 case FieldDescriptor::TYPE_SINT32 : return -1;
H A Djavamicro_helpers.cc204 case FieldDescriptor::TYPE_SINT32:
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py378 TYPE_SINT32 = 17 variable in class:FieldDescriptor
409 TYPE_SINT32: CPPTYPE_INT32,
H A Dtext_format.py257 descriptor.FieldDescriptor.TYPE_SINT32,
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_primitive_field.cc58 case FieldDescriptor::TYPE_SINT32 : return -1;
H A Dcpp_helpers.cc235 case FieldDescriptor::TYPE_SINT32 : return "SInt32";
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc219 case FieldDescriptor::TYPE_SINT32 : return "SInt32";
H A Dcpp_primitive_field.cc58 case FieldDescriptor::TYPE_SINT32 : return -1;
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py344 TYPE_SINT32 = 17 variable in class:FieldDescriptor
H A Dtext_format.py237 descriptor.FieldDescriptor.TYPE_SINT32,
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc79 result["sint32" ] = FieldDescriptorProto::TYPE_SINT32;
543 case FieldDescriptorProto::TYPE_SINT32:
549 field->type() == FieldDescriptorProto::TYPE_SINT32 ||
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc79 result["sint32" ] = FieldDescriptorProto::TYPE_SINT32;
801 case FieldDescriptorProto::TYPE_SINT32:
807 field->type() == FieldDescriptorProto::TYPE_SINT32 ||
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.h114 TYPE_SINT32 = 17, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType

Completed in 300 milliseconds

12