Home
last modified time | relevance | path

Searched defs:IntOption (Results 1 – 2 of 2) sorted by relevance

/third_party/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
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DChannelOptionsTest.cs31 public void IntOption() in IntOption() method in Grpc.Core.Tests.ChannelOptionsTest