Searched refs:kPayloadLengthWithTwoByteExtendedLengthField (Results 1 – 2 of 2) sorted by relevance
48 constexpr uint64_t kPayloadLengthWithTwoByteExtendedLengthField = 126; variable151 second_byte |= kPayloadLengthWithTwoByteExtendedLengthField; in WriteWebSocketFrameHeader()
28 constexpr uint64_t kPayloadLengthWithTwoByteExtendedLengthField = 126; variable130 if (payload_length == kPayloadLengthWithTwoByteExtendedLengthField) { in DecodeFrameHeader()