Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/netstd/Thrift/Protocol/
DTCompactProtocol.cs40 private const byte TypeMask = 0xE0; // 1110 0000 field in Thrift.Protocol.TCompactProtocol
129 …Buffer[1] = (byte)((Version & VersionMask) | (((uint)message.Type << TypeShiftAmount) & TypeMask)); in WriteMessageBeginAsync()