Home
last modified time | relevance | path

Searched refs:RefIfNonZero (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dref_counted.h128 bool RefIfNonZero() { in RefIfNonZero() function
138 bool RefIfNonZero(const DebugLocation& location, const char* reason) { in RefIfNonZero() function
299 RefCountedPtr<Child> RefIfNonZero() GRPC_MUST_USE_RESULT { in RefIfNonZero() function
300 return RefCountedPtr<Child>(refs_.RefIfNonZero() ? static_cast<Child*>(this) in RefIfNonZero()
303 RefCountedPtr<Child> RefIfNonZero(const DebugLocation& location, in RefIfNonZero() function
305 return RefCountedPtr<Child>(refs_.RefIfNonZero(location, reason) in RefIfNonZero()
Ddual_ref_counted.h110 RefCountedPtr<Child> RefIfNonZero() GRPC_MUST_USE_RESULT { in RefIfNonZero() function
128 RefCountedPtr<Child> RefIfNonZero(const DebugLocation& location, in RefIfNonZero() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannelz_registry.cc81 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()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dcertificate_provider_store.cc44 result = it->second->RefIfNonZero(); in CreateOrGetCertificateProvider()
Dxds_client.cc1987 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()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice_intern.cc242 if (s->refcnt.RefIfNonZero()) { in MatchInternedSliceLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc269 if (!s->refcount->refs.RefIfNonZero()) { in UpdateStreamsNoLongerStalled()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_impl.cc87 result = it->second->RefIfNonZero(); in GetOrCreate()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/xds/
Dxds_resolver.cc743 RefCountedPtr<ClusterState> cluster_state = it->second->RefIfNonZero(); in MaybeRemoveUnusedClusters()