Home
last modified time | relevance | path

Searched refs:call_id (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Ddispatch.cc293 void SetCallId(int call_id) { in SetCallId() argument
295 call_id_ = call_id; in SetCallId()
312 int call_id, in CreateErrorResponse()
317 protocol_error->SetCallId(call_id); in CreateErrorResponse()
326 int call_id, in CreateErrorResponse()
331 protocol_error->SetCallId(call_id); in CreateErrorResponse()
345 Response(int call_id, std::unique_ptr<Serializable> params) in Response() argument
346 : call_id_(call_id), params_(std::move(params)) {} in Response()
399 int call_id, in CreateResponse()
401 return std::make_unique<Response>(call_id, st in CreateResponse()
311 CreateErrorResponse( int call_id, DispatchResponse dispatch_response, const ErrorSupport* errors) CreateErrorResponse() argument
325 CreateErrorResponse( int call_id, DispatchResponse dispatch_response, const DeserializerState& state) CreateErrorResponse() argument
398 CreateResponse( int call_id, std::unique_ptr<Serializable> params) CreateResponse() argument
427 Callback( std::unique_ptr<DomainDispatcher::WeakPtr> backend_impl, int call_id, span<uint8_t> method, span<uint8_t> message) Callback() argument
462 sendResponse(int call_id, const DispatchResponse& response, std::unique_ptr<Serializable> result) sendResponse() argument
[all...]
H A Dfrontend_channel.h22 // Sends protocol responses and notifications. The |call_id| parameter is
28 virtual void SendProtocolResponse(int call_id,
37 virtual void FallThrough(int call_id,
H A Ddispatch.h197 int call_id,
229 void sendResponse(int call_id,
H A Ddispatch_test.cc335 void SendProtocolResponse(int call_id,
345 void FallThrough(int call_id,
/third_party/node/src/
H A Dinspector_agent.cc255 int call_id; in dispatchProtocolMessage() local
257 node_dispatcher_->parseCommand(value.get(), &call_id, &method); in dispatchProtocolMessage()
262 node_dispatcher_->dispatch(call_id, method, std::move(value), in dispatchProtocolMessage()
H A Djs_native_api_v8_inspector.cc926 int call_id; in dispatchProtocolMessage() local
928 node_dispatcher_->parseCommand(value.get(), &call_id, &method); in dispatchProtocolMessage()
933 node_dispatcher_->dispatch(call_id, method, std::move(value), in dispatchProtocolMessage()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.h414 ushort call_id; member
H A Du_threaded_context.c208 tc_printf("CALL: %s", tc_call_names[call->call_id]); in tc_batch_execute()
211 iter += execute_func[call->call_id](pipe, call, last); in tc_batch_execute()
308 call->call_id = id; in tc_add_sized_call()
3161 if (next->base.call_id != TC_CALL_draw_single) in is_next_call_a_mergeable_draw()
3186 next->base.call_id == TC_CALL_draw_single) { in tc_call_draw_single()
3546 if (next->base.call_id != TC_CALL_draw_vstate_single) in is_next_call_a_mergeable_draw_vstate()

Completed in 15 milliseconds