Searched refs:child_call (Results 1 – 2 of 2) sorted by relevance
126 struct child_call { struct127 explicit child_call(grpc_call* parent) : parent(parent) {} in child_call() argument165 child_call* child = nullptr;355 call_and_stack_size + (args->parent ? sizeof(child_call) : 0); in grpc_call_create()393 call_and_stack_size) child_call(args->parent); in grpc_call_create()441 child_call* cc = call->child; in grpc_call_create()582 child_call* cc = c->child; in grpc_call_unref()
115 } child_call; typedef129 child_call* child;350 static_cast<child_call*>(gpr_arena_alloc(arena, sizeof(child_call))); in grpc_call_create()402 child_call* cc = call->child; in grpc_call_create()543 child_call* cc = c->child; in grpc_call_unref()