Searched defs:ServerData (Results 1 – 8 of 8) sorted by relevance
/third_party/grpc/test/cpp/end2end/ |
D | cfstream_test.cc | 245 struct ServerData { struct in grpc::testing::__anonecf82fb70111::CFStreamTest 246 int port_; 247 const std::string creds_; 248 std::unique_ptr<Server> server_; 249 TestServiceImpl service_; 250 std::unique_ptr<std::thread> thread_; 251 bool server_ready_ = false; 253 ServerData(int port, const std::string& creds) in ServerData() function 256 void Start(const std::string& server_host) { in Start() 268 void Serve(const std::string& server_host, std::mutex* mu, in Serve() [all …]
|
D | flaky_network_test.cc | 244 struct ServerData { struct in grpc::testing::__anonbfb03ea20111::FlakyNetworkTest 245 int port_; 246 const std::string creds_; 247 std::unique_ptr<Server> server_; 248 TestServiceImpl service_; 249 std::unique_ptr<std::thread> thread_; 250 bool server_ready_ = false; 252 ServerData(int port, const std::string& creds) in ServerData() function 255 void Start(const std::string& server_host) { in Start() 267 void Serve(const std::string& server_host, std::mutex* mu, in Serve() [all …]
|
D | service_config_end2end_test.cc | 296 struct ServerData { struct in grpc::testing::__anon1c16a8470111::ServiceConfigEnd2endTest 297 int port_; 298 std::unique_ptr<Server> server_; 299 MyTestServiceImpl service_; 300 std::unique_ptr<std::thread> thread_; 301 bool server_ready_ = false; 302 bool started_ = false; 304 explicit ServerData(int port = 0) { in ServerData() function 308 void Start(const std::string& server_host) { in Start() 321 void Serve(const std::string& server_host, grpc::internal::Mutex* mu, in Serve() [all …]
|
D | client_lb_end2end_test.cc | 333 struct ServerData { struct in grpc::testing::__anon2122f34d0111::ClientLbEnd2endTest 334 int port_; 335 std::unique_ptr<Server> server_; 336 MyTestServiceImpl service_; 337 std::unique_ptr<std::thread> thread_; 338 bool server_ready_ = false; 339 bool started_ = false; 341 explicit ServerData(int port = 0) { in ServerData() function 345 void Start(const std::string& server_host) { in Start() 358 void Serve(const std::string& server_host, grpc::internal::Mutex* mu, in Serve() [all …]
|
/third_party/grpc/test/cpp/qps/ |
D | driver.cc | 235 struct ServerData { struct 236 unique_ptr<WorkerService::Stub> stub; 237 unique_ptr<ClientReaderWriter<ServerArgs, ServerStatus>> stream;
|
/third_party/grpc/src/proto/grpc/channelz/ |
D | channelz.proto | 212 message ServerData { message
|
/third_party/glib/gio/tests/ |
D | proxy-test.c | 73 } ServerData; typedef
|
/third_party/libsoup/tests/ |
D | server-test.c | 14 } ServerData; typedef
|