Searched refs:CalledByPendingChild (Results 1 – 1 of 1) sorted by relevance
44 if (!CalledByCurrentChild() && !CalledByPendingChild()) return nullptr; in CreateSubchannel()55 if (CalledByPendingChild()) { in UpdateState()96 if (!CalledByPendingChild() && !CalledByCurrentChild()) return; in AddTraceEvent()103 bool CalledByPendingChild() const { in CalledByPendingChild() function in grpc_core::ChildPolicyHandler::Helper