Searched refs:TypeBits (Results 1 – 1 of 1) sorted by relevance
41 private const byte TypeBits = 0x07; // 0000 0111 field in Thrift.Protocol.TCompactProtocol452 var type = (byte) ((versionAndType >> TypeShiftAmount) & TypeBits); in ReadMessageBeginAsync()