HomeSort by relevance Sort by last modified time
    Searched defs:call_state (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/test/core/fling/
server.cc 77 } call_state; typedef in typeref:struct:__anon23348
174 call_state* s;
253 s = static_cast<call_state*>(ev.tag);
  /external/grpc-grpc/test/core/end2end/fuzzers/
api_fuzzer.cc 515 typedef struct call_state { struct
542 struct call_state* next;
543 struct call_state* prev;
544 } call_state; typedef in typeref:struct:call_state
546 static call_state* g_active_call;
548 static call_state* new_call(call_state* sibling, call_state_type type) {
549 call_state* c = static_cast<call_state*>(gpr_malloc(sizeof(*c)));
562 static call_state* maybe_delete_call_state(call_state* call)
    [all...]
  /external/grpc-grpc/src/core/lib/surface/
server.cc 124 } call_state; typedef in namespace:__anon23235
    [all...]

Completed in 1378 milliseconds