Home
last modified time | relevance | path

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

12

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs67 Fixed32, enumerator
DFieldDescriptor.cs148 case FieldDescriptorProto.Types.Type.Fixed32: in GetFieldTypeFromProtoType()
149 return FieldType.Fixed32; in GetFieldTypeFromProtoType()
/external/protobuf/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()
/external/protobuf/objectivec/
DGPBExtensionInternals.m83 FIELD_CASE(Fixed32, unsignedIntValue)
116 FIELD_CASE(Fixed32, unsignedIntValue)
182 FIELD_CASE(Fixed32, unsignedIntValue)
223 FIELD_CASE(Fixed32, unsignedIntValue)
DGPBUtilities_PackagePrivate.h305 GPB_MESSAGE_SIGNATURE_ENTRY(uint32_t, Fixed32)
DGPBMessage.m1332 //%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)
DGPBUtilities.m1301 FIELD_CASE(Fixed32, uint32_t, UInt32, @"%u")
1425 FIELD_CASE(Fixed32, uint32_t, unsignedIntValue, @"%u")
DGPBCodedOutputStream.m651 //%PDDM-EXPAND WRITE_PACKABLE_DEFNS(Fixed32, UInt32, uint32_t, )
/external/protobuf/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()
/external/protobuf/src/google/protobuf/
Dextension_set_heavy.cc437 HANDLE_TYPE( FIXED32, Fixed32, uint32); in SerializeFieldWithCachedSizesToArray()
470 HANDLE_TYPE( FIXED32, Fixed32, uint32); in SerializeFieldWithCachedSizesToArray()
499 HANDLE_TYPE( FIXED32, Fixed32, uint32_value); in SerializeFieldWithCachedSizesToArray()
Dmap_type_handler.h304 FIXED_BYTE_SIZE(FIXED32 , Fixed32)
349 GET_FIXED_CACHED_SIZE(FIXED32 , Fixed32)
396 WRITE_METHOD(FIXED32 , Fixed32)
Dextension_set.cc1454 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()
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
/external/protobuf/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)
/external/tensorflow/tensorflow/core/lib/core/
Dcoding_test.cc42 TEST(Coding, Fixed32) { in TEST() argument
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs418 var tag = WireFormat.MakeTag(1, WireFormat.WireType.Fixed32); in CalculateSize_FixedSizeNonPacked()
/external/protobuf/objectivec/google/protobuf/
DType.pbobjc.m368 "Fixed32\000TypeBool\000TypeString\000TypeGroup\000Ty"

12