Namespaces | Functions
async_end2end_test.cc File Reference
#include <cinttypes>
#include <memory>
#include <thread>
#include "absl/memory/memory.h"
#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/time.h>
#include <grpcpp/channel.h>
#include <grpcpp/client_context.h>
#include <grpcpp/create_channel.h>
#include <grpcpp/ext/health_check_service_server_builder_option.h>
#include <grpcpp/server.h>
#include <grpcpp/server_builder.h>
#include <grpcpp/server_context.h>
#include "src/core/ext/filters/client_channel/backup_poller.h"
#include "src/core/lib/gpr/tls.h"
#include "src/core/lib/iomgr/port.h"
#include "src/proto/grpc/health/v1/health.grpc.pb.h"
#include "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h"
#include "src/proto/grpc/testing/echo.grpc.pb.h"
#include "test/core/util/port.h"
#include "test/core/util/test_config.h"
#include "test/cpp/util/string_ref_helper.h"
#include "test/cpp/util/test_credentials_provider.h"
#include <gtest/gtest.h>
Include dependency graph for async_end2end_test.cc:

Go to the source code of this file.

Namespaces

 grpc
 
 grpc::testing
 

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 1947 of file async_end2end_test.cc.

Variable Documentation

◆ cq_

std::unique_ptr<ServerCompletionQueue> cq_
protected

Definition at line 352 of file async_end2end_test.cc.

◆ credentials_type

const std::string credentials_type

Definition at line 237 of file async_end2end_test.cc.

◆ expectations_

std::map<void*, bool> expectations_
private

Definition at line 201 of file async_end2end_test.cc.

◆ health_check_

HealthCheck health_check_
protected

Definition at line 356 of file async_end2end_test.cc.

◆ health_check_service

bool health_check_service

Definition at line 236 of file async_end2end_test.cc.

◆ inproc

bool inproc

Definition at line 235 of file async_end2end_test.cc.

◆ lambda_run_

bool lambda_run_
private

Definition at line 203 of file async_end2end_test.cc.

◆ maybe_expectations_

std::map<void*, MaybeExpect> maybe_expectations_
private

Definition at line 202 of file async_end2end_test.cc.

◆ message_content

const std::string message_content

Definition at line 238 of file async_end2end_test.cc.

◆ ok

bool ok

Definition at line 197 of file async_end2end_test.cc.

◆ port_

int port_
protected

Definition at line 358 of file async_end2end_test.cc.

◆ seen

bool* seen

Definition at line 198 of file async_end2end_test.cc.

◆ server_

std::unique_ptr<Server> server_
protected

Definition at line 354 of file async_end2end_test.cc.

◆ server_address_

std::ostringstream server_address_
protected

Definition at line 357 of file async_end2end_test.cc.

◆ service_

std::unique_ptr<grpc::testing::EchoTestService::AsyncService> service_
protected

Definition at line 355 of file async_end2end_test.cc.

◆ stub_

std::unique_ptr<grpc::testing::EchoTestService::Stub> stub_
protected

Definition at line 353 of file async_end2end_test.cc.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:03