Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ ReadVarInt64
Method
ReadVarInt64
csharp/src/Fory/ByteBuffer.cs:655–659 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
653
}
654
655
public long ReadVarInt64()
656
{
657
ulong encoded = ReadVarUInt64();
658
return unchecked((long)((encoded >> 1) ^ (~(encoded & 1UL) + 1UL)));
659
}
660
661
public long ReadTaggedInt64()
662
{
Callers
12
SkipPayload
Method · 0.80
ReadData
Method · 0.80
ReadInt64FastPayload
Method · 0.80
ReadScalarPayload
Method · 0.80
Read
Method · 0.80
ReadDate
Method · 0.80
ReadDuration
Method · 0.80
MacroFieldOrderFollowsForyRules
Method · 0.80
VarInt64RoundTrip
Method · 0.80
TimeSpanUsesVarIntSeconds
Method · 0.80
DateOnlyUsesVarInt64Days
Method · 0.80
CaseBufferVar
Method · 0.80
Calls
no outgoing calls
Tested by
5
MacroFieldOrderFollowsForyRules
Method · 0.64
VarInt64RoundTrip
Method · 0.64
TimeSpanUsesVarIntSeconds
Method · 0.64
DateOnlyUsesVarInt64Days
Method · 0.64
CaseBufferVar
Method · 0.64