/third_party/protobuf/php/src/Google/Protobuf/Field/ |
D | Kind.php | 39 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/ |
D | Type.php | 31 const TYPE_INT64 = 3; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type 112 self::TYPE_INT64 => 'TYPE_INT64',
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 321 _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,
|
D | proto_builder_test.py | 54 ('foo', descriptor_pb2.FieldDescriptorProto.TYPE_INT64),
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_field_base.cc | 234 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()
|
D | csharp_helpers.cc | 67 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/ |
D | datapiece.h | 65 TYPE_INT64 = 2, enumerator 81 : type_(TYPE_INT64), i64_(value), use_strict_base64_decoding_(false) {} in DataPiece()
|
D | datapiece.cc | 234 case TYPE_INT64: in ValueAsStringOrDefault() 338 case TYPE_INT64: in GenericConvert() 405 case TYPE_INT64: in InternalCopy()
|
D | object_writer.cc | 48 case DataPiece::TYPE_INT64: { in RenderDataPieceTo()
|
D | protostream_objectsource.cc | 97 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/ |
D | get.c | 147 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/ |
D | java_helpers.cc | 328 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/ |
D | printf-args.h | 54 TYPE_INT64, enumerator
|
D | printf-args.c | 72 case TYPE_INT64: in printf_fetchargs()
|
D | vasnprintf.c | 497 if (type == TYPE_INT64 || type == TYPE_UINT64) in vasnprintf() 630 case TYPE_INT64: in vasnprintf() 799 case TYPE_INT64: in vasnprintf()
|
D | printf-parse.c | 307 type = TYPE_INT64; in printf_parse()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTestLog.hpp | 223 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/ |
D | type_resolver_util_test.cc | 183 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/ |
D | generated_message_util.cc | 152 struct PrimitiveTypeHelper<WireFormatLite::TYPE_INT64> { 629 SERIALIZERS_FOR_TYPE(WireFormatLite::TYPE_INT64); in SerializeInternal() 674 SERIALIZERS_FOR_TYPE(WireFormatLite::TYPE_INT64); in SerializeInternalToArray()
|
D | type.proto | 73 TYPE_INT64 = 3; enumerator
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_primitive_field.cc | 56 case FieldDescriptor::TYPE_INT64: in FixedSize()
|
/third_party/protobuf/python/google/protobuf/ |
D | descriptor.py | 463 TYPE_INT64 = 3 variable in FieldDescriptor 501 TYPE_INT64: CPPTYPE_INT64,
|
/third_party/protobuf/conformance/ |
D | binary_json_conformance_suite.cc | 155 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/ |
D | php_generator.cc | 308 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/ |
D | 10.0.5.rst | 113 - mesa: return v.value_int64 when the requested type is TYPE_INT64
|