Home
last modified time | relevance | path

Searched refs:ProtocolMessage (Results 1 – 8 of 8) sorted by relevance

/third_party/node/src/inspector/
Dnode_string.h21 using ProtocolMessage = std::string; variable
72 ProtocolMessage jsonToMessage(String message);
73 ProtocolMessage binaryToMessage(std::vector<uint8_t> message);
Dnode_string.cc97 ProtocolMessage jsonToMessage(String message) { in jsonToMessage()
101 ProtocolMessage binaryToMessage(std::vector<uint8_t> message) { in binaryToMessage()
/third_party/node/tools/inspector_protocol/lib/
DDispatcherBase_h.template71 …unique_ptr<WeakPtr> backendImpl, int callId, const String& method, const ProtocolMessage& message);
83 ProtocolMessage m_message;
90 …virtual void dispatch(int callId, const String& method, const ProtocolMessage& rawMessage, std::un…
114 …t callId, const String& method, std::unique_ptr<Value> message, const ProtocolMessage& rawMessage);
DFrontendChannel_h.template16 ProtocolMessage serialize(bool binary) {
32 virtual void fallThrough(int callId, const String& method, const ProtocolMessage& message) = 0;
Dbase_string_adapter_h.template33 using ProtocolMessage = std::string;
96 static ProtocolMessage jsonToMessage(String message);
97 static ProtocolMessage binaryToMessage(std::vector<uint8_t> message);
Dbase_string_adapter_cc.template144 ProtocolMessage StringUtil::jsonToMessage(String message) {
149 ProtocolMessage StringUtil::binaryToMessage(std::vector<uint8_t> message) {
DDispatcherBase_cpp.template73 …atcherBase::WeakPtr> backendImpl, int callId, const String& method, const ProtocolMessage& message)
287 …, const String& in_method, std::unique_ptr<Value> parsedMessage, const ProtocolMessage& rawMessage)
/third_party/node/tools/inspector_protocol/templates/
DTypeBuilder_cpp.template234 …void dispatch(int callId, const String& method, const ProtocolMessage& message, std::unique_ptr<pr…
238 …r = void (DispatcherImpl::*)(int callId, const String& method, const ProtocolMessage& message, std…
246 …void {{command.name}}(int callId, const String& method, const ProtocolMessage& message, std::uniqu…
256 void DispatcherImpl::dispatch(int callId, const String& method, const ProtocolMessage& message, std…
272 …atcherBase::WeakPtr> backendImpl, int callId, const String& method, const ProtocolMessage& message)
310 void DispatcherImpl::{{command.name}}(int callId, const String& method, const ProtocolMessage& mess…