Home
last modified time | relevance | path

Searched refs:Fixed32 (Results 1 - 24 of 24) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldType.cs67 Fixed32, enumerator
H A DFieldDescriptor.cs181 case FieldDescriptorProto.Types.Type.Fixed32: in GetFieldTypeFromProtoType()
182 return FieldType.Fixed32; in GetFieldTypeFromProtoType()
H A DDescriptor.cs2872 [pbr::OriginalName("TYPE_FIXED32")] Fixed32 = 7, enumerator
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DWireFormat.cs74 Fixed32 = 5 enumerator
H A DParsingPrimitivesMessages.cs61 case WireFormat.WireType.Fixed32: in SkipLastField()
H A DUnknownField.cs119 output.WriteTag(fieldNumber, WireFormat.WireType.Fixed32); in WriteTo()
H A DUnknownFieldSet.cs216 case WireFormat.WireType.Fixed32: in MergeFieldFrom()
H A DFieldCodec.cs537 { typeof(float), ForFloat(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Fixed32)) },
H A DJsonFormatter.cs330 case FieldType.Fixed32: in IsDefaultValue()
/third_party/protobuf/src/google/protobuf/
H A Dwire_format.cc848 HANDLE_PACKED_TYPE(FIXED32, uint32, Fixed32) in _InternalParseAndMergeField()
1086 CASE_TYPE(FIXED32, Fixed32, UInt32) in SerializeMapKeyWithCachedSizes()
1115 CASE_TYPE(FIXED32, Fixed32, UInt32) in SerializeMapValueRefWithCachedSizes()
1308 HANDLE_PRIMITIVE_TYPE(FIXED32, uint32, Fixed32, UInt32) in InternalSerializeField()
1346 HANDLE_PRIMITIVE_TYPE(FIXED32, uint32, Fixed32, UInt32) in InternalSerializeField()
1555 FIXED_CASE_TYPE(FIXED32, Fixed32); in MapKeyDataOnlyByteSize()
1593 FIXED_CASE_TYPE(FIXED32, Fixed32); in MapValueRefDataOnlyByteSize()
1671 HANDLE_FIXED_TYPE(FIXED32, Fixed32) in FieldDataOnlyByteSize()
H A Dextension_set.cc1594 HANDLE_TYPE(FIXED32, Fixed32, uint32); in ByteSize()
1649 HANDLE_TYPE(FIXED32, Fixed32, uint32); in ByteSize()
1693 HANDLE_TYPE(FIXED32, Fixed32); in ByteSize()
1956 HANDLE_TYPE(FIXED32, Fixed32, uint32); in InternalSerializeFieldWithCachedSizesToArray()
1990 HANDLE_TYPE(FIXED32, Fixed32, uint32); in InternalSerializeFieldWithCachedSizesToArray()
2038 HANDLE_TYPE(FIXED32, Fixed32, uint32_value); in InternalSerializeFieldWithCachedSizesToArray()
H A Dextension_set_inl.h60 HANDLE_TYPE(FIXED32, Fixed32); in ParseFieldWithExtensionInfo()
H A Dmap_type_handler.h309 FIXED_BYTE_SIZE(FIXED32, Fixed32)
354 GET_FIXED_CACHED_SIZE(FIXED32, Fixed32)
401 WRITE_METHOD(FIXED32, Fixed32)
H A Dunknown_field_set_unittest.cc154 TEST_F(UnknownFieldSetTest, Fixed32) { in TEST_F()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DCodedOutputStreamTest.cs308 cout.WriteTag(13, WireFormat.WireType.Fixed32); in TestCodedInputOutputPosition()
329 cout.WriteTag(3, WireFormat.WireType.Fixed32); in TestCodedInputOutputPosition()
H A DCodedInputStreamTest.cs443 output.WriteTag(1, WireFormat.WireType.Fixed32); in SkipGroup()
487 output.WriteTag(3, WireFormat.WireType.Fixed32); in SkipGroup_WrongEndGroupTag()
H A DGeneratedMessageTest.cs690 output.WriteTag(TestAllTypes.SingleFixed32FieldNumber, WireFormat.WireType.Fixed32); in ExtraEndGroupThrows()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DCodedOutputStreamTest.cs402 cout.WriteTag(13, WireFormat.WireType.Fixed32); in TestCodedInputOutputPosition()
423 cout.WriteTag(3, WireFormat.WireType.Fixed32); in TestCodedInputOutputPosition()
H A DCodedInputStreamTest.cs716 output.WriteTag(1, WireFormat.WireType.Fixed32); in SkipGroup()
760 output.WriteTag(3, WireFormat.WireType.Fixed32); in SkipGroup_WrongEndGroupTag()
H A DGeneratedMessageTest.cs753 output.WriteTag(TestAllTypes.SingleFixed32FieldNumber, WireFormat.WireType.Fixed32); in ExtraEndGroupThrows()
/third_party/protobuf/objectivec/
H A DGPBUtilities_PackagePrivate.h334 GPB_MESSAGE_SIGNATURE_ENTRY(uint32_t, Fixed32)
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/
H A DRepeatedFieldTest.cs504 var tag = WireFormat.MakeTag(1, WireFormat.WireType.Fixed32); in CalculateSize_FixedSizeNonPacked()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/
H A DRepeatedFieldTest.cs505 var tag = WireFormat.MakeTag(1, WireFormat.WireType.Fixed32); in CalculateSize_FixedSizeNonPacked()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittest.cs743 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers), global::Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers.Parser, new[]{ "OptionalInt32", "Fixed32", "RepeatedInt32", "PackedInt32", "OptionalEnum", "OptionalString", "OptionalBytes", "OptionalMessage", "OptionalGroup", "StringStringMap", "OneofUint32", "OneofTestAllTypes", "OneofString", "OneofBytes" }, new[]{ "OneofField" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers.Types.OptionalGroup), global::Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers.Types.OptionalGroup.Parser, new[]{ "GroupA" }, null, null, null, null), in UnittestReflection()
27975 public int Fixed32 { global() property in Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers
[all...]

Completed in 74 milliseconds