Searched refs:LazyAutoNegotiation (Results 1 – 1 of 1) sorted by relevance
985 RPCEndpointBase(ChannelT &C, bool LazyAutoNegotiation) in RPCEndpointBase() argument986 : C(C), LazyAutoNegotiation(LazyAutoNegotiation) { in RPCEndpointBase()1020 if (auto FnIdOrErr = getRemoteFunctionId<Func>(LazyAutoNegotiation, false)) in appendCallAsync()1336 bool LazyAutoNegotiation; variable1367 MultiThreadedRPCEndpoint(ChannelT &C, bool LazyAutoNegotiation) in MultiThreadedRPCEndpoint() argument1368 : BaseClass(C, LazyAutoNegotiation) {} in MultiThreadedRPCEndpoint()1485 SingleThreadedRPCEndpoint(ChannelT &C, bool LazyAutoNegotiation) in SingleThreadedRPCEndpoint() argument1486 : BaseClass(C, LazyAutoNegotiation) {} in SingleThreadedRPCEndpoint()