Home
last modified time | relevance | path

Searched refs:grpc_avl_unref (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/test/core/avl/
Davl_test.cc78 grpc_avl_unref(avl, nullptr); in test_get()
91 grpc_avl_unref(avl, nullptr); in test_ll()
104 grpc_avl_unref(avl, nullptr); in test_lr()
117 grpc_avl_unref(avl, nullptr); in test_rr()
130 grpc_avl_unref(avl, nullptr); in test_rl()
147 grpc_avl_unref(avl, nullptr); in test_unbalanced()
158 grpc_avl_unref(avl, nullptr); in test_replace()
175 grpc_avl_unref(avl, nullptr); in test_remove()
180 grpc_avl_unref(avl3, nullptr); in test_remove()
185 grpc_avl_unref(avl4, nullptr); in test_remove()
[all …]
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dsubchannel_index.cc140 grpc_avl_unref(g_subchannel_index, grpc_core::ExecCtx::Get()); in grpc_subchannel_index_unref()
156 grpc_avl_unref(index, grpc_core::ExecCtx::Get()); in grpc_subchannel_index_find()
203 grpc_avl_unref(updated, grpc_core::ExecCtx::Get()); in grpc_subchannel_index_register()
205 grpc_avl_unref(index, grpc_core::ExecCtx::Get()); in grpc_subchannel_index_register()
231 grpc_avl_unref(index, grpc_core::ExecCtx::Get()); in grpc_subchannel_index_unregister()
248 grpc_avl_unref(updated, grpc_core::ExecCtx::Get()); in grpc_subchannel_index_unregister()
249 grpc_avl_unref(index, grpc_core::ExecCtx::Get()); in grpc_subchannel_index_unregister()
Dretry_throttle.cc163 grpc_avl_unref(g_avl, nullptr); in Shutdown()
/external/grpc-grpc/src/core/lib/avl/
Davl.h72 void grpc_avl_unref(grpc_avl avl, void* user_data);
Davl.cc302 void grpc_avl_unref(grpc_avl avl, void* user_data) { in grpc_avl_unref() function
/external/grpc-grpc/src/core/tsi/ssl/session_cache/
Dssl_session_cache.cc96 grpc_avl_unref(entry_by_key_, nullptr); in ~SslSessionLRUCache()