/external/protobuf/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()
|
/external/protobuf/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()
|
/external/protobuf/objectivec/ |
D | GPBExtensionInternals.m | 83 FIELD_CASE(Fixed32, unsignedIntValue) 116 FIELD_CASE(Fixed32, unsignedIntValue) 182 FIELD_CASE(Fixed32, unsignedIntValue) 223 FIELD_CASE(Fixed32, unsignedIntValue)
|
D | GPBUtilities_PackagePrivate.h | 305 GPB_MESSAGE_SIGNATURE_ENTRY(uint32_t, Fixed32)
|
D | GPBMessage.m | 1332 //%PDDM-EXPAND FIELD_CASE(Fixed32, UInt32) 2071 CASE_SINGLE_POD(Fixed32, uint32_t, UInt32) 2152 CASE_REPEATED_PACKED_POD(Fixed32, uint32_t, UInt32) 2209 CASE_REPEATED_NOT_PACKED_POD(Fixed32, uint32_t, UInt32) 2842 CASE_SINGLE_POD(Fixed32, uint32_t, UInt32) 2893 CASE_REPEATED_POD(Fixed32, uint32_t, UInt32) 2990 CASE_GET(Fixed32, uint32_t, UInt32) 3025 CASE_SET(Fixed32, uint32_t, UInt32)
|
D | GPBUtilities.m | 1301 FIELD_CASE(Fixed32, uint32_t, UInt32, @"%u") 1425 FIELD_CASE(Fixed32, uint32_t, unsignedIntValue, @"%u")
|
D | GPBCodedOutputStream.m | 651 //%PDDM-EXPAND WRITE_PACKABLE_DEFNS(Fixed32, UInt32, uint32_t, )
|
/external/protobuf/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()
|
/external/protobuf/src/google/protobuf/ |
D | extension_set_heavy.cc | 437 HANDLE_TYPE( FIXED32, Fixed32, uint32); in SerializeFieldWithCachedSizesToArray() 470 HANDLE_TYPE( FIXED32, Fixed32, uint32); in SerializeFieldWithCachedSizesToArray() 499 HANDLE_TYPE( FIXED32, Fixed32, uint32_value); in SerializeFieldWithCachedSizesToArray()
|
D | map_type_handler.h | 304 FIXED_BYTE_SIZE(FIXED32 , Fixed32) 349 GET_FIXED_CACHED_SIZE(FIXED32 , Fixed32) 396 WRITE_METHOD(FIXED32 , Fixed32)
|
D | extension_set.cc | 1454 HANDLE_TYPE( FIXED32, Fixed32, uint32); in SerializeFieldWithCachedSizes() 1487 HANDLE_TYPE( FIXED32, Fixed32, uint32); in SerializeFieldWithCachedSizes() 1515 HANDLE_TYPE( FIXED32, Fixed32, uint32_value); in SerializeFieldWithCachedSizes() 1567 HANDLE_TYPE( FIXED32, Fixed32, uint32); in ByteSize() 1623 HANDLE_TYPE( FIXED32, Fixed32, uint32); in ByteSize() 1667 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
|
/external/protobuf/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)
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | coding_test.cc | 42 TEST(Coding, Fixed32) { in TEST() argument
|
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/ |
D | RepeatedFieldTest.cs | 418 var tag = WireFormat.MakeTag(1, WireFormat.WireType.Fixed32); in CalculateSize_FixedSizeNonPacked()
|
/external/protobuf/objectivec/google/protobuf/ |
D | Type.pbobjc.m | 368 "Fixed32\000TypeBool\000TypeString\000TypeGroup\000Ty"
|