Home
last modified time | relevance | path

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

12

/external/rust/crates/protobuf/src/
Dunknown.rs19 Fixed32(u32), enumerator
37 UnknownValue::Fixed32(fixed32) => UnknownValueRef::Fixed32(fixed32), in get_ref()
60 Fixed32(u32), enumerator
73 UnknownValueRef::Fixed32(_) => wire_format::WireTypeFixed32, in wire_type()
101 UnknownValue::Fixed32(fixed32) => self.fixed32.push(fixed32), in add_value()
143 return Some(UnknownValueRef::Fixed32(*fixed32.unwrap())); in next()
Dcoded_output_stream.rs364 UnknownValueRef::Fixed32(fixed32) => self.write_raw_little_endian32(fixed32), in write_unknown_no_tag()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs67 Fixed32, enumerator
DFieldDescriptor.cs157 case FieldDescriptorProto.Types.Type.Fixed32: in GetFieldTypeFromProtoType()
158 return FieldType.Fixed32; in GetFieldTypeFromProtoType()
/external/protobuf/csharp/src/Google.Protobuf/
DWireFormat.cs74 Fixed32 = 5 enumerator
DUnknownField.cs119 output.WriteTag(fieldNumber, WireFormat.WireType.Fixed32); in WriteTo()
DUnknownFieldSet.cs198 case WireFormat.WireType.Fixed32: in MergeFieldFrom()
DCodedInputStream.cs425 case WireFormat.WireType.Fixed32: in SkipLastField()
DFieldCodec.cs519 …oat(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Fixed32)) },
DJsonFormatter.cs325 case FieldType.Fixed32: in IsDefaultValue()
/external/protobuf/objectivec/
DGPBExtensionInternals.m86 FIELD_CASE(Fixed32, unsignedIntValue)
119 FIELD_CASE(Fixed32, unsignedIntValue)
185 FIELD_CASE(Fixed32, unsignedIntValue)
226 FIELD_CASE(Fixed32, unsignedIntValue)
DGPBUtilities_PackagePrivate.h323 GPB_MESSAGE_SIGNATURE_ENTRY(uint32_t, Fixed32)
DGPBMessage.m1397 //%PDDM-EXPAND FIELD_CASE(Fixed32, UInt32)
2138 CASE_SINGLE_POD(Fixed32, uint32_t, UInt32)
2219 CASE_REPEATED_PACKED_POD(Fixed32, uint32_t, UInt32)
2276 CASE_REPEATED_NOT_PACKED_POD(Fixed32, uint32_t, UInt32)
2908 CASE_SINGLE_POD(Fixed32, uint32_t, UInt32)
2959 CASE_REPEATED_POD(Fixed32, uint32_t, UInt32)
3059 CASE_GET(Fixed32, uint32_t, UInt32)
3103 CASE_SET(Fixed32, uint32_t, UInt32)
/external/protobuf/csharp/compatibility_tests/v3.0.0/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()
/external/protobuf/src/google/protobuf/
Dwire_format.cc767 CASE_TYPE(FIXED32, Fixed32, UInt32) in SerializeMapKeyWithCachedSizes()
792 CASE_TYPE(FIXED32, Fixed32, UInt32) in SerializeMapValueRefWithCachedSizes()
974 HANDLE_PRIMITIVE_TYPE(FIXED32, uint32, Fixed32, UInt32) in SerializeFieldWithCachedSizes()
1175 FIXED_CASE_TYPE(FIXED32, Fixed32); in MapKeyDataOnlyByteSize()
1213 FIXED_CASE_TYPE(FIXED32, Fixed32); in MapValueRefDataOnlyByteSize()
1291 HANDLE_FIXED_TYPE(FIXED32, Fixed32) in FieldDataOnlyByteSize()
Dmap_type_handler.h315 FIXED_BYTE_SIZE(FIXED32, Fixed32)
360 GET_FIXED_CACHED_SIZE(FIXED32, Fixed32)
406 WRITE_METHOD(FIXED32, Fixed32)
Dextension_set.cc1580 HANDLE_TYPE(FIXED32, Fixed32, uint32); in SerializeFieldWithCachedSizes()
1613 HANDLE_TYPE(FIXED32, Fixed32, uint32); in SerializeFieldWithCachedSizes()
1641 HANDLE_TYPE(FIXED32, Fixed32, uint32_value); in SerializeFieldWithCachedSizes()
1693 HANDLE_TYPE(FIXED32, Fixed32, uint32); in ByteSize()
1748 HANDLE_TYPE(FIXED32, Fixed32, uint32); in ByteSize()
1792 HANDLE_TYPE(FIXED32, Fixed32); in ByteSize()
Dextension_set_inl.h60 HANDLE_TYPE(FIXED32, Fixed32); in ParseFieldWithExtensionInfo()
Dunknown_field_set_unittest.cc150 TEST_F(UnknownFieldSetTest, Fixed32) { in TEST_F() argument
/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.cs493 output.WriteTag(1, WireFormat.WireType.Fixed32); in SkipGroup()
537 output.WriteTag(3, WireFormat.WireType.Fixed32); in SkipGroup_WrongEndGroupTag()
/external/tensorflow/tensorflow/core/lib/core/
Dcoding_test.cc42 TEST(Coding, Fixed32) { in TEST() 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)
DGPBUnknownFieldSetTest.m91 // Fixed32
418 // Fixed32

12