Searched refs:int_copy (Results 1 – 2 of 2) sorted by relevance
39 static void* int_copy(void* p, void* unused) { in int_copy() function45 static const grpc_avl_vtable int_int_vtable = {destroy, int_copy, int_compare,46 destroy, int_copy};
24 auto int_copy = integer; in main() local