Home
last modified time | relevance | path

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

123

/third_party/protobuf/php/src/Google/Protobuf/Field/
DKind.php39 const TYPE_INT64 = 3; define in Google\\Protobuf\\Field\\Kind
135 self::TYPE_INT64 => 'TYPE_INT64',
/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
DType.php31 const TYPE_INT64 = 3; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type
112 self::TYPE_INT64 => 'TYPE_INT64',
/third_party/protobuf/python/google/protobuf/internal/
Dtype_checkers.py321 _FieldDescriptor.TYPE_INT64: wire_format.Int64ByteSize,
344 _FieldDescriptor.TYPE_INT64: encoder.Int64Encoder,
367 _FieldDescriptor.TYPE_INT64: encoder.Int64Sizer,
390 _FieldDescriptor.TYPE_INT64: decoder.Int64Decoder,
412 _FieldDescriptor.TYPE_INT64: wire_format.WIRETYPE_VARINT,
Dproto_builder_test.py54 ('foo', descriptor_pb2.FieldDescriptorProto.TYPE_INT64),
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc234 case FieldDescriptor::TYPE_INT64: in type_name()
276 case FieldDescriptor::TYPE_INT64: in has_default_value()
372 case FieldDescriptor::TYPE_INT64: in default_value()
424 case FieldDescriptor::TYPE_INT64: in capitalized_type_name()
Dcsharp_helpers.cc67 case FieldDescriptor::TYPE_INT64: in GetCSharpType()
435 case FieldDescriptor::TYPE_INT64 : return -1; in GetFixedSize()
563 case FieldDescriptor::TYPE_INT64: in IsNullable()
/third_party/protobuf/src/google/protobuf/util/internal/
Ddatapiece.h65 TYPE_INT64 = 2, enumerator
81 : type_(TYPE_INT64), i64_(value), use_strict_base64_decoding_(false) {} in DataPiece()
Ddatapiece.cc234 case TYPE_INT64: in ValueAsStringOrDefault()
338 case TYPE_INT64: in GenericConvert()
405 case TYPE_INT64: in InternalCopy()
Dobject_writer.cc48 case DataPiece::TYPE_INT64: { in RenderDataPieceTo()
Dprotostream_objectsource.cc97 case google::protobuf::Field::TYPE_INT64: in MapKeyDefaultValueAsString()
827 case google::protobuf::Field::TYPE_INT64: { in RenderNonMessageField()
953 case google::protobuf::Field::TYPE_INT64: { in ReadFieldValueAsString()
/third_party/mesa3d/src/mesa/main/
Dget.c147 TYPE_INT64, enumerator
266 #define CONTEXT_INT64(field) CONTEXT_FIELD(field, TYPE_INT64)
1693 case TYPE_INT64: in get_value_size()
1820 case TYPE_INT64: in _mesa_GetBooleanv()
1946 case TYPE_INT64: in _mesa_GetFloatv()
2081 case TYPE_INT64: in _mesa_GetIntegerv()
2216 case TYPE_INT64: in _mesa_GetInteger64v()
2334 case TYPE_INT64: in _mesa_GetDoublev()
2422 case TYPE_INT64: in _mesa_GetUnsignedBytevEXT()
2616 return TYPE_INT64; in find_value_indexed()
[all …]
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc328 case FieldDescriptor::TYPE_INT64: in GetJavaType()
456 case FieldDescriptor::TYPE_INT64: in FieldTypeName()
737 case FieldDescriptor::TYPE_INT64: in GetCapitalizedType()
779 case FieldDescriptor::TYPE_INT64: in FixedSize()
/third_party/gstreamer/gstreamer/gst/printf/
Dprintf-args.h54 TYPE_INT64, enumerator
Dprintf-args.c72 case TYPE_INT64: in printf_fetchargs()
Dvasnprintf.c497 if (type == TYPE_INT64 || type == TYPE_UINT64) in vasnprintf()
630 case TYPE_INT64: in vasnprintf()
799 case TYPE_INT64: in vasnprintf()
Dprintf-parse.c307 type = TYPE_INT64; in printf_parse()
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.hpp223 enum Type { TYPE_INT64 = 0, TYPE_FLOAT64, TYPE_LAST }; enumerator
234 Value (deInt64 v) : type(TYPE_INT64) { value.int64 = v; } in Value()
/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc183 EXPECT_TRUE(HasField(type, Field::CARDINALITY_OPTIONAL, Field::TYPE_INT64, in TEST_F()
244 EXPECT_TRUE(HasField(type, Field::CARDINALITY_REPEATED, Field::TYPE_INT64, in TEST_F()
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_util.cc152 struct PrimitiveTypeHelper<WireFormatLite::TYPE_INT64> {
629 SERIALIZERS_FOR_TYPE(WireFormatLite::TYPE_INT64); in SerializeInternal()
674 SERIALIZERS_FOR_TYPE(WireFormatLite::TYPE_INT64); in SerializeInternalToArray()
Dtype.proto73 TYPE_INT64 = 3; enumerator
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc56 case FieldDescriptor::TYPE_INT64: in FixedSize()
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py463 TYPE_INT64 = 3 variable in FieldDescriptor
501 TYPE_INT64: CPPTYPE_INT64,
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc155 case FieldDescriptor::TYPE_INT64: in GetDefaultValue()
188 case FieldDescriptor::TYPE_INT64: in GetNonDefaultValue()
326 case FieldDescriptor::TYPE_INT64: in IsProto3Default()
1346 TestValidDataForType(FieldDescriptor::TYPE_INT64, in RunSuiteImpl()
1478 TestValidDataForMapType(FieldDescriptor::TYPE_INT64, in RunSuiteImpl()
1479 FieldDescriptor::TYPE_INT64); in RunSuiteImpl()
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc308 case FieldDescriptor::TYPE_INT64: in DefaultForField()
441 case FieldDescriptor::TYPE_INT64: return "int64"; in TypeName()
476 case FieldDescriptor::TYPE_INT64: in PhpSetterTypeName()
526 case FieldDescriptor::TYPE_INT64: in PhpGetterTypeName()
/third_party/mesa3d/docs/relnotes/
D10.0.5.rst113 - mesa: return v.value_int64 when the requested type is TYPE_INT64

123