Home
last modified time | relevance | path

Searched refs:TYPE_INT32 (Results 1 – 25 of 50) sorted by relevance

12

/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
DType.php42 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/
DKind.php51 const TYPE_INT32 = 5; define in Google\\Protobuf\\Field\\Kind
137 self::TYPE_INT32 => 'TYPE_INT32',
/third_party/protobuf/python/google/protobuf/internal/
Dtype_checkers.py323 _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/
Dcsharp_field_base.cc238 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()
Dcsharp_helpers.cc65 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/
Dmap_field_test.cc101 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>
Ddescriptor_unittest.cc328 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 …]
Dgenerated_message_util.cc120 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()
Dtype.proto77 TYPE_INT32 = 5; enumerator
/third_party/protobuf/src/google/protobuf/util/internal/
Ddatapiece.h64 TYPE_INT32 = 1, enumerator
79 : type_(TYPE_INT32), i32_(value), use_strict_base64_decoding_(false) {} in DataPiece()
Ddatapiece.cc232 case TYPE_INT32: in ValueAsStringOrDefault()
336 case TYPE_INT32: in GenericConvert()
404 case TYPE_INT32: in InternalCopy()
Dobject_writer.cc44 case DataPiece::TYPE_INT32: { in RenderDataPieceTo()
Dprotostream_objectsource.cc96 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/
Djava_helpers.cc321 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/
Dtype_resolver_util_test.cc181 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/
Dtest_upb.lua37 assert_equal(upb.TYPE_INT32, f:type())
306 local arr = upb.Array(upb.TYPE_INT32)
395 [upb.TYPE_INT32] = {
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc154 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/
Dcpp_primitive_field.cc54 case FieldDescriptor::TYPE_INT32: in FixedSize()
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py465 TYPE_INT32 = 5 variable in FieldDescriptor
506 TYPE_INT32: CPPTYPE_INT32,
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc307 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/
DDescriptorsTest.java444 .setType(FieldDescriptorProto.Type.TYPE_INT32) in testDescriptorValidatorException()
476 .setType(FieldDescriptorProto.Type.TYPE_INT32) in testDescriptorComplexCrosslink()
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc82 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/
Dobjectivec_message.cc107 case FieldDescriptor::TYPE_INT32: in OrderGroupForFieldDescriptor()
Dobjectivec_helpers.cc630 case FieldDescriptor::TYPE_INT32: in GetCapitalizedType()
676 case FieldDescriptor::TYPE_INT32: in GetObjectiveCType()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java429 .setType(FieldDescriptorProto.Type.TYPE_INT32) in testDescriptorValidatorException()
463 .setType(FieldDescriptorProto.Type.TYPE_INT32) in testDescriptorComplexCrosslink()

12