Home
last modified time | relevance | path

Searched refs:TYPE_INT64 (Results 1 – 25 of 73) sorted by relevance

123

/external/nanopb-c/generator/google/protobuf/internal/
Dtype_checkers.py176 _FieldDescriptor.TYPE_INT64: wire_format.Int64ByteSize,
199 _FieldDescriptor.TYPE_INT64: encoder.Int64Encoder,
222 _FieldDescriptor.TYPE_INT64: encoder.Int64Sizer,
245 _FieldDescriptor.TYPE_INT64: decoder.Int64Decoder,
267 _FieldDescriptor.TYPE_INT64: wire_format.WIRETYPE_VARINT,
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc179 case FieldDescriptor::TYPE_INT64: in type_name()
221 case FieldDescriptor::TYPE_INT64: in has_default_value()
258 case FieldDescriptor::TYPE_INT64: in is_nullable_type()
342 case FieldDescriptor::TYPE_INT64: in default_value()
394 case FieldDescriptor::TYPE_INT64: in capitalized_type_name()
Dcsharp_helpers.cc67 case FieldDescriptor::TYPE_INT64: in GetCSharpType()
384 case FieldDescriptor::TYPE_INT64 : return -1; in GetFixedSize()
/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py242 _FieldDescriptor.TYPE_INT64: wire_format.Int64ByteSize,
265 _FieldDescriptor.TYPE_INT64: encoder.Int64Encoder,
288 _FieldDescriptor.TYPE_INT64: encoder.Int64Sizer,
311 _FieldDescriptor.TYPE_INT64: decoder.Int64Decoder,
333 _FieldDescriptor.TYPE_INT64: wire_format.WIRETYPE_VARINT,
Dproto_builder_test.py54 ('foo', descriptor_pb2.FieldDescriptorProto.TYPE_INT64),
/external/tensorflow/tensorflow/core/util/
Dcommand_line_flags.cc140 type_(TYPE_INT64), in Flag()
189 type_(TYPE_INT64), in Flag()
222 } else if (type_ == TYPE_INT64) { in Parse()
287 } else if (flag.type_ == Flag::TYPE_INT64) { in Usage()
Dcommand_line_flags.h96 TYPE_INT64, enumerator
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DExtension.java60 public static final int TYPE_INT64 = InternalNano.TYPE_INT64; field in Extension
399 case TYPE_INT64: in writeSingularData()
529 case TYPE_INT64: in writeRepeatedData()
599 case TYPE_INT64: in computePackedDataSize()
657 case TYPE_INT64: in computeSingularSerializedSize()
DInternalNano.java53 public static final int TYPE_INT64 = 3; field in InternalNano
360 case TYPE_INT64: in primitiveDefaultValue()
/external/mesa3d/src/mesa/main/
Dget.c102 TYPE_INT64, enumerator
211 #define CONTEXT_INT64(field) CONTEXT_FIELD(field, TYPE_INT64)
1485 case TYPE_INT64: in _mesa_GetBooleanv()
1588 case TYPE_INT64: in _mesa_GetFloatv()
1691 case TYPE_INT64: in _mesa_GetIntegerv()
1800 case TYPE_INT64: in _mesa_GetInteger64v()
1903 case TYPE_INT64: in _mesa_GetDoublev()
2098 return TYPE_INT64; in find_value_indexed()
2107 return TYPE_INT64; in find_value_indexed()
2193 return TYPE_INT64; in find_value_indexed()
[all …]
/external/protobuf/src/google/protobuf/util/internal/
Ddatapiece.h66 TYPE_INT64 = 2, enumerator
80 explicit DataPiece(const int64 value) : type_(TYPE_INT64), i64_(value) {} in DataPiece()
Ddatapiece.cc222 case TYPE_INT64: in ValueAsStringOrDefault()
295 case TYPE_INT64: in GenericConvert()
Dobject_writer.cc48 case DataPiece::TYPE_INT64: { in RenderDataPieceTo()
/external/deqp/executor/
DxeTestCaseResult.hpp167 TYPE_INT64, enumerator
174 NumericValue (deInt64 value) : m_type(TYPE_INT64) { m_value.int64 = value; } in NumericValue()
178 deInt64 getInt64 (void) const { DE_ASSERT(getType() == TYPE_INT64); return m_value.int64; } in getInt64()
DxeTestCaseResult.cpp77 case NumericValue::TYPE_INT64: in operator <<()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc272 case FieldDescriptor::TYPE_INT64: in GetJavaType()
356 case FieldDescriptor::TYPE_INT64 : return "INT64"; in FieldTypeName()
629 case FieldDescriptor::TYPE_INT64 : return "Int64"; in GetCapitalizedType()
658 case FieldDescriptor::TYPE_INT64 : return -1; in FixedSize()
/external/perfetto/include/perfetto/protozero/
Dproto_field_descriptor.h31 TYPE_INT64 = 3, enumerator
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_primitive_field.cc102 case FieldDescriptor::TYPE_INT64 : return "Int64" ; in GetCapitalizedType()
129 case FieldDescriptor::TYPE_INT64 : return -1; in FixedSize()
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc167 Field::TYPE_INT64, "optional_int64", 2)); in TEST_F()
223 Field::TYPE_INT64, "repeated_int64", 32)); in TEST_F()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_extension.cc56 case FieldDescriptor::TYPE_INT64 : return "TYPE_INT64" ; in GetTypeConstantName()
Djavanano_primitive_field.cc104 case FieldDescriptor::TYPE_INT64 : return "Int64" ; in GetCapitalizedType()
131 case FieldDescriptor::TYPE_INT64 : return -1; in FixedSize()
/external/nanopb-c/generator/google/protobuf/
Ddescriptor.py364 TYPE_INT64 = 3 variable in FieldDescriptor
402 TYPE_INT64: CPPTYPE_INT64,
/external/deqp/framework/common/
DtcuTestLog.hpp217 enum Type { TYPE_INT64 = 0, TYPE_FLOAT64, TYPE_LAST }; enumerator
228 Value (deInt64 v) : type(TYPE_INT64) { value.int64 = v; } in Value()
/external/tensorflow/tensorflow/python/util/protobuf/
Dcompare.py139 if desc.type in (descriptor.FieldDescriptor.TYPE_INT64,
/external/protobuf/python/google/protobuf/
Ddescriptor.py424 TYPE_INT64 = 3 variable in FieldDescriptor
462 TYPE_INT64: CPPTYPE_INT64,

123