GRPC Core
18.0.0
|
Public Member Functions | |
child_call (grpc_call *parent) | |
Data Fields | |
grpc_call * | parent |
grpc_call * | sibling_next = nullptr |
siblings: children of the same parent form a list, and this list is protected under parent->mu More... | |
grpc_call * | sibling_prev = nullptr |
|
inlineexplicit |
grpc_call* child_call::parent |
grpc_call* child_call::sibling_next = nullptr |
siblings: children of the same parent form a list, and this list is protected under parent->mu
grpc_call* child_call::sibling_prev = nullptr |