Searched refs:remove_int (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/test/core/avl/ |
D | avl_test.cc | 60 static grpc_avl remove_int(grpc_avl avl, int key) { in remove_int() function 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() 205 avl = remove_int(avl, 643); in test_badcase1() 206 avl = remove_int(avl, 983); in test_badcase1() 212 avl = remove_int(avl, 1013); in test_badcase1() 217 avl = remove_int(avl, 461); in test_badcase1() 221 avl = remove_int(avl, 796); in test_badcase1() [all …]
|