Home
last modified time | relevance | path

Searched refs:TYPE_INT32 (Results 1 - 25 of 42) sorted by relevance

12

/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
H A DType.php40 * Generated from protobuf enum <code>TYPE_INT32 = 5;</code>
42 const TYPE_INT32 = 5;
114 self::TYPE_INT32 => 'TYPE_INT32',
/third_party/protobuf/php/src/Google/Protobuf/Field/
H A DKind.php49 * Generated from protobuf enum <code>TYPE_INT32 = 5;</code>
51 const TYPE_INT32 = 5;
137 self::TYPE_INT32 => 'TYPE_INT32',
/third_party/protobuf/python/google/protobuf/internal/
H A 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/util/internal/
H A Ddatapiece.cc232 case TYPE_INT32: in ValueAsStringOrDefault()
336 case TYPE_INT32: in GenericConvert()
404 case TYPE_INT32: in InternalCopy()
H A Ddatapiece.h64 TYPE_INT32 = 1, enumerator
79 : type_(TYPE_INT32), i32_(value), use_strict_base64_decoding_(false) {} in DataPiece()
H A Dobject_writer.cc44 case DataPiece::TYPE_INT32: { in RenderDataPieceTo()
H A 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()
H A Ddefault_value_objectwriter.cc457 case google::protobuf::Field::TYPE_INT32: in CreateDefaultDataPieceForField()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A 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()
H A 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/
H A 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>
H A 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...]
H A 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()
/third_party/protobuf/src/google/protobuf/compiler/java/
H A 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/
H A 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/protobuf/conformance/
H A Dbinary_json_conformance_suite.cc154 case FieldDescriptor::TYPE_INT32:
187 case FieldDescriptor::TYPE_INT32:
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/
H A Dcpp_primitive_field.cc54 case FieldDescriptor::TYPE_INT32: in FixedSize()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DDescriptorsTest.java444 .setType(FieldDescriptorProto.Type.TYPE_INT32) in testDescriptorValidatorException()
476 .setType(FieldDescriptorProto.Type.TYPE_INT32) in testDescriptorComplexCrosslink()
/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py465 TYPE_INT32 = 5 variable in FieldDescriptor
506 TYPE_INT32: CPPTYPE_INT32,
/third_party/protobuf/src/google/protobuf/compiler/
H A 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/php/
H A 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/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_message.cc107 case FieldDescriptor::TYPE_INT32: in OrderGroupForFieldDescriptor()
H A Dobjectivec_helpers.cc630 case FieldDescriptor::TYPE_INT32: in GetCapitalizedType()
676 case FieldDescriptor::TYPE_INT32: in GetObjectiveCType()
/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator.cc94 case FieldDescriptor::TYPE_INT32: return "int32"; in TypeName()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DDescriptorsTest.java429 .setType(FieldDescriptorProto.Type.TYPE_INT32) in testDescriptorValidatorException()
463 .setType(FieldDescriptorProto.Type.TYPE_INT32) in testDescriptorComplexCrosslink()

Completed in 35 milliseconds

12