Home
last modified time | relevance | path

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

123

/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc203 case FieldDescriptor::TYPE_SINT64: in type_name()
245 case FieldDescriptor::TYPE_SINT64: in has_default_value()
268 case FieldDescriptor::TYPE_SINT64: in is_nullable_type()
370 case FieldDescriptor::TYPE_SINT64: in default_value()
418 case FieldDescriptor::TYPE_SINT64: in capitalized_type_name()
Dcsharp_helpers.cc75 case FieldDescriptor::TYPE_SINT64: in GetCSharpType()
388 case FieldDescriptor::TYPE_SINT64 : return -1; in GetFixedSize()
/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py257 _FieldDescriptor.TYPE_SINT64: wire_format.SInt64ByteSize
280 _FieldDescriptor.TYPE_SINT64: encoder.SInt64Encoder,
303 _FieldDescriptor.TYPE_SINT64: encoder.SInt64Sizer,
326 _FieldDescriptor.TYPE_SINT64: decoder.SInt64Decoder,
351 _FieldDescriptor.TYPE_SINT64: wire_format.WIRETYPE_VARINT,
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DExtension.java75 public static final int TYPE_SINT64 = InternalNano.TYPE_SINT64; field in Extension
451 case TYPE_SINT64: in writeSingularData()
534 case TYPE_SINT64: in writeRepeatedData()
605 case TYPE_SINT64: in computePackedDataSize()
698 case TYPE_SINT64: in computeSingularSerializedSize()
DInternalNano.java68 public static final int TYPE_SINT64 = 18; field in InternalNano
362 case TYPE_SINT64: in primitiveDefaultValue()
DCodedOutputByteBufferNano.java1151 case InternalNano.TYPE_SINT64: in computeFieldSize()
1229 case InternalNano.TYPE_SINT64: in writeField()
DCodedInputByteBufferNano.java691 case InternalNano.TYPE_SINT64: in readPrimitiveField()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc274 case FieldDescriptor::TYPE_SINT64: in GetJavaType()
358 case FieldDescriptor::TYPE_SINT64 : return "SINT64"; in FieldTypeName()
631 case FieldDescriptor::TYPE_SINT64 : return "SInt64"; in GetCapitalizedType()
662 case FieldDescriptor::TYPE_SINT64 : return -1; in FixedSize()
/external/tensorflow/tensorflow/core/util/proto/
Ddecode.h181 inline const uint8* ReadFromArray<int64, WireFormatLite::TYPE_SINT64>(
477 case WireFormatLite::TYPE_SINT64: in ReadValue()
478 return ReadPrimitive<protobuf_int64, int64, WireFormatLite::TYPE_SINT64>( in ReadValue()
611 case WireFormatLite::TYPE_SINT64: in ReadPackedFromArray()
612 *index += ReadPackedPrimitives<int64, WireFormatLite::TYPE_SINT64>( in ReadPackedFromArray()
Dproto_utils.cc66 case WireFormatLite::TYPE_SINT64: in IsCompatibleType()
/external/perfetto/src/perfetto_cmd/
Dpbtxt_to_pb.cc65 case FieldDescriptorProto::TYPE_SINT64: in FieldToTypeName()
157 FieldDescriptorProto::TYPE_SINT64, FieldDescriptorProto::TYPE_INT32, in NumericField()
174 case FieldDescriptorProto::TYPE_SINT64: in NumericField()
360 if (field->type() == FieldDescriptorProto::TYPE_SINT64 || in VarIntField()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_primitive_field.cc104 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ; in GetCapitalizedType()
133 case FieldDescriptor::TYPE_SINT64 : return -1; in FixedSize()
Djavamicro_helpers.cc211 case FieldDescriptor::TYPE_SINT64: in GetJavaType()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_extension.cc58 case FieldDescriptor::TYPE_SINT64 : return "TYPE_SINT64" ; in GetTypeConstantName()
Djavanano_primitive_field.cc106 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ; in GetCapitalizedType()
135 case FieldDescriptor::TYPE_SINT64 : return -1; in FixedSize()
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc175 Field::TYPE_SINT64, "optional_sint64", 6)); in TEST_F()
231 Field::TYPE_SINT64, "repeated_sint64", 36)); in TEST_F()
/external/perfetto/protos/perfetto/common/
Ddescriptor.proto90 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
115 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator
/external/tensorflow/tensorflow/core/kernels/
Dencode_proto_op.cc234 size_t TotalPackedSize<WireFormatLite::TYPE_SINT64, int64>(const Tensor& input, in TotalPackedSize()
451 case WireFormatLite::TYPE_SINT64: in WriteField()
452 return WriteField<int64, protobuf_int64, WireFormatLite::TYPE_SINT64, in WriteField()
Ddecode_proto_op.cc159 case WireFormatLite::TYPE_SINT64: in InitDefaultValueFromFieldDescriptor()
346 case WireFormatLite::TYPE_SINT64: in ReadPackedValues()
456 case WireFormatLite::TYPE_SINT64: in SkipValue()
/external/tensorflow/tensorflow/python/util/protobuf/
Dcompare.py151 descriptor.FieldDescriptor.TYPE_SINT64):
/external/protobuf/python/google/protobuf/
Ddescriptor.py439 TYPE_SINT64 = 18 variable in FieldDescriptor
463 TYPE_SINT64: CPPTYPE_INT64,
/external/perfetto/src/protozero/protoc_plugin/
Dprotozero_generator.cc379 case FieldDescriptor::TYPE_SINT64: { in GenerateSimpleFieldDescriptor()
517 case FieldDescriptor::TYPE_SINT64: in GenerateDecoder()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc59 case FieldDescriptor::TYPE_SINT64 : return -1; in FixedSize()
/external/protobuf/src/google/protobuf/
Dtype.proto102 TYPE_SINT64 = 18; enumerator
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc524 case FieldDescriptor::TYPE_SINT64: in GetCapitalizedType()
566 case FieldDescriptor::TYPE_SINT64: in GetObjectiveCType()

123