Searched refs:LazyAutoNegotiation (Results 1 – 1 of 1) sorted by relevance
980 RPCEndpointBase(ChannelT &C, bool LazyAutoNegotiation) in RPCEndpointBase() argument981 : C(C), LazyAutoNegotiation(LazyAutoNegotiation) { in RPCEndpointBase()1014 if (auto FnIdOrErr = getRemoteFunctionId<Func>(LazyAutoNegotiation, false)) in appendCallAsync()1325 bool LazyAutoNegotiation; variable1355 MultiThreadedRPCEndpoint(ChannelT &C, bool LazyAutoNegotiation) in MultiThreadedRPCEndpoint() argument1356 : BaseClass(C, LazyAutoNegotiation) {} in MultiThreadedRPCEndpoint()1470 SingleThreadedRPCEndpoint(ChannelT &C, bool LazyAutoNegotiation) in SingleThreadedRPCEndpoint() argument1471 : BaseClass(C, LazyAutoNegotiation) {} in SingleThreadedRPCEndpoint()