/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/ |
D | Type.php | 42 const TYPE_INT32 = 5; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type 114 self::TYPE_INT32 => 'TYPE_INT32',
|
/third_party/protobuf/php/src/Google/Protobuf/Field/ |
D | Kind.php | 51 const TYPE_INT32 = 5; define in Google\\Protobuf\\Field\\Kind 137 self::TYPE_INT32 => 'TYPE_INT32',
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 323 _FieldDescriptor.TYPE_INT32: wire_format.Int32ByteSize, 346 _FieldDescriptor.TYPE_INT32: encoder.Int32Encoder, 369 _FieldDescriptor.TYPE_INT32: encoder.Int32Sizer, 392 _FieldDescriptor.TYPE_INT32: decoder.Int32Decoder, 414 _FieldDescriptor.TYPE_INT32: wire_format.WIRETYPE_VARINT,
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_field_base.cc | 238 case FieldDescriptor::TYPE_INT32: in type_name() 280 case FieldDescriptor::TYPE_INT32: in has_default_value() 376 case FieldDescriptor::TYPE_INT32: in default_value() 428 case FieldDescriptor::TYPE_INT32: in capitalized_type_name()
|
D | csharp_helpers.cc | 65 case FieldDescriptor::TYPE_INT32: in GetCSharpType() 434 case FieldDescriptor::TYPE_INT32 : return -1; in GetFixedSize() 565 case FieldDescriptor::TYPE_INT32: in IsNullable()
|
/third_party/protobuf/src/google/protobuf/ |
D | map_field_test.cc | 101 typedef MapField<EntryType, int32, int32, WireFormatLite::TYPE_INT32, 102 WireFormatLite::TYPE_INT32, false> 205 typedef MapField<EntryType, int32, int32, WireFormatLite::TYPE_INT32, 206 WireFormatLite::TYPE_INT32, false>
|
D | descriptor_unittest.cc | 328 FieldDescriptorProto::TYPE_INT32); in SetUp() 339 FieldDescriptorProto::TYPE_INT32); in SetUp() 699 FieldDescriptorProto::TYPE_INT32); in SetUp() 701 FieldDescriptorProto::TYPE_INT32); in SetUp() 714 FieldDescriptorProto::TYPE_INT32); in SetUp() 716 FieldDescriptorProto::TYPE_INT32); in SetUp() 718 FieldDescriptorProto::TYPE_INT32); in SetUp() 720 FieldDescriptorProto::TYPE_INT32); in SetUp() 722 FieldDescriptorProto::TYPE_INT32); in SetUp() 724 FieldDescriptorProto::TYPE_INT32) in SetUp() [all …]
|
D | generated_message_util.cc | 120 struct PrimitiveTypeHelper<WireFormatLite::TYPE_INT32> { 207 : PrimitiveTypeHelper<WireFormatLite::TYPE_INT32> {}; 631 SERIALIZERS_FOR_TYPE(WireFormatLite::TYPE_INT32); in SerializeInternal() 676 SERIALIZERS_FOR_TYPE(WireFormatLite::TYPE_INT32); in SerializeInternalToArray()
|
D | type.proto | 77 TYPE_INT32 = 5; enumerator
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | datapiece.h | 64 TYPE_INT32 = 1, enumerator 79 : type_(TYPE_INT32), i32_(value), use_strict_base64_decoding_(false) {} in DataPiece()
|
D | datapiece.cc | 232 case TYPE_INT32: in ValueAsStringOrDefault() 336 case TYPE_INT32: in GenericConvert() 404 case TYPE_INT32: in InternalCopy()
|
D | object_writer.cc | 44 case DataPiece::TYPE_INT32: { in RenderDataPieceTo()
|
D | protostream_objectsource.cc | 96 case google::protobuf::Field::TYPE_INT32: in MapKeyDefaultValueAsString() 822 case google::protobuf::Field::TYPE_INT32: { in RenderNonMessageField() 947 case google::protobuf::Field::TYPE_INT32: { in ReadFieldValueAsString()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 321 case FieldDescriptor::TYPE_INT32: in GetJavaType() 446 case FieldDescriptor::TYPE_INT32: in FieldTypeName() 727 case FieldDescriptor::TYPE_INT32: in GetCapitalizedType() 777 case FieldDescriptor::TYPE_INT32: in FixedSize()
|
/third_party/protobuf/src/google/protobuf/util/ |
D | type_resolver_util_test.cc | 181 EXPECT_TRUE(HasField(type, Field::CARDINALITY_OPTIONAL, Field::TYPE_INT32, in TEST_F() 242 EXPECT_TRUE(HasField(type, Field::CARDINALITY_REPEATED, Field::TYPE_INT32, in TEST_F() 309 EXPECT_TRUE(HasField(type, Field::CARDINALITY_REPEATED, Field::TYPE_INT32, in TEST_F()
|
/third_party/grpc/third_party/upb/tests/bindings/lua/ |
D | test_upb.lua | 37 assert_equal(upb.TYPE_INT32, f:type()) 306 local arr = upb.Array(upb.TYPE_INT32) 395 [upb.TYPE_INT32] = {
|
/third_party/protobuf/conformance/ |
D | binary_json_conformance_suite.cc | 154 case FieldDescriptor::TYPE_INT32: in GetDefaultValue() 187 case FieldDescriptor::TYPE_INT32: in GetNonDefaultValue() 328 case FieldDescriptor::TYPE_INT32: in IsProto3Default() 722 cat( tag(WireFormatLite::TYPE_INT32, WireFormatLite::WIRETYPE_VARINT), in TestPrematureEOFForType() 1359 TestValidDataForType(FieldDescriptor::TYPE_INT32, in RunSuiteImpl() 1476 TestValidDataForMapType(FieldDescriptor::TYPE_INT32, in RunSuiteImpl() 1477 FieldDescriptor::TYPE_INT32); in RunSuiteImpl() 1496 TestValidDataForMapType(FieldDescriptor::TYPE_INT32, in RunSuiteImpl() 1498 TestValidDataForMapType(FieldDescriptor::TYPE_INT32, in RunSuiteImpl()
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_primitive_field.cc | 54 case FieldDescriptor::TYPE_INT32: in FixedSize()
|
/third_party/protobuf/python/google/protobuf/ |
D | descriptor.py | 465 TYPE_INT32 = 5 variable in FieldDescriptor 506 TYPE_INT32: CPPTYPE_INT32,
|
/third_party/protobuf/src/google/protobuf/compiler/php/ |
D | php_generator.cc | 307 case FieldDescriptor::TYPE_INT32: in DefaultForField() 440 case FieldDescriptor::TYPE_INT32: return "int32"; in TypeName() 468 case FieldDescriptor::TYPE_INT32: in PhpSetterTypeName() 520 case FieldDescriptor::TYPE_INT32: in PhpGetterTypeName()
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | DescriptorsTest.java | 444 .setType(FieldDescriptorProto.Type.TYPE_INT32) in testDescriptorValidatorException() 476 .setType(FieldDescriptorProto.Type.TYPE_INT32) in testDescriptorComplexCrosslink()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 82 result["int32"] = FieldDescriptorProto::TYPE_INT32; in MakeTypeNameTable() 972 FieldDescriptorProto::Type type = FieldDescriptorProto::TYPE_INT32; in ParseMessageFieldNoLabel() 1257 case FieldDescriptorProto::TYPE_INT32: in ParseDefaultAssignment() 1264 if (field->type() == FieldDescriptorProto::TYPE_INT32 || in ParseDefaultAssignment()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_message.cc | 107 case FieldDescriptor::TYPE_INT32: in OrderGroupForFieldDescriptor()
|
D | objectivec_helpers.cc | 630 case FieldDescriptor::TYPE_INT32: in GetCapitalizedType() 676 case FieldDescriptor::TYPE_INT32: in GetObjectiveCType()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | DescriptorsTest.java | 429 .setType(FieldDescriptorProto.Type.TYPE_INT32) in testDescriptorValidatorException() 463 .setType(FieldDescriptorProto.Type.TYPE_INT32) in testDescriptorComplexCrosslink()
|