Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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.cs1757 [pbr::OriginalName("TYPE_FIXED64")] Fixed64 = 6, enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBExtensionInternals.m88 FIELD_CASE(Fixed64, unsignedLongLongValue)
121 FIELD_CASE(Fixed64, unsignedLongLongValue)
187 FIELD_CASE(Fixed64, unsignedLongLongValue)
228 FIELD_CASE(Fixed64, unsignedLongLongValue)
DGPBUtilities_PackagePrivate.h314 GPB_MESSAGE_SIGNATURE_ENTRY(uint64_t, Fixed64)
DGPBMessage.m1408 //%PDDM-EXPAND FIELD_CASE(Fixed64, UInt64)
2084 CASE_SINGLE_POD(Fixed64, uint64_t, UInt64)
2165 CASE_REPEATED_PACKED_POD(Fixed64, uint64_t, UInt64)
2222 CASE_REPEATED_NOT_PACKED_POD(Fixed64, uint64_t, UInt64)
2859 CASE_SINGLE_POD(Fixed64, uint64_t, UInt64)
2910 CASE_REPEATED_POD(Fixed64, uint64_t, UInt64)
3007 CASE_GET(Fixed64, uint64_t, UInt64)
3042 CASE_SET(Fixed64, uint64_t, UInt64)
DGPBUtilities.m1298 FIELD_CASE(Fixed64, uint64_t, UInt64, @"%llu")
1422 FIELD_CASE(Fixed64, uint64_t, unsignedLongLongValue, @"%llu")
DGPBCodedOutputStream.m630 //%PDDM-EXPAND WRITE_PACKABLE_DEFNS(Fixed64, UInt64, uint64_t, )
DGPBDictionary.m141 //%SERIALIZE_SUPPORT_2_TYPE(UInt64, uint64_t, UInt64, Fixed64)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dextension_set_heavy.cc473 HANDLE_TYPE( FIXED64, Fixed64, uint64); in InternalSerializeFieldWithCachedSizesToArray()
506 HANDLE_TYPE( FIXED64, Fixed64, uint64); in InternalSerializeFieldWithCachedSizesToArray()
545 HANDLE_TYPE( FIXED64, Fixed64, uint64_value); in InternalSerializeFieldWithCachedSizesToArray()
Dmap_type_handler.h313 FIXED_BYTE_SIZE(FIXED64 , Fixed64)
358 GET_FIXED_CACHED_SIZE(FIXED64 , Fixed64)
408 WRITE_METHOD(FIXED64 , Fixed64)
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
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs449 output.WriteTag(1, WireFormat.WireType.Fixed64); in SkipGroup()