Searched refs:grpc_avl_unref (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/test/core/avl/ |
D | avl_test.cc | 78 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/ |
D | subchannel_index.cc | 140 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()
|
D | retry_throttle.cc | 163 grpc_avl_unref(g_avl, nullptr); in Shutdown()
|
/external/grpc-grpc/src/core/lib/avl/ |
D | avl.h | 72 void grpc_avl_unref(grpc_avl avl, void* user_data);
|
D | avl.cc | 302 void grpc_avl_unref(grpc_avl avl, void* user_data) { in grpc_avl_unref() function
|
/external/grpc-grpc/src/core/tsi/ssl/session_cache/ |
D | ssl_session_cache.cc | 96 grpc_avl_unref(entry_by_key_, nullptr); in ~SslSessionLRUCache()
|