Searched refs:s_async_json_packet_prefix (Results 1 – 1 of 1) sorted by relevance
5369 static const char *const s_async_json_packet_prefix = "JSON-async:"; variable5375 if (!packet.consume_front(s_async_json_packet_prefix)) { in ParseStructuredDataPacket()5383 packet.slice(0, strlen(s_async_json_packet_prefix)).str().c_str()); in ParseStructuredDataPacket()