Home
last modified time | relevance | path

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

123

/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/tensorflow/tensorflow/core/util/proto/
Ddecode.h161 inline const uint8* ReadFromArray<int64, WireFormatLite::TYPE_SINT32>(
171 inline const uint8* ReadFromArray<int32, WireFormatLite::TYPE_SINT32>(
465 case WireFormatLite::TYPE_SINT32: in ReadValue()
468 return ReadPrimitive<int32, int64, WireFormatLite::TYPE_SINT32>( in ReadValue()
471 return ReadPrimitive<int32, int32, WireFormatLite::TYPE_SINT32>( in ReadValue()
597 case WireFormatLite::TYPE_SINT32: in ReadPackedFromArray()
600 *index += ReadPackedPrimitives<int64, WireFormatLite::TYPE_SINT32>( in ReadPackedFromArray()
604 *index += ReadPackedPrimitives<int32, WireFormatLite::TYPE_SINT32>( in ReadPackedFromArray()
Dproto_utils.cc64 case WireFormatLite::TYPE_SINT32: in IsCompatibleType()
/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/tensorflow/tensorflow/core/kernels/
Dencode_proto_op.cc208 size_t TotalPackedSize<WireFormatLite::TYPE_SINT32, int32>(const Tensor& input, in TotalPackedSize()
221 size_t TotalPackedSize<WireFormatLite::TYPE_SINT32, int64>(const Tensor& input, in TotalPackedSize()
437 case WireFormatLite::TYPE_SINT32: in WriteField()
440 return WriteField<int64, int32, WireFormatLite::TYPE_SINT32, in WriteField()
444 return WriteField<int32, int32, WireFormatLite::TYPE_SINT32, in WriteField()
Ddecode_proto_op.cc168 case WireFormatLite::TYPE_SINT32: in InitDefaultValueFromFieldDescriptor()
343 case WireFormatLite::TYPE_SINT32: in ReadPackedValues()
454 case WireFormatLite::TYPE_SINT32: in SkipValue()
/external/perfetto/src/perfetto_cmd/
Dpbtxt_to_pb.cc69 case FieldDescriptorProto::TYPE_SINT32: in FieldToTypeName()
158 FieldDescriptorProto::TYPE_SINT32, in NumericField()
177 case FieldDescriptorProto::TYPE_SINT32: in NumericField()
361 field->type() == FieldDescriptorProto::TYPE_SINT32) { in VarIntField()
/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()
/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/perfetto/protos/perfetto/common/
Ddescriptor.proto94 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
114 TYPE_SINT32 = 17; // Uses ZigZag encoding. enumerator
/external/tensorflow/tensorflow/python/util/protobuf/
Dcompare.py155 descriptor.FieldDescriptor.TYPE_SINT32,
/external/protobuf/python/google/protobuf/
Ddescriptor.py438 TYPE_SINT32 = 17 variable in FieldDescriptor
469 TYPE_SINT32: CPPTYPE_INT32,
/external/perfetto/src/protozero/protoc_plugin/
Dprotozero_generator.cc374 case FieldDescriptor::TYPE_SINT32: { in GenerateSimpleFieldDescriptor()
511 case FieldDescriptor::TYPE_SINT32: in GenerateDecoder()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc58 case FieldDescriptor::TYPE_SINT32 : return -1; in FixedSize()
/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()

123