Home
last modified time | relevance | path

Searched refs:IntOption (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/cpp/server/
Dchannel_argument_option.cc45 class IntOption final : public ServerBuilderOption { in MakeChannelArgumentOption() class
47 IntOption(const grpc::string& name, int value) in MakeChannelArgumentOption() function in grpc::MakeChannelArgumentOption::IntOption
60 return std::unique_ptr<ServerBuilderOption>(new IntOption(name, value)); in MakeChannelArgumentOption()
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/
Dchannel_argument_option.cc46 class IntOption final : public ServerBuilderOption { in MakeChannelArgumentOption() class
48 IntOption(const std::string& name, int value) in MakeChannelArgumentOption() function in grpc::MakeChannelArgumentOption::IntOption
62 return std::unique_ptr<ServerBuilderOption>(new IntOption(name, value)); in MakeChannelArgumentOption()
/external/libcups/cups/
Dtest2.ppd154 *OpenUI IntOption/Integer: PickOne
155 *OrderDependency: 30 AnySetup *IntOption
157 *IntOption None: ""
158 *IntOption 1: "IntOption=1"
159 *IntOption 2: "IntOption=2"
160 *IntOption 3: "IntOption=3"
161 *CloseUI: *IntOption
163 *CustomIntOption True/Custom Integer: "IntOption=Custom"
Dtest.ppd172 *OpenUI IntOption/Integer: PickOne
173 *OrderDependency: 30 AnySetup *IntOption
175 *IntOption None: ""
176 *IntOption 1: "IntOption=1"
177 *IntOption 2: "IntOption=2"
178 *IntOption 3: "IntOption=3"
179 *CloseUI: *IntOption
181 *CustomIntOption True/Custom Integer: "IntOption=Custom"
/external/autotest/client/cros/
Ddhcp_packet.py76 IntOption = CreatePacketPieceClass(Option, "!I") variable
319 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)
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DChannelOptionsTest.cs31 public void IntOption() in IntOption() method in Grpc.Core.Tests.ChannelOptionsTest