Searched refs:use_binary_protocol_ (Results 1 – 2 of 2) sorted by relevance
113 m_state->getBoolean("use_binary_protocol", &use_binary_protocol_); in V8InspectorSessionImpl()190 if (use_binary_protocol_) return StringBufferFrom(std::move(cbor)); in serializeForFrontend()369 use_binary_protocol_ = true; in dispatchProtocolMessage()
136 bool use_binary_protocol_ = false; variable