Searched refs:rendezvous_mgr_func (Results 1 – 7 of 7) sorted by relevance
56 RendezvousMgrCreationFunction rendezvous_mgr_func) { in Init() argument59 opts.rendezvous_mgr_func = rendezvous_mgr_func; in Init()
46 RendezvousMgrCreationFunction rendezvous_mgr_func);
53 RendezvousMgrCreationFunction rendezvous_mgr_func = in Init() local86 opts.rendezvous_mgr_func = rendezvous_mgr_func; in Init()
82 RendezvousMgrCreationFunction rendezvous_mgr_func) { in Init() argument86 opts.rendezvous_mgr_func = rendezvous_mgr_func; in Init()
45 RendezvousMgrCreationFunction rendezvous_mgr_func);
163 worker_env_.rendezvous_mgr = opts.rendezvous_mgr_func == nullptr in Init()165 : opts.rendezvous_mgr_func(&worker_env_); in Init()433 options.rendezvous_mgr_func = NewRpcRendezvousMgr; in Create()449 options.rendezvous_mgr_func = NewRpcRendezvousMgr; in Create()
65 RendezvousMgrCreationFunction rendezvous_mgr_func = nullptr; member