MCPcopy Create free account
hub / github.com/apache/fory / WriteInt64

Method WriteInt64

csharp/src/Fory/ByteBuffer.cs:121–125  ·  view source on GitHub ↗
(long value)

Source from the content-addressed store, hash-verified

119 }
120
121 [MethodImpl(MethodImplOptions.AggressiveInlining)]
122 public void WriteInt64(long value)
123 {
124 WriteUInt64(unchecked((ulong)value));
125 }
126
127 [MethodImpl(MethodImplOptions.AggressiveInlining)]
128 public void WriteVarUInt32(uint value)

Callers 9

WriteTimestampMethod · 0.45
WriteDataMethod · 0.45
TryWriteKnownPayloadMethod · 0.45
WriteMetaStringMethod · 0.45
WriteTypedPayloadMethod · 0.45
CaseBufferMethod · 0.45
CaseMurmurHash3Method · 0.45

Calls

no outgoing calls

Tested by 4

CaseBufferMethod · 0.36
CaseMurmurHash3Method · 0.36