Searched refs:grpc_avl_ref (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | subchannel_index.cc | 150 grpc_avl index = grpc_avl_ref(g_subchannel_index, grpc_core::ExecCtx::Get()); in grpc_subchannel_index_find() 173 grpc_avl_ref(g_subchannel_index, grpc_core::ExecCtx::Get()); in grpc_subchannel_index_register() 188 grpc_avl_add(grpc_avl_ref(index, grpc_core::ExecCtx::Get()), in grpc_subchannel_index_register() 223 grpc_avl_ref(g_subchannel_index, grpc_core::ExecCtx::Get()); in grpc_subchannel_index_unregister() 238 grpc_avl_remove(grpc_avl_ref(index, grpc_core::ExecCtx::Get()), key, in grpc_subchannel_index_unregister()
|
/external/grpc-grpc/test/core/avl/ |
D | avl_test.cc | 170 avl3 = remove_int(grpc_avl_ref(avl, nullptr), 3); in test_remove() 171 avl4 = remove_int(grpc_avl_ref(avl, nullptr), 4); in test_remove() 172 avl5 = remove_int(grpc_avl_ref(avl, nullptr), 5); in test_remove() 173 avln = remove_int(grpc_avl_ref(avl, nullptr), 1); in test_remove()
|
/external/grpc-grpc/src/core/lib/avl/ |
D | avl.h | 68 grpc_avl grpc_avl_ref(grpc_avl avl, void* user_data);
|
D | avl.cc | 297 grpc_avl grpc_avl_ref(grpc_avl avl, void* user_data) { in grpc_avl_ref() function
|