Home
last modified time | relevance | path

Searched refs:Fixed32 (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs67 Fixed32, enumerator
DFieldDescriptor.cs148 case FieldDescriptorProto.Types.Type.Fixed32: in GetFieldTypeFromProtoType()
149 return FieldType.Fixed32; in GetFieldTypeFromProtoType()
DDescriptor.cs1758 [pbr::OriginalName("TYPE_FIXED32")] Fixed32 = 7, enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DWireFormat.cs74 Fixed32 = 5 enumerator
DFieldCodec.cs273 …oat(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Fixed32)) },
DCodedInputStream.cs410 case WireFormat.WireType.Fixed32: in SkipLastField()
DJsonFormatter.cs361 case FieldType.Fixed32: in IsDefaultValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBExtensionInternals.m86 FIELD_CASE(Fixed32, unsignedIntValue)
119 FIELD_CASE(Fixed32, unsignedIntValue)
185 FIELD_CASE(Fixed32, unsignedIntValue)
226 FIELD_CASE(Fixed32, unsignedIntValue)
DGPBUtilities_PackagePrivate.h311 GPB_MESSAGE_SIGNATURE_ENTRY(uint32_t, Fixed32)
DGPBMessage.m1348 //%PDDM-EXPAND FIELD_CASE(Fixed32, UInt32)
2081 CASE_SINGLE_POD(Fixed32, uint32_t, UInt32)
2162 CASE_REPEATED_PACKED_POD(Fixed32, uint32_t, UInt32)
2219 CASE_REPEATED_NOT_PACKED_POD(Fixed32, uint32_t, UInt32)
2856 CASE_SINGLE_POD(Fixed32, uint32_t, UInt32)
2907 CASE_REPEATED_POD(Fixed32, uint32_t, UInt32)
3004 CASE_GET(Fixed32, uint32_t, UInt32)
3039 CASE_SET(Fixed32, uint32_t, UInt32)
DGPBUtilities.m1293 FIELD_CASE(Fixed32, uint32_t, UInt32, @"%u")
1417 FIELD_CASE(Fixed32, uint32_t, unsignedIntValue, @"%u")
DGPBCodedOutputStream.m657 //%PDDM-EXPAND WRITE_PACKABLE_DEFNS(Fixed32, UInt32, uint32_t, )
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs308 cout.WriteTag(13, WireFormat.WireType.Fixed32); in TestCodedInputOutputPosition()
329 cout.WriteTag(3, WireFormat.WireType.Fixed32); in TestCodedInputOutputPosition()
DCodedInputStreamTest.cs443 output.WriteTag(1, WireFormat.WireType.Fixed32); in SkipGroup()
487 output.WriteTag(3, WireFormat.WireType.Fixed32); in SkipGroup_WrongEndGroupTag()
DGeneratedMessageTest.cs688 output.WriteTag(TestAllTypes.SingleFixed32FieldNumber, WireFormat.WireType.Fixed32); in ExtraEndGroupThrows()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dextension_set_heavy.cc472 HANDLE_TYPE( FIXED32, Fixed32, uint32); in InternalSerializeFieldWithCachedSizesToArray()
505 HANDLE_TYPE( FIXED32, Fixed32, uint32); in InternalSerializeFieldWithCachedSizesToArray()
544 HANDLE_TYPE( FIXED32, Fixed32, uint32_value); in InternalSerializeFieldWithCachedSizesToArray()
Dmap_type_handler.h314 FIXED_BYTE_SIZE(FIXED32 , Fixed32)
359 GET_FIXED_CACHED_SIZE(FIXED32 , Fixed32)
409 WRITE_METHOD(FIXED32 , Fixed32)
Dextension_set.cc1455 HANDLE_TYPE( FIXED32, Fixed32, uint32); in SerializeFieldWithCachedSizes()
1488 HANDLE_TYPE( FIXED32, Fixed32, uint32); in SerializeFieldWithCachedSizes()
1516 HANDLE_TYPE( FIXED32, Fixed32, uint32_value); in SerializeFieldWithCachedSizes()
1568 HANDLE_TYPE( FIXED32, Fixed32, uint32); in ByteSize()
1624 HANDLE_TYPE( FIXED32, Fixed32, uint32); in ByteSize()
1668 HANDLE_TYPE( FIXED32, Fixed32); in ByteSize()
Dwire_format.cc869 HANDLE_PRIMITIVE_TYPE( FIXED32, uint32, Fixed32, UInt32) in SerializeFieldWithCachedSizes()
1065 HANDLE_FIXED_TYPE( FIXED32, Fixed32) in FieldDataOnlyByteSize()
Dunknown_field_set_unittest.cc148 TEST_F(UnknownFieldSetTest, Fixed32) { in TEST_F() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBMessageTests+Merge.m322 //%PDDM-EXPAND MERGE2_TEST(Fixed32, 16U, Sint64, 105)
331 //%PDDM-EXPAND MERGE2_TEST(Fixed64, 17U, Fixed32, 106U)
542 //%PDDM-EXPAND MERGE3_TEST(Fixed32, 16U, Sint64, 0)
551 //%PDDM-EXPAND MERGE3_TEST(Fixed64, 17U, Fixed32, 0U)
DGPBMessageTests+Runtime.m67 @"Fixed32",
185 @"Fixed32",
336 //%PROTO2_TEST_HAS_FIELD(Fixed32, 1, 0)
688 //%PROTO3_TEST_HAS_FIELD(Fixed32, 1, 0)
DGPBMessageTests+Serialization.m274 //%TEST_ROUNDTRIP_ONEOF(Message##SYNTAX, Fixed32, 7U)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs504 var tag = WireFormat.MakeTag(1, WireFormat.WireType.Fixed32); in CalculateSize_FixedSizeNonPacked()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/google/protobuf/
DType.pbobjc.m385 "Fixed32\000TypeBool\000TypeString\000TypeGroup\000Ty"

12