Searched refs:IntOption (Results 1 – 6 of 6) sorted by relevance
45 class IntOption final : public ServerBuilderOption { in MakeChannelArgumentOption() class47 IntOption(const grpc::string& name, int value) in MakeChannelArgumentOption() function in grpc::MakeChannelArgumentOption::IntOption60 return std::unique_ptr<ServerBuilderOption>(new IntOption(name, value)); in MakeChannelArgumentOption()
46 class IntOption final : public ServerBuilderOption { in MakeChannelArgumentOption() class48 IntOption(const std::string& name, int value) in MakeChannelArgumentOption() function in grpc::MakeChannelArgumentOption::IntOption62 return std::unique_ptr<ServerBuilderOption>(new IntOption(name, value)); in MakeChannelArgumentOption()
154 *OpenUI IntOption/Integer: PickOne155 *OrderDependency: 30 AnySetup *IntOption157 *IntOption None: ""158 *IntOption 1: "IntOption=1"159 *IntOption 2: "IntOption=2"160 *IntOption 3: "IntOption=3"161 *CloseUI: *IntOption163 *CustomIntOption True/Custom Integer: "IntOption=Custom"
172 *OpenUI IntOption/Integer: PickOne173 *OrderDependency: 30 AnySetup *IntOption175 *IntOption None: ""176 *IntOption 1: "IntOption=1"177 *IntOption 2: "IntOption=2"178 *IntOption 3: "IntOption=3"179 *CloseUI: *IntOption181 *CustomIntOption True/Custom Integer: "IntOption=Custom"
76 IntOption = CreatePacketPieceClass(Option, "!I") variable319 OPTION_TIME_OFFSET = IntOption("time_offset", 2)341 OPTION_IP_LEASE_TIME = IntOption("ip_lease_time", 51)348 OPTION_RENEWAL_T1_TIME_VALUE = IntOption("renewal_t1_time_value", 58)349 OPTION_REBINDING_T2_TIME_VALUE = IntOption("rebinding_t2_time_value", 59)
31 public void IntOption() in IntOption() method in Grpc.Core.Tests.ChannelOptionsTest