Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs63 Fixed64, enumerator
DFieldDescriptor.cs146 case FieldDescriptorProto.Types.Type.Fixed64: in GetFieldTypeFromProtoType()
147 return FieldType.Fixed64; in GetFieldTypeFromProtoType()
DDescriptor.cs1639 [pbr::OriginalName("TYPE_FIXED64")] Fixed64 = 6, enumerator
/external/protobuf/csharp/src/Google.Protobuf/
DWireFormat.cs58 Fixed64 = 1, enumerator
DFieldCodec.cs274 …ble(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Fixed64)) },
DCodedInputStream.cs413 case WireFormat.WireType.Fixed64: in SkipLastField()
DJsonFormatter.cs364 case FieldType.Fixed64: in IsDefaultValue()
/external/protobuf/objectivec/
DGPBExtensionInternals.m85 FIELD_CASE(Fixed64, unsignedLongLongValue)
118 FIELD_CASE(Fixed64, unsignedLongLongValue)
184 FIELD_CASE(Fixed64, unsignedLongLongValue)
225 FIELD_CASE(Fixed64, unsignedLongLongValue)
DGPBUtilities_PackagePrivate.h308 GPB_MESSAGE_SIGNATURE_ENTRY(uint64_t, Fixed64)
DGPBMessage.m1392 //%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)
DGPBUtilities.m1306 FIELD_CASE(Fixed64, uint64_t, UInt64, @"%llu")
1430 FIELD_CASE(Fixed64, uint64_t, unsignedLongLongValue, @"%llu")
DGPBCodedOutputStream.m624 //%PDDM-EXPAND WRITE_PACKABLE_DEFNS(Fixed64, UInt64, uint64_t, )
DGPBDictionary.m135 //%SERIALIZE_SUPPORT_2_TYPE(UInt64, uint64_t, UInt64, Fixed64)
/external/protobuf/src/google/protobuf/
Dextension_set_heavy.cc438 HANDLE_TYPE( FIXED64, Fixed64, uint64); in SerializeFieldWithCachedSizesToArray()
471 HANDLE_TYPE( FIXED64, Fixed64, uint64); in SerializeFieldWithCachedSizesToArray()
500 HANDLE_TYPE( FIXED64, Fixed64, uint64_value); in SerializeFieldWithCachedSizesToArray()
Dmap_type_handler.h303 FIXED_BYTE_SIZE(FIXED64 , Fixed64)
348 GET_FIXED_CACHED_SIZE(FIXED64 , Fixed64)
395 WRITE_METHOD(FIXED64 , Fixed64)
Dextension_set.cc1455 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()
Dwire_format.cc870 HANDLE_PRIMITIVE_TYPE( FIXED64, uint64, Fixed64, UInt64) in SerializeFieldWithCachedSizes()
1066 HANDLE_FIXED_TYPE( FIXED64, Fixed64) in FieldDataOnlyByteSize()
Dunknown_field_set_unittest.cc156 TEST_F(UnknownFieldSetTest, Fixed64) { in TEST_F() 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)
DGPBMessageTests+Runtime.m68 @"Fixed64",
186 @"Fixed64",
337 //%PROTO2_TEST_HAS_FIELD(Fixed64, 1, 0)
689 //%PROTO3_TEST_HAS_FIELD(Fixed64, 1, 0)
DGPBMessageTests+Serialization.m275 //%TEST_ROUNDTRIP_ONEOF(Message##SYNTAX, Fixed64, 8U)
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs449 output.WriteTag(1, WireFormat.WireType.Fixed64); in SkipGroup()