Home
last modified time | relevance | path

Searched defs:ProtocolError (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/execserver/
DxsDefs.hpp77 class ProtocolError : public ConnectionError class
80 ProtocolError (const std::string& message) : ConnectionError(message) {} in ProtocolError() function in xs::ProtocolError
/third_party/protobuf/conformance/
Dconformance_python.py53 class ProtocolError(Exception): class
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Ddispatch.cc265 class ProtocolError : public Serializable { class
267 explicit ProtocolError(DispatchResponse dispatch_response) in ProtocolError() function in v8_crdtp::__anone309c9700211::ProtocolError
/third_party/python/Lib/xmlrpc/
Dclient.py201 class ProtocolError(Error): class