Home
last modified time | relevance | path

Searched refs:Unref (Results 1 – 25 of 139) sorted by relevance

123456

/third_party/grpc/test/core/gprpp/
Dref_counted_test.cc40 foo->Unref(); in TEST()
47 foo->Unref(); in TEST()
48 foo->Unref(); in TEST()
62 foo->Unref(); in TEST()
69 foo->Unref(); in TEST()
70 foo->Unref(); in TEST()
86 foo->Unref(DEBUG_LOCATION, "extra_ref"); in TEST()
90 foo->Unref(); in TEST()
91 foo->Unref(DEBUG_LOCATION, "original_ref"); in TEST()
105 foo->Unref(DEBUG_LOCATION, "extra_ref"); in TEST()
[all …]
Dorphanable_test.cc65 void Orphan() override { Unref(); } in Orphan()
91 void Orphan() override { Unref(); } in Orphan()
98 Unref(DEBUG_LOCATION, "work"); in FinishWork()
/third_party/grpc/test/core/security/
Dtls_security_connector_test.cc100 void TearDown() override { config_->Unref(); } in TearDown()
138 options_->Unref(); in TEST_F()
146 options_->Unref(); in TEST_F()
156 options_->Unref(); in TEST_F()
166 options_->Unref(); in TEST_F()
177 options_->Unref(); in TEST_F()
188 options_->Unref(); in TEST_F()
198 options_->Unref(); in TEST_F()
209 options_->Unref(); in TEST_F()
220 options_->Unref(); in TEST_F()
[all …]
Dcredentials_test.cc417 creds->Unref(); in test_google_iam_creds()
433 creds->Unref(); in test_access_token_creds()
500 oauth2_creds->Unref(); in test_oauth2_google_iam_composite_creds()
501 google_iam_creds->Unref(); in test_oauth2_google_iam_composite_creds()
513 composite_creds->Unref(); in test_oauth2_google_iam_composite_creds()
649 creds->Unref(); in test_compute_engine_creds_success()
671 creds->Unref(); in test_compute_engine_creds_failure()
750 creds->Unref(); in test_refresh_token_creds_success()
773 creds->Unref(); in test_refresh_token_creds_failure()
1007 creds->Unref(); in test_sts_creds_success()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree_test.cc295 CordRep::Unref(rep); in TEST()
300 CordRep::Unref(rep); in TEST()
341 CordRep::Unref(bad_substr); in TEST()
342 CordRep::Unref(concat); in TEST()
343 CordRep::Unref(substr2); in TEST()
344 CordRep::Unref(substr1); in TEST()
345 CordRep::Unref(external); in TEST()
346 CordRep::Unref(flat); in TEST()
355 CordRepBtree::Unref(leaf); in TEST()
364 CordRepBtree::Unref(tree); in TEST()
[all …]
Dcord_rep_btree_reader_test.cc78 CordRep::Unref(node); in TEST()
111 CordRep::Unref(node); in TEST()
122 CordRep::Unref(tree); in TEST()
144 CordRep::Unref(node); in TEST()
157 CordRep::Unref(tree); in TEST()
184 CordRep::Unref(tree); in TEST()
194 CordRep::Unref(tree); in TEST()
204 CordRep::Unref(tree); in TEST()
214 CordRep::Unref(tree); in TEST()
223 CordRep::Unref(tree); in TEST()
[all …]
Dcord_rep_consume_test.cc100 CordRep::Unref(rep); in TEST()
117 CordRep::Unref(rep); in TEST()
119 CordRep::Unref(tree); in TEST()
135 CordRep::Unref(rep); in TEST()
152 CordRep::Unref(rep); in TEST()
154 CordRep::Unref(tree); in TEST()
167 CordRep::Unref(flat2); in TEST()
Dcord_rep_consume.cc38 CordRep::Unref(substring); in ClipSubstring()
53 CordRep::Unref(concat); in ClipConcat()
77 CordRep::Unref(left); in Consume()
85 CordRep::Unref(right); in Consume()
Dcord_rep_btree_navigator_test.cc62 CordRep::Unref(flats_[1]); in CordRepBtreeNavigatorTest()
65 CordRep::Unref(flats_[0]); in CordRepBtreeNavigatorTest()
72 ~CordRepBtreeNavigatorTest() override { CordRep::Unref(tree_); } in ~CordRepBtreeNavigatorTest()
179 CordRep::Unref(tree); in TEST()
253 CordRep::Unref(tree); in TEST()
272 CordRep::Unref(tree1); in TEST()
273 CordRep::Unref(tree2); in TEST()
310 CordRep::Unref(result.tree); in TEST_P()
/third_party/grpc/src/cpp/server/
Dserver_context.cc67 call_.server_rpc_info()->Unref(); in ~CompletionOp()
107 void Unref();
125 Unref(); in ContinueFinalizeResultAfterInterception()
153 void ServerContextBase::CompletionOp::Unref() { in Unref() function in grpc::ServerContextBase::CompletionOp
154 if (refs_.Unref()) { in Unref()
209 Unref(); in FinalizeResult()
225 Unref(); in FinalizeResult()
252 completion_op_->Unref(); in ~ServerContextBase()
256 rpc_info_->Unref(); in ~ServerContextBase()
/third_party/grpc/src/core/lib/security/credentials/
Dcredentials.cc45 if (creds) creds->Unref(); in grpc_channel_credentials_release()
51 if (creds) creds->Unref(); in grpc_call_credentials_release()
55 static_cast<grpc_channel_credentials*>(p)->Unref(); in credentials_pointer_arg_destroy()
101 if (creds) creds->Unref(); in grpc_server_credentials_release()
122 static_cast<grpc_server_credentials*>(p)->Unref(); in server_credentials_pointer_arg_destroy()
/third_party/grpc/src/core/lib/gprpp/
Dorphanable.h103 void Unref() { in Unref() function
104 if (GPR_UNLIKELY(refs_.Unref())) { in Unref()
108 void Unref(const DebugLocation& location, const char* reason) { in Unref() function
109 if (GPR_UNLIKELY(refs_.Unref(location, reason))) { in Unref()
Dref_counted.h155 bool Unref() { in Unref() function
172 bool Unref(const DebugLocation& location, const char* reason) { in Unref() function
288 void Unref() { in Unref() function
289 if (GPR_UNLIKELY(refs_.Unref())) { in Unref()
293 void Unref(const DebugLocation& location, const char* reason) { in Unref() function
294 if (GPR_UNLIKELY(refs_.Unref(location, reason))) { in Unref()
Dref_counted_ptr.h105 if (value_ != nullptr) value_->Unref(); in ~RefCountedPtr()
112 if (value_ != nullptr) value_->Unref();
117 if (value_ != nullptr) value_->Unref(location, reason);
124 if (value_ != nullptr) value_->Unref();
132 if (value_ != nullptr) value_->Unref(location, reason);
/third_party/grpc/src/cpp/common/
Dalarm.cc47 Unref(); in FinalizeResult()
91 alarm->Unref(); in Set()
107 Unref(); in Destroy()
112 void Unref() { in Unref() function in grpc::internal::AlarmImpl
/third_party/grpc/src/core/lib/iomgr/
Dcfstream_handle.h59 void Unref(const char* file = "", int line = 0, const char* reason = nullptr);
82 (handle)->Unref(__FILE__, __LINE__, (reason))
85 #define CFSTREAM_HANDLE_UNREF(handle, reason) (handle)->Unref()
/third_party/skia/src/gpu/
DGrRefCnt.h23 void (UnrefBase::*Unref)() const = UnrefBase::Unref>
35 (obj->*Unref)(); in SafeUnref()
54 gr_sp(const gr_sp<U, URefBase, UUnrefBase, Ref, Unref>& that) : fPtr(SafeRef(that.get())) {} in gr_sp()
/third_party/node/src/
Dtimer_wrap.cc41 void TimerWrap::Unref() { in Unref() function in node::TimerWrap
76 void TimerWrapHandle::Unref() { in Unref() function in node::TimerWrapHandle
78 timer_->Unref(); in Unref()
Dtimer_wrap.h33 void Unref();
64 void Unref();
/third_party/grpc/src/core/ext/filters/client_channel/
Dsubchannel.h48 #define GRPC_SUBCHANNEL_UNREF(p, r) (p)->Unref(__FILE__, __LINE__, (r))
60 #define GRPC_SUBCHANNEL_UNREF(p, r) (p)->Unref()
132 void Unref();
133 void Unref(const DebugLocation& location, const char* reason);
231 void Unref(GRPC_SUBCHANNEL_REF_EXTRA_ARGS);
/third_party/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.cc118 Unref(DEBUG_LOCATION, "orphan"); in Orphan()
174 self->Unref(DEBUG_LOCATION, "health_retry_timer"); in OnRetryTimer()
413 self->call_->Unref(DEBUG_LOCATION, "cancel"); in OnCancelComplete()
446 self->call_->Unref(DEBUG_LOCATION, "on_complete"); in OnComplete()
455 self->call_->Unref(DEBUG_LOCATION, "recv_initial_metadata_ready"); in RecvInitialMetadataReady()
464 call_->Unref(DEBUG_LOCATION, "recv_message_ready"); in DoneReadingRecvMessage()
537 self->call_->Unref(DEBUG_LOCATION, "recv_message_ready"); in RecvMessageReady()
613 call_->Unref(DEBUG_LOCATION, "call_ended"); in CallEndedLocked()
/third_party/grpc/src/core/ext/transport/chttp2/client/
Dchttp2_connector.cc118 if (unref) self->Unref(); in Connected()
194 self->Unref(); in OnHandshakeDone()
220 self->Unref(); in OnReceiveSettings()
245 self->Unref(); in OnTimeout()
/third_party/grpc/src/core/lib/transport/
Dmetadata.h247 bool Unref(const char* file, int line) { in Unref() function
249 return Unref(); in Unref()
258 bool Unref() { in Unref() function
392 if (GPR_UNLIKELY(md->Unref(file, line))) {
395 if (GPR_UNLIKELY(md->Unref())) {
/third_party/abseil-cpp/absl/status/
Dstatus.h543 static void Unref(uintptr_t rep);
696 Unref(old_rep);
709 Unref(old_rep);
725 inline Status::~Status() { Unref(rep_); } in ~Status()
801 inline void Status::Unref(uintptr_t rep) { in Unref() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord_ring_reader_test.cc90 CordRep::Unref(ring); in TEST()
118 CordRep::Unref(ring); in TEST()
145 CordRep::Unref(ring); in TEST()
174 CordRep::Unref(ring); in TEST()

123456