#include <thread>
#include <gtest/gtest.h>
#include <grpc/support/log.h>
#include <grpcpp/create_channel.h>
#include <grpcpp/impl/codegen/config.h>
#include <grpcpp/security/credentials.h>
#include <grpcpp/server.h>
#include <grpcpp/server_builder.h>
#include "src/proto/grpc/testing/echo.grpc.pb.h"
#include "test/core/util/port.h"
#include "test/core/util/test_config.h"
Go to the source code of this file.
Namespaces | |
grpc | |
Functions | |
int | main (int argc, char **argv) |
Definition at line 159 of file server_request_call_test.cc.