/external/rust/crates/protobuf/src/ |
D | unknown.rs | 19 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()
|
D | coded_output_stream.rs | 364 UnknownValueRef::Fixed32(fixed32) => self.write_raw_little_endian32(fixed32), in write_unknown_no_tag()
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldType.cs | 67 Fixed32, enumerator
|
D | FieldDescriptor.cs | 157 case FieldDescriptorProto.Types.Type.Fixed32: in GetFieldTypeFromProtoType() 158 return FieldType.Fixed32; in GetFieldTypeFromProtoType()
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | WireFormat.cs | 74 Fixed32 = 5 enumerator
|
D | UnknownField.cs | 119 output.WriteTag(fieldNumber, WireFormat.WireType.Fixed32); in WriteTo()
|
D | UnknownFieldSet.cs | 198 case WireFormat.WireType.Fixed32: in MergeFieldFrom()
|
D | CodedInputStream.cs | 425 case WireFormat.WireType.Fixed32: in SkipLastField()
|
D | FieldCodec.cs | 519 …oat(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Fixed32)) },
|
D | JsonFormatter.cs | 325 case FieldType.Fixed32: in IsDefaultValue()
|
/external/protobuf/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 | 323 GPB_MESSAGE_SIGNATURE_ENTRY(uint32_t, Fixed32)
|
D | GPBMessage.m | 1397 //%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/ |
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()
|
/external/protobuf/src/google/protobuf/ |
D | wire_format.cc | 767 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()
|
D | map_type_handler.h | 315 FIXED_BYTE_SIZE(FIXED32, Fixed32) 360 GET_FIXED_CACHED_SIZE(FIXED32, Fixed32) 406 WRITE_METHOD(FIXED32, Fixed32)
|
D | extension_set.cc | 1580 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()
|
D | extension_set_inl.h | 60 HANDLE_TYPE(FIXED32, Fixed32); in ParseFieldWithExtensionInfo()
|
D | unknown_field_set_unittest.cc | 150 TEST_F(UnknownFieldSetTest, Fixed32) { in TEST_F() argument
|
/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 | 493 output.WriteTag(1, WireFormat.WireType.Fixed32); in SkipGroup() 537 output.WriteTag(3, WireFormat.WireType.Fixed32); in SkipGroup_WrongEndGroupTag()
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | coding_test.cc | 42 TEST(Coding, Fixed32) { in TEST() 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 | GPBUnknownFieldSetTest.m | 91 // Fixed32 418 // Fixed32
|