Searched defs:grpc_avl (Results 1 – 1 of 1) sorted by relevance
58 typedef struct grpc_avl { struct59 const grpc_avl_vtable* vtable; argument60 grpc_avl_node* root; argument61 } grpc_avl; typedef