Searched refs:ServerType (Results 1 – 14 of 14) sorted by relevance
65 if (config.ServerType == ServerType.AsyncServer) in CreateStarted()71 else if (config.ServerType == ServerType.AsyncGenericServer) in CreateStarted()
43 ServerType = ServerType.AsyncServer in Init()
106 … {typeof(global::Grpc.Testing.ClientType), typeof(global::Grpc.Testing.ServerType), typeof(global:… in ControlReflection()145 public enum ServerType { enum2145 private global::Grpc.Testing.ServerType serverType_ = 0;2147 public global::Grpc.Testing.ServerType ServerType { property in Grpc.Testing.ServerConfig2302 if (ServerType != other.ServerType) return false; in Equals()2319 if (ServerType != 0) hash ^= ServerType.GetHashCode(); in GetHashCode()2343 if (ServerType != 0) { in WriteTo()2345 output.WriteEnum((int) ServerType); in WriteTo()2389 if (ServerType != 0) { in CalculateSize()2390 size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ServerType); in CalculateSize()[all …]
69 .setServerType(Control.ServerType.ASYNC_SERVER) in runUnaryBlockingClosedLoop()97 .setServerType(Control.ServerType.ASYNC_SERVER) in runUnaryAsyncClosedLoop()126 .setServerType(Control.ServerType.ASYNC_SERVER) in runPingPongAsyncClosedLoop()155 .setServerType(Control.ServerType.ASYNC_GENERIC_SERVER) in runGenericPingPongAsyncClosedLoop()
74 case ServerType::SYNC_SERVER: in CreateServer()76 case ServerType::ASYNC_SERVER: in CreateServer()78 case ServerType::ASYNC_GENERIC_SERVER: in CreateServer()
10 class ServerType class
101 GPBUtil::checkEnum($var, \Grpc\Testing\ServerType::class);
119 template <typename ServerType>120 std::unique_ptr<ServerType> BuildAndStartServer() { in BuildAndStartServer()124 std::unique_ptr<ServerType> service(new ServerType()); in BuildAndStartServer()
32 enum ServerType { enum127 ServerType server_type = 1;
30 enum ServerType { enum136 ServerType server_type = 1;
180 …ServerType = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.ServerType").enu… constant
123 if (config.getServerType() == Control.ServerType.ASYNC_GENERIC_SERVER) { in LoadServer()
31 enum ServerType { enum141 ServerType server_type = 1;
145 public enum ServerType enum in Control204 public static ServerType valueOf(int value) { in valueOf()208 public static ServerType forNumber(int value) { in forNumber()218 public static com.google.protobuf.Internal.EnumLiteMap<ServerType>223 ServerType> internalValueMap =224 new com.google.protobuf.Internal.EnumLiteMap<ServerType>() {225 public ServerType findValueByNumber(int number) {226 return ServerType.forNumber(number);243 private static final ServerType[] VALUES = values();245 public static ServerType valueOf( in valueOf()[all …]