Searched refs:RefIfNonZero (Results 1 – 9 of 9) sorted by relevance
128 bool RefIfNonZero() { in RefIfNonZero() function138 bool RefIfNonZero(const DebugLocation& location, const char* reason) { in RefIfNonZero() function299 RefCountedPtr<Child> RefIfNonZero() GRPC_MUST_USE_RESULT { in RefIfNonZero() function300 return RefCountedPtr<Child>(refs_.RefIfNonZero() ? static_cast<Child*>(this) in RefIfNonZero()303 RefCountedPtr<Child> RefIfNonZero(const DebugLocation& location, in RefIfNonZero() function305 return RefCountedPtr<Child>(refs_.RefIfNonZero(location, reason) in RefIfNonZero()
110 RefCountedPtr<Child> RefIfNonZero() GRPC_MUST_USE_RESULT { in RefIfNonZero() function128 RefCountedPtr<Child> RefIfNonZero(const DebugLocation& location, in RefIfNonZero() function
81 return node->RefIfNonZero(); in InternalGet()95 (node_ref = node->RefIfNonZero()) != nullptr) { in InternalGetTopChannels()134 (node_ref = node->RefIfNonZero()) != nullptr) { in InternalGetServers()168 RefCountedPtr<BaseNode> node = p.second->RefIfNonZero(); in InternalLogAllEntities()
44 result = it->second->RefIfNonZero(); in CreateOrGetCertificateProvider()
1987 cluster_drop_stats = load_report_state.drop_stats->RefIfNonZero(); in AddClusterDropStats()2044 cluster_locality_stats = locality_state.locality_stats->RefIfNonZero(); in AddClusterLocalityStats()2215 auto xds_client = g_xds_client->RefIfNonZero(); in GetOrCreate()
242 if (s->refcnt.RefIfNonZero()) { in MatchInternedSliceLocked()
269 if (!s->refcount->refs.RefIfNonZero()) { in UpdateStreamsNoLongerStalled()
87 result = it->second->RefIfNonZero(); in GetOrCreate()
743 RefCountedPtr<ClusterState> cluster_state = it->second->RefIfNonZero(); in MaybeRemoveUnusedClusters()