Searched refs:isSystemMessage (Results 1 – 1 of 1) sorted by relevance
108 bool isSystemMessage() { return m_data[m_offset] >= 0xf0; } in isSystemMessage() function in blink::__anon292ddbcd0111::MessageValidator150 …size_t length = isSystemMessage() ? systemMessageLength[m_data[m_offset] - 0xf1] : channelMessageL… in acceptCurrentMessage()