/external/rust/crates/protobuf/src/ |
D | unknown.rs | 21 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()
|
D | coded_output_stream.rs | 363 UnknownValueRef::Fixed64(fixed64) => self.write_raw_little_endian64(fixed64), in write_unknown_no_tag()
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldType.cs | 63 Fixed64, enumerator
|
D | FieldDescriptor.cs | 155 case FieldDescriptorProto.Types.Type.Fixed64: in GetFieldTypeFromProtoType() 156 return FieldType.Fixed64; in GetFieldTypeFromProtoType()
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | WireFormat.cs | 58 Fixed64 = 1, enumerator
|
D | UnknownField.cs | 127 output.WriteTag(fieldNumber, WireFormat.WireType.Fixed64); in WriteTo()
|
D | UnknownFieldSet.cs | 204 case WireFormat.WireType.Fixed64: in MergeFieldFrom()
|
D | CodedInputStream.cs | 428 case WireFormat.WireType.Fixed64: in SkipLastField()
|
D | FieldCodec.cs | 520 …ble(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Fixed64)) },
|
D | JsonFormatter.cs | 328 case FieldType.Fixed64: in IsDefaultValue()
|
/external/protobuf/objectivec/ |
D | GPBExtensionInternals.m | 88 FIELD_CASE(Fixed64, unsignedLongLongValue) 121 FIELD_CASE(Fixed64, unsignedLongLongValue) 187 FIELD_CASE(Fixed64, unsignedLongLongValue) 228 FIELD_CASE(Fixed64, unsignedLongLongValue)
|
D | GPBUtilities_PackagePrivate.h | 326 GPB_MESSAGE_SIGNATURE_ENTRY(uint64_t, Fixed64)
|
D | GPBMessage.m | 1457 //%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/ |
D | wire_format.cc | 766 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()
|
D | extension_set_heavy.cc | 545 HANDLE_TYPE(FIXED64, Fixed64, uint64); in InternalSerializeFieldWithCachedSizesToArray() 578 HANDLE_TYPE(FIXED64, Fixed64, uint64); in InternalSerializeFieldWithCachedSizesToArray() 615 HANDLE_TYPE(FIXED64, Fixed64, uint64_value); in InternalSerializeFieldWithCachedSizesToArray()
|
D | map_type_handler.h | 314 FIXED_BYTE_SIZE(FIXED64, Fixed64) 359 GET_FIXED_CACHED_SIZE(FIXED64, Fixed64) 405 WRITE_METHOD(FIXED64, Fixed64)
|
D | extension_set.cc | 1581 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()
|
D | extension_set_inl.h | 61 HANDLE_TYPE(FIXED64, Fixed64); in ParseFieldWithExtensionInfo()
|
D | message.cc | 277 HANDLE_PACKED_TYPE(FIXED64, uint64, Fixed64); in ParsePackedField()
|
D | unknown_field_set_unittest.cc | 158 TEST_F(UnknownFieldSetTest, Fixed64) { in TEST_F() argument
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | coding_test.cc | 60 TEST(Coding, Fixed64) { in TEST() argument
|
/external/protobuf/objectivec/Tests/ |
D | GPBMessageTests+Merge.m | 331 //%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)
|
D | GPBUnknownFieldSetTest.m | 103 // Fixed64 431 // Fixed64
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | CodedInputStreamTest.cs | 449 output.WriteTag(1, WireFormat.WireType.Fixed64); in SkipGroup()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | CodedInputStreamTest.cs | 499 output.WriteTag(1, WireFormat.WireType.Fixed64); in SkipGroup()
|