Namespaces | Functions
context_allocator_end2end_test.cc File Reference
#include <algorithm>
#include <atomic>
#include <condition_variable>
#include <functional>
#include <memory>
#include <mutex>
#include <sstream>
#include <thread>
#include <gtest/gtest.h>
#include <grpc/impl/codegen/log.h>
#include <grpcpp/channel.h>
#include <grpcpp/client_context.h>
#include <grpcpp/create_channel.h>
#include <grpcpp/server.h>
#include <grpcpp/server_builder.h>
#include <grpcpp/server_context.h>
#include <grpcpp/support/client_callback.h>
#include <grpcpp/support/message_allocator.h>
#include "src/core/lib/iomgr/iomgr.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/end2end/test_service_impl.h"
#include "test/cpp/util/test_credentials_provider.h"
Include dependency graph for context_allocator_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 325 of file context_allocator_end2end_test.cc.

Variable Documentation

◆ allocation_count_

std::atomic<int>* allocation_count_

Definition at line 211 of file context_allocator_end2end_test.cc.

◆ callback_service_

CallbackTestServiceImpl callback_service_
protected

Definition at line 168 of file context_allocator_end2end_test.cc.

◆ channel_

std::shared_ptr<Channel> channel_
protected

Definition at line 166 of file context_allocator_end2end_test.cc.

◆ credentials_type

const std::string credentials_type

Definition at line 59 of file context_allocator_end2end_test.cc.

◆ deallocation_count_

std::atomic<int>* deallocation_count_

Definition at line 212 of file context_allocator_end2end_test.cc.

◆ picked_port_

int picked_port_ {0}
protected

Definition at line 165 of file context_allocator_end2end_test.cc.

◆ protocol

Protocol protocol

Definition at line 58 of file context_allocator_end2end_test.cc.

◆ server_

std::unique_ptr<Server> server_
protected

Definition at line 169 of file context_allocator_end2end_test.cc.

◆ server_address_

std::ostringstream server_address_
protected

Definition at line 170 of file context_allocator_end2end_test.cc.

◆ stub_

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

Definition at line 167 of file context_allocator_end2end_test.cc.



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