Home
last modified time | relevance | path

Searched refs:TYPE_SINT32 (Results 1 – 25 of 39) sorted by relevance

12

/external/nanopb-c/generator/google/protobuf/internal/
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/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc201 case FieldDescriptor::TYPE_SINT32: in type_name()
243 case FieldDescriptor::TYPE_SINT32: in has_default_value()
267 case FieldDescriptor::TYPE_SINT32: in is_nullable_type()
368 case FieldDescriptor::TYPE_SINT32: in default_value()
416 case FieldDescriptor::TYPE_SINT32: in capitalized_type_name()
Dcsharp_helpers.cc73 case FieldDescriptor::TYPE_SINT32: in GetCSharpType()
387 case FieldDescriptor::TYPE_SINT32 : return -1; in GetFixedSize()
/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py256 _FieldDescriptor.TYPE_SINT32: wire_format.SInt32ByteSize,
279 _FieldDescriptor.TYPE_SINT32: encoder.SInt32Encoder,
302 _FieldDescriptor.TYPE_SINT32: encoder.SInt32Sizer,
325 _FieldDescriptor.TYPE_SINT32: decoder.SInt32Decoder,
350 _FieldDescriptor.TYPE_SINT32: wire_format.WIRETYPE_VARINT,
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DExtension.java74 public static final int TYPE_SINT32 = InternalNano.TYPE_SINT32; field in Extension
447 case TYPE_SINT32: in writeSingularData()
519 case TYPE_SINT32: in writeRepeatedData()
587 case TYPE_SINT32: in computePackedDataSize()
695 case TYPE_SINT32: in computeSingularSerializedSize()
DInternalNano.java67 public static final int TYPE_SINT32 = 17; field in InternalNano
357 case TYPE_SINT32: in primitiveDefaultValue()
DCodedOutputByteBufferNano.java1143 case InternalNano.TYPE_SINT32: in computeFieldSize()
1225 case InternalNano.TYPE_SINT32: in writeField()
DCodedInputByteBufferNano.java689 case InternalNano.TYPE_SINT32: in readPrimitiveField()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc267 case FieldDescriptor::TYPE_SINT32: in GetJavaType()
353 case FieldDescriptor::TYPE_SINT32 : return "SINT32"; in FieldTypeName()
626 case FieldDescriptor::TYPE_SINT32 : return "SInt32"; in GetCapitalizedType()
661 case FieldDescriptor::TYPE_SINT32 : return -1; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_primitive_field.cc99 case FieldDescriptor::TYPE_SINT32 : return "SInt32" ; in GetCapitalizedType()
132 case FieldDescriptor::TYPE_SINT32 : return -1; in FixedSize()
Djavamicro_helpers.cc204 case FieldDescriptor::TYPE_SINT32: in GetJavaType()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_extension.cc53 case FieldDescriptor::TYPE_SINT32 : return "TYPE_SINT32" ; in GetTypeConstantName()
Djavanano_primitive_field.cc101 case FieldDescriptor::TYPE_SINT32 : return "SInt32" ; in GetCapitalizedType()
134 case FieldDescriptor::TYPE_SINT32 : return -1; in FixedSize()
Djavanano_helpers.cc301 case FieldDescriptor::TYPE_SINT32: in GetJavaType()
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc173 Field::TYPE_SINT32, "optional_sint32", 5)); in TEST_F()
229 Field::TYPE_SINT32, "repeated_sint32", 35)); in TEST_F()
/external/nanopb-c/generator/google/protobuf/
Ddescriptor.py378 TYPE_SINT32 = 17 variable in FieldDescriptor
409 TYPE_SINT32: CPPTYPE_INT32,
Dtext_format.py257 descriptor.FieldDescriptor.TYPE_SINT32,
/external/protobuf/python/google/protobuf/
Ddescriptor.py438 TYPE_SINT32 = 17 variable in FieldDescriptor
469 TYPE_SINT32: CPPTYPE_INT32,
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc58 case FieldDescriptor::TYPE_SINT32 : return -1; in FixedSize()
Dcpp_helpers.cc317 case FieldDescriptor::TYPE_SINT32 : return "SInt32"; in DeclaredTypeMethodName()
/external/protobuf/src/google/protobuf/
Dtype.proto100 TYPE_SINT32 = 17; enumerator
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc514 case FieldDescriptor::TYPE_SINT32: in GetCapitalizedType()
557 case FieldDescriptor::TYPE_SINT32: in GetObjectiveCType()
Dobjectivec_message.cc112 case FieldDescriptor::TYPE_SINT32: in OrderGroupForFieldDescriptor()
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.cc97 case FieldDescriptor::TYPE_SINT32: return "sint32"; in TypeName()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc80 result["sint32" ] = FieldDescriptorProto::TYPE_SINT32; in MakeTypeNameTable()
1100 case FieldDescriptorProto::TYPE_SINT32: in ParseDefaultAssignment()
1106 field->type() == FieldDescriptorProto::TYPE_SINT32 || in ParseDefaultAssignment()

12