Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/netstd/Thrift/Protocol/
DTCompactProtocol.cs41 private const byte TypeBits = 0x07; // 0000 0111 field in Thrift.Protocol.TCompactProtocol
452 var type = (byte) ((versionAndType >> TypeShiftAmount) & TypeBits); in ReadMessageBeginAsync()