Home
last modified time | relevance | path

Searched refs:Fixed64 (Results 1 – 25 of 32) sorted by relevance

12

/external/rust/crates/protobuf/src/
Dunknown.rs21 Fixed64(u64), enumerator
38 UnknownValue::Fixed64(fixed64) => UnknownValueRef::Fixed64(fixed64), in get_ref()
62 Fixed64(u64), enumerator
74 UnknownValueRef::Fixed64(_) => wire_format::WireTypeFixed64, in wire_type()
100 UnknownValue::Fixed64(fixed64) => self.fixed64.push(fixed64), in add_value()
147 return Some(UnknownValueRef::Fixed64(*fixed64.unwrap())); in next()
Dcoded_output_stream.rs363 UnknownValueRef::Fixed64(fixed64) => self.write_raw_little_endian64(fixed64), in write_unknown_no_tag()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs63 Fixed64, enumerator
DFieldDescriptor.cs155 case FieldDescriptorProto.Types.Type.Fixed64: in GetFieldTypeFromProtoType()
156 return FieldType.Fixed64; in GetFieldTypeFromProtoType()
/external/protobuf/csharp/src/Google.Protobuf/
DWireFormat.cs58 Fixed64 = 1, enumerator
DUnknownField.cs127 output.WriteTag(fieldNumber, WireFormat.WireType.Fixed64); in WriteTo()
DUnknownFieldSet.cs204 case WireFormat.WireType.Fixed64: in MergeFieldFrom()
DCodedInputStream.cs428 case WireFormat.WireType.Fixed64: in SkipLastField()
DFieldCodec.cs520 …ble(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Fixed64)) },
DJsonFormatter.cs328 case FieldType.Fixed64: in IsDefaultValue()
/external/protobuf/objectivec/
DGPBExtensionInternals.m88 FIELD_CASE(Fixed64, unsignedLongLongValue)
121 FIELD_CASE(Fixed64, unsignedLongLongValue)
187 FIELD_CASE(Fixed64, unsignedLongLongValue)
228 FIELD_CASE(Fixed64, unsignedLongLongValue)
DGPBUtilities_PackagePrivate.h326 GPB_MESSAGE_SIGNATURE_ENTRY(uint64_t, Fixed64)
DGPBMessage.m1457 //%PDDM-EXPAND FIELD_CASE(Fixed64, UInt64)
2141 CASE_SINGLE_POD(Fixed64, uint64_t, UInt64)
2222 CASE_REPEATED_PACKED_POD(Fixed64, uint64_t, UInt64)
2279 CASE_REPEATED_NOT_PACKED_POD(Fixed64, uint64_t, UInt64)
2911 CASE_SINGLE_POD(Fixed64, uint64_t, UInt64)
2962 CASE_REPEATED_POD(Fixed64, uint64_t, UInt64)
3062 CASE_GET(Fixed64, uint64_t, UInt64)
3106 CASE_SET(Fixed64, uint64_t, UInt64)
/external/protobuf/src/google/protobuf/
Dwire_format.cc766 CASE_TYPE(FIXED64, Fixed64, UInt64) in SerializeMapKeyWithCachedSizes()
791 CASE_TYPE(FIXED64, Fixed64, UInt64) in SerializeMapValueRefWithCachedSizes()
975 HANDLE_PRIMITIVE_TYPE(FIXED64, uint64, Fixed64, UInt64) in SerializeFieldWithCachedSizes()
1176 FIXED_CASE_TYPE(FIXED64, Fixed64); in MapKeyDataOnlyByteSize()
1214 FIXED_CASE_TYPE(FIXED64, Fixed64); in MapValueRefDataOnlyByteSize()
1292 HANDLE_FIXED_TYPE(FIXED64, Fixed64) in FieldDataOnlyByteSize()
Dextension_set_heavy.cc545 HANDLE_TYPE(FIXED64, Fixed64, uint64); in InternalSerializeFieldWithCachedSizesToArray()
578 HANDLE_TYPE(FIXED64, Fixed64, uint64); in InternalSerializeFieldWithCachedSizesToArray()
615 HANDLE_TYPE(FIXED64, Fixed64, uint64_value); in InternalSerializeFieldWithCachedSizesToArray()
Dmap_type_handler.h314 FIXED_BYTE_SIZE(FIXED64, Fixed64)
359 GET_FIXED_CACHED_SIZE(FIXED64, Fixed64)
405 WRITE_METHOD(FIXED64, Fixed64)
Dextension_set.cc1581 HANDLE_TYPE(FIXED64, Fixed64, uint64); in SerializeFieldWithCachedSizes()
1614 HANDLE_TYPE(FIXED64, Fixed64, uint64); in SerializeFieldWithCachedSizes()
1642 HANDLE_TYPE(FIXED64, Fixed64, uint64_value); in SerializeFieldWithCachedSizes()
1694 HANDLE_TYPE(FIXED64, Fixed64, uint64); in ByteSize()
1749 HANDLE_TYPE(FIXED64, Fixed64, uint64); in ByteSize()
1793 HANDLE_TYPE(FIXED64, Fixed64); in ByteSize()
Dextension_set_inl.h61 HANDLE_TYPE(FIXED64, Fixed64); in ParseFieldWithExtensionInfo()
Dmessage.cc277 HANDLE_PACKED_TYPE(FIXED64, uint64, Fixed64); in ParsePackedField()
Dunknown_field_set_unittest.cc158 TEST_F(UnknownFieldSetTest, Fixed64) { in TEST_F() argument
/external/tensorflow/tensorflow/core/lib/core/
Dcoding_test.cc60 TEST(Coding, Fixed64) { in TEST() argument
/external/protobuf/objectivec/Tests/
DGPBMessageTests+Merge.m331 //%PDDM-EXPAND MERGE2_TEST(Fixed64, 17U, Fixed32, 106U)
340 //%PDDM-EXPAND MERGE2_TEST(Sfixed32, 18, Fixed64, 107U)
551 //%PDDM-EXPAND MERGE3_TEST(Fixed64, 17U, Fixed32, 0U)
560 //%PDDM-EXPAND MERGE3_TEST(Sfixed32, 18, Fixed64, 0U)
DGPBUnknownFieldSetTest.m103 // Fixed64
431 // Fixed64
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs449 output.WriteTag(1, WireFormat.WireType.Fixed64); in SkipGroup()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs499 output.WriteTag(1, WireFormat.WireType.Fixed64); in SkipGroup()

12