Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc126 struct child_call { struct
127 explicit child_call(grpc_call* parent) : parent(parent) {} in child_call() argument
165 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()
/external/grpc-grpc/src/core/lib/surface/
Dcall.cc115 } child_call; typedef
129 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()