Searched refs:kFinalBit (Results 1 – 2 of 2) sorted by relevance
25 const kFinalBit = 0x80; constant89 kFinalBit | kOpCodeText,111 const final = (firstByte & kFinalBit) !== 0;
243 const unsigned char kFinalBit = 0x80; variable259 frame.push_back(kFinalBit | op_code); in encode_frame_hybi17()298 bool final = (first_byte & kFinalBit) != 0; in decode_frame_hybi17()