Home
last modified time | relevance | path

Searched refs:InternallyRefCounted (Results 1 – 21 of 21) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dorphanable.h76 class InternallyRefCounted : public Orphanable {
79 InternallyRefCounted(const InternallyRefCounted&) = delete;
80 InternallyRefCounted& operator=(const InternallyRefCounted&) = delete;
88 explicit InternallyRefCounted(const char* trace = nullptr,
91 ~InternallyRefCounted() override = default;
/external/grpc-grpc/src/core/lib/gprpp/
Dorphanable.h77 class InternallyRefCounted : public Orphanable {
80 InternallyRefCounted(const InternallyRefCounted&) = delete;
81 InternallyRefCounted& operator=(const InternallyRefCounted&) = delete;
92 InternallyRefCounted() { gpr_ref_init(&refs_, 1); } in InternallyRefCounted() function
93 virtual ~InternallyRefCounted() {} in ~InternallyRefCounted()
/external/grpc-grpc/test/core/gprpp/
Dorphanable_test.cc61 class Bar : public InternallyRefCounted<Bar> {
76 TEST(OrphanablePtr, InternallyRefCounted) { in TEST() argument
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/
Dsubchannel_list.h176 class SubchannelList : public InternallyRefCounted<SubchannelListType> {
200 InternallyRefCounted<SubchannelListType>::Unref(DEBUG_LOCATION, "shutdown"); in Orphan()
358 : InternallyRefCounted<SubchannelListType>( in SubchannelList()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dconnector.h35 class SubchannelConnector : public InternallyRefCounted<SubchannelConnector> {
Dresolver.h52 class Resolver : public InternallyRefCounted<Resolver> {
Dresolver.cc34 : InternallyRefCounted(GRPC_TRACE_FLAG_ENABLED(grpc_trace_resolver_refcount) in Resolver()
Dlb_policy.cc35 : InternallyRefCounted( in LoadBalancingPolicy()
Dlb_policy.h82 class LoadBalancingPolicy : public InternallyRefCounted<LoadBalancingPolicy> {
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dcertificate_provider_store.h38 : public InternallyRefCounted<CertificateProviderStore> {
Dxds_client.cc86 : public InternallyRefCounted<RetryableCall<T>> {
122 : public InternallyRefCounted<AdsCallState> {
142 class ResourceState : public InternallyRefCounted<ResourceState> {
305 : public InternallyRefCounted<LrsCallState> {
322 class Reporter : public InternallyRefCounted<Reporter> {
462 : InternallyRefCounted<ChannelState>( in ChannelState()
671 : InternallyRefCounted<AdsCallState>( in AdsCallState()
1424 : InternallyRefCounted<LrsCallState>( in LrsCallState()
Dxds_client.h196 class ChannelState : public InternallyRefCounted<ChannelState> {
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dconnectivity_state.h51 : public InternallyRefCounted<ConnectivityStateWatcherInterface> {
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.h45 class HealthCheckClient : public InternallyRefCounted<HealthCheckClient> {
Dhealth_check_client.cc54 : InternallyRefCounted<HealthCheckClient>( in HealthCheckClient()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dserver.h41 class Server : public InternallyRefCounted<Server> {
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_manager.cc116 class ClusterChild : public InternallyRefCounted<ClusterChild> {
Dxds_cluster_resolver.cc127 class DiscoveryMechanism : public InternallyRefCounted<DiscoveryMechanism> {
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_target/
Dweighted_target.cc117 class WeightedChild : public InternallyRefCounted<WeightedChild> {
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc164 class BalancerCallState : public InternallyRefCounted<BalancerCallState> {
751 : InternallyRefCounted<BalancerCallState>( in BalancerCallState()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/priority/
Dpriority.cc93 class ChildPriority : public InternallyRefCounted<ChildPriority> {