Home
last modified time | relevance | path

Searched refs:VarInt (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/lib/netstd/Thrift/Protocol/
DTCompactProtocol.cs71 private struct VarInt struct in Thrift.Protocol.TCompactProtocol
78 private VarInt PreAllocatedVarInt = new VarInt()
312 private static void Int32ToVarInt(uint n, ref VarInt varint) in Int32ToVarInt()
339 static private void Int64ToVarInt(ulong n, ref VarInt varint) in Int64ToVarInt()
/thrift-3.4.0/
DCHANGES.md2592 - [THRIFT-424](https://issues.apache.org/jira/browse/THRIFT-424) - Steal ProtocolBuffers' VarInt im…