Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc124 static void op_state_machine(void* arg, grpc_error* error);
248 GRPC_CLOSURE_INIT(&s->op_closure, op_state_machine, s, in init_stream()
575 static void op_state_machine(void* arg, grpc_error* error) { in op_state_machine() function