/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | FieldType.cs | 67 Fixed32, enumerator
|
D | FieldDescriptor.cs | 148 case FieldDescriptorProto.Types.Type.Fixed32: in GetFieldTypeFromProtoType() 149 return FieldType.Fixed32; in GetFieldTypeFromProtoType()
|
D | Descriptor.cs | 1758 [pbr::OriginalName("TYPE_FIXED32")] Fixed32 = 7, enumerator
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/ |
D | WireFormat.cs | 74 Fixed32 = 5 enumerator
|
D | FieldCodec.cs | 273 …oat(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Fixed32)) },
|
D | CodedInputStream.cs | 410 case WireFormat.WireType.Fixed32: in SkipLastField()
|
D | JsonFormatter.cs | 361 case FieldType.Fixed32: in IsDefaultValue()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBExtensionInternals.m | 86 FIELD_CASE(Fixed32, unsignedIntValue) 119 FIELD_CASE(Fixed32, unsignedIntValue) 185 FIELD_CASE(Fixed32, unsignedIntValue) 226 FIELD_CASE(Fixed32, unsignedIntValue)
|
D | GPBUtilities_PackagePrivate.h | 311 GPB_MESSAGE_SIGNATURE_ENTRY(uint32_t, Fixed32)
|
D | GPBMessage.m | 1348 //%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)
|
D | GPBUtilities.m | 1293 FIELD_CASE(Fixed32, uint32_t, UInt32, @"%u") 1417 FIELD_CASE(Fixed32, uint32_t, unsignedIntValue, @"%u")
|
D | GPBCodedOutputStream.m | 657 //%PDDM-EXPAND WRITE_PACKABLE_DEFNS(Fixed32, UInt32, uint32_t, )
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/ |
D | CodedOutputStreamTest.cs | 308 cout.WriteTag(13, WireFormat.WireType.Fixed32); in TestCodedInputOutputPosition() 329 cout.WriteTag(3, WireFormat.WireType.Fixed32); in TestCodedInputOutputPosition()
|
D | CodedInputStreamTest.cs | 443 output.WriteTag(1, WireFormat.WireType.Fixed32); in SkipGroup() 487 output.WriteTag(3, WireFormat.WireType.Fixed32); in SkipGroup_WrongEndGroupTag()
|
D | GeneratedMessageTest.cs | 688 output.WriteTag(TestAllTypes.SingleFixed32FieldNumber, WireFormat.WireType.Fixed32); in ExtraEndGroupThrows()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | extension_set_heavy.cc | 472 HANDLE_TYPE( FIXED32, Fixed32, uint32); in InternalSerializeFieldWithCachedSizesToArray() 505 HANDLE_TYPE( FIXED32, Fixed32, uint32); in InternalSerializeFieldWithCachedSizesToArray() 544 HANDLE_TYPE( FIXED32, Fixed32, uint32_value); in InternalSerializeFieldWithCachedSizesToArray()
|
D | map_type_handler.h | 314 FIXED_BYTE_SIZE(FIXED32 , Fixed32) 359 GET_FIXED_CACHED_SIZE(FIXED32 , Fixed32) 409 WRITE_METHOD(FIXED32 , Fixed32)
|
D | extension_set.cc | 1455 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()
|
D | wire_format.cc | 869 HANDLE_PRIMITIVE_TYPE( FIXED32, uint32, Fixed32, UInt32) in SerializeFieldWithCachedSizes() 1065 HANDLE_FIXED_TYPE( FIXED32, Fixed32) in FieldDataOnlyByteSize()
|
D | unknown_field_set_unittest.cc | 148 TEST_F(UnknownFieldSetTest, Fixed32) { in TEST_F() argument
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBMessageTests+Merge.m | 322 //%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)
|
D | GPBMessageTests+Runtime.m | 67 @"Fixed32", 185 @"Fixed32", 336 //%PROTO2_TEST_HAS_FIELD(Fixed32, 1, 0) 688 //%PROTO3_TEST_HAS_FIELD(Fixed32, 1, 0)
|
D | GPBMessageTests+Serialization.m | 274 //%TEST_ROUNDTRIP_ONEOF(Message##SYNTAX, Fixed32, 7U)
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Collections/ |
D | RepeatedFieldTest.cs | 504 var tag = WireFormat.MakeTag(1, WireFormat.WireType.Fixed32); in CalculateSize_FixedSizeNonPacked()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/google/protobuf/ |
D | Type.pbobjc.m | 385 "Fixed32\000TypeBool\000TypeString\000TypeGroup\000Ty"
|