Home | History | Annotate | Download | only in surface

Lines Matching refs:first_child

105   grpc_call* first_child;
405 if (pc->first_child == nullptr) {
406 pc->first_child = call;
409 cc->sibling_next = pc->first_child;
410 cc->sibling_prev = pc->first_child->child->sibling_prev;
551 if (c == pc->first_child) {
552 pc->first_child = cc->sibling_next;
553 if (c == pc->first_child) {
554 pc->first_child = nullptr;
1153 child = pc->first_child;
1163 } while (child != pc->first_child);