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