Searched defs:grpc_arg_pointer_vtable (Results 1 – 5 of 5) sorted by relevance
85 typedef struct grpc_arg_pointer_vtable { struct89 } grpc_arg_pointer_vtable; argument
85 typedef struct grpc_arg_pointer_vtable { struct89 } grpc_arg_pointer_vtable; typedef
882 pub struct grpc_arg_pointer_vtable { struct883 pub copy: ::std::option::Option<886 pub destroy: ::std::option::Option<unsafe extern "C" fn(p: *mut ::std::os::raw::c_void)>,887 pub cmp: ::std::option::Option<3906 vtable: *const grpc_arg_pointer_vtable, in grpcwrap_channel_args_set_pointer_vtable()