Home
last modified time | relevance | path

Searched refs:Fixed64 (Results 1 - 17 of 17) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldType.cs63 Fixed64, enumerator
H A DFieldDescriptor.cs179 case FieldDescriptorProto.Types.Type.Fixed64: in GetFieldTypeFromProtoType()
180 return FieldType.Fixed64; in GetFieldTypeFromProtoType()
H A DDescriptor.cs2871 [pbr::OriginalName("TYPE_FIXED64")] Fixed64 = 6, enumerator
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DWireFormat.cs58 Fixed64 = 1, enumerator
H A DParsingPrimitivesMessages.cs64 case WireFormat.WireType.Fixed64: in SkipLastField()
H A DUnknownField.cs127 output.WriteTag(fieldNumber, WireFormat.WireType.Fixed64); in WriteTo()
H A DUnknownFieldSet.cs222 case WireFormat.WireType.Fixed64: in MergeFieldFrom()
H A DFieldCodec.cs538 { typeof(double), ForDouble(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Fixed64)) },
H A DJsonFormatter.cs333 case FieldType.Fixed64: in IsDefaultValue()
/third_party/protobuf/src/google/protobuf/
H A Dwire_format.cc849 HANDLE_PACKED_TYPE(FIXED64, uint64, Fixed64) in _InternalParseAndMergeField()
1085 CASE_TYPE(FIXED64, Fixed64, UInt64) in SerializeMapKeyWithCachedSizes()
1114 CASE_TYPE(FIXED64, Fixed64, UInt64) in SerializeMapValueRefWithCachedSizes()
1309 HANDLE_PRIMITIVE_TYPE(FIXED64, uint64, Fixed64, UInt64) in InternalSerializeField()
1347 HANDLE_PRIMITIVE_TYPE(FIXED64, uint64, Fixed64, UInt64) in InternalSerializeField()
1556 FIXED_CASE_TYPE(FIXED64, Fixed64); in MapKeyDataOnlyByteSize()
1594 FIXED_CASE_TYPE(FIXED64, Fixed64); in MapValueRefDataOnlyByteSize()
1672 HANDLE_FIXED_TYPE(FIXED64, Fixed64) in FieldDataOnlyByteSize()
H A Dextension_set.cc1595 HANDLE_TYPE(FIXED64, Fixed64, uint64); in ByteSize()
1650 HANDLE_TYPE(FIXED64, Fixed64, uint64); in ByteSize()
1694 HANDLE_TYPE(FIXED64, Fixed64); in ByteSize()
1957 HANDLE_TYPE(FIXED64, Fixed64, uint64); in InternalSerializeFieldWithCachedSizesToArray()
1991 HANDLE_TYPE(FIXED64, Fixed64, uint64); in InternalSerializeFieldWithCachedSizesToArray()
2039 HANDLE_TYPE(FIXED64, Fixed64, uint64_value); in InternalSerializeFieldWithCachedSizesToArray()
H A Dextension_set_inl.h61 HANDLE_TYPE(FIXED64, Fixed64); in ParseFieldWithExtensionInfo()
H A Dmap_type_handler.h308 FIXED_BYTE_SIZE(FIXED64, Fixed64)
353 GET_FIXED_CACHED_SIZE(FIXED64, Fixed64)
400 WRITE_METHOD(FIXED64, Fixed64)
H A Dunknown_field_set_unittest.cc162 TEST_F(UnknownFieldSetTest, Fixed64) { in TEST_F()
/third_party/protobuf/objectivec/
H A DGPBUtilities_PackagePrivate.h337 GPB_MESSAGE_SIGNATURE_ENTRY(uint64_t, Fixed64)
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DCodedInputStreamTest.cs449 output.WriteTag(1, WireFormat.WireType.Fixed64); in SkipGroup()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DCodedInputStreamTest.cs722 output.WriteTag(1, WireFormat.WireType.Fixed64); in SkipGroup()

Completed in 31 milliseconds