#include <iostream>#include <memory>#include <string>#include "absl/flags/flag.h"#include <grpc/support/log.h>#include <grpcpp/server.h>#include <grpcpp/server_builder.h>#include <grpcpp/server_context.h>#include "src/proto/grpc/testing/echo.grpc.pb.h"#include "test/cpp/util/test_config.h"
Go to the source code of this file.
Classes | |
| class | grpc::testing::ServiceImpl |
Namespaces | |
| grpc | |
| grpc::testing | |
Functions | |
| ABSL_FLAG (std::string, address, "", "Address to bind to") | |
| int | main (int argc, char **argv) |
| void | grpc::testing::RunServer () |
Definition at line 71 of file client_crash_test_server.cc.