/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldType.cs | 63 Fixed64, enumerator
|
D | FieldDescriptor.cs | 146 case FieldDescriptorProto.Types.Type.Fixed64: in GetFieldTypeFromProtoType() 147 return FieldType.Fixed64; in GetFieldTypeFromProtoType()
|
D | Descriptor.cs | 1639 [pbr::OriginalName("TYPE_FIXED64")] Fixed64 = 6, enumerator
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | WireFormat.cs | 58 Fixed64 = 1, enumerator
|
D | FieldCodec.cs | 274 …ble(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Fixed64)) },
|
D | CodedInputStream.cs | 413 case WireFormat.WireType.Fixed64: in SkipLastField()
|
D | JsonFormatter.cs | 364 case FieldType.Fixed64: in IsDefaultValue()
|
/external/protobuf/objectivec/ |
D | GPBExtensionInternals.m | 85 FIELD_CASE(Fixed64, unsignedLongLongValue) 118 FIELD_CASE(Fixed64, unsignedLongLongValue) 184 FIELD_CASE(Fixed64, unsignedLongLongValue) 225 FIELD_CASE(Fixed64, unsignedLongLongValue)
|
D | GPBUtilities_PackagePrivate.h | 308 GPB_MESSAGE_SIGNATURE_ENTRY(uint64_t, Fixed64)
|
D | GPBMessage.m | 1392 //%PDDM-EXPAND FIELD_CASE(Fixed64, UInt64) 2074 CASE_SINGLE_POD(Fixed64, uint64_t, UInt64) 2155 CASE_REPEATED_PACKED_POD(Fixed64, uint64_t, UInt64) 2212 CASE_REPEATED_NOT_PACKED_POD(Fixed64, uint64_t, UInt64) 2845 CASE_SINGLE_POD(Fixed64, uint64_t, UInt64) 2896 CASE_REPEATED_POD(Fixed64, uint64_t, UInt64) 2993 CASE_GET(Fixed64, uint64_t, UInt64) 3028 CASE_SET(Fixed64, uint64_t, UInt64)
|
D | GPBUtilities.m | 1306 FIELD_CASE(Fixed64, uint64_t, UInt64, @"%llu") 1430 FIELD_CASE(Fixed64, uint64_t, unsignedLongLongValue, @"%llu")
|
D | GPBCodedOutputStream.m | 624 //%PDDM-EXPAND WRITE_PACKABLE_DEFNS(Fixed64, UInt64, uint64_t, )
|
D | GPBDictionary.m | 135 //%SERIALIZE_SUPPORT_2_TYPE(UInt64, uint64_t, UInt64, Fixed64)
|
/external/protobuf/src/google/protobuf/ |
D | extension_set_heavy.cc | 438 HANDLE_TYPE( FIXED64, Fixed64, uint64); in SerializeFieldWithCachedSizesToArray() 471 HANDLE_TYPE( FIXED64, Fixed64, uint64); in SerializeFieldWithCachedSizesToArray() 500 HANDLE_TYPE( FIXED64, Fixed64, uint64_value); in SerializeFieldWithCachedSizesToArray()
|
D | map_type_handler.h | 303 FIXED_BYTE_SIZE(FIXED64 , Fixed64) 348 GET_FIXED_CACHED_SIZE(FIXED64 , Fixed64) 395 WRITE_METHOD(FIXED64 , Fixed64)
|
D | extension_set.cc | 1455 HANDLE_TYPE( FIXED64, Fixed64, uint64); in SerializeFieldWithCachedSizes() 1488 HANDLE_TYPE( FIXED64, Fixed64, uint64); in SerializeFieldWithCachedSizes() 1516 HANDLE_TYPE( FIXED64, Fixed64, uint64_value); in SerializeFieldWithCachedSizes() 1568 HANDLE_TYPE( FIXED64, Fixed64, uint64); in ByteSize() 1624 HANDLE_TYPE( FIXED64, Fixed64, uint64); in ByteSize() 1668 HANDLE_TYPE( FIXED64, Fixed64); in ByteSize()
|
D | wire_format.cc | 870 HANDLE_PRIMITIVE_TYPE( FIXED64, uint64, Fixed64, UInt64) in SerializeFieldWithCachedSizes() 1066 HANDLE_FIXED_TYPE( FIXED64, Fixed64) in FieldDataOnlyByteSize()
|
D | unknown_field_set_unittest.cc | 156 TEST_F(UnknownFieldSetTest, Fixed64) { in TEST_F() 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 | GPBMessageTests+Runtime.m | 68 @"Fixed64", 186 @"Fixed64", 337 //%PROTO2_TEST_HAS_FIELD(Fixed64, 1, 0) 689 //%PROTO3_TEST_HAS_FIELD(Fixed64, 1, 0)
|
D | GPBMessageTests+Serialization.m | 275 //%TEST_ROUNDTRIP_ONEOF(Message##SYNTAX, Fixed64, 8U)
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | CodedInputStreamTest.cs | 449 output.WriteTag(1, WireFormat.WireType.Fixed64); in SkipGroup()
|