Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/surface/
Dcall.cc1130 grpc_call* next_child_call; in post_batch_completion() local
1156 next_child_call = child->child->sibling_next; in post_batch_completion()
1162 child = next_child_call; in post_batch_completion()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc1181 grpc_call* next_child_call; in post_batch_completion() local
1213 next_child_call = child->child->sibling_next; in post_batch_completion()
1219 child = next_child_call; in post_batch_completion()