OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntOption
(Results
1 - 3
of
3
) sorted by null
/external/grpc-grpc/src/cpp/server/
channel_argument_option.cc
45
class
IntOption
final : public ServerBuilderOption {
47
IntOption
(const grpc::string& name, int value)
60
return std::unique_ptr<ServerBuilderOption>(new
IntOption
(name, value));
/external/autotest/client/cros/
dhcp_packet.py
70
IntOption
= CreatePacketPieceClass(Option, "!I")
313
OPTION_TIME_OFFSET =
IntOption
("time_offset", 2)
335
OPTION_IP_LEASE_TIME =
IntOption
("ip_lease_time", 51)
342
OPTION_RENEWAL_T1_TIME_VALUE =
IntOption
("renewal_t1_time_value", 58)
343
OPTION_REBINDING_T2_TIME_VALUE =
IntOption
("rebinding_t2_time_value", 59)
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
ChannelOptionsTest.cs
31
public void
IntOption
()
82
new ChannelOption("
intoption
", 12345),
Completed in 1167 milliseconds