grpc/test/core/surface
Soheil Hassas Yeganeh 9decf48632 Move security credentials, connectors, and auth context to C++
This is to use `grpc_core::RefCount` to improve performnace.
This commit also replaces explicit C vtables, with C++ vtable
with its own compile time assertions and performance benefits.
It also makes use of `RefCountedPtr` wherever possible.
2018-12-13 10:38:12 -05:00
..
BUILD Secure channels: use the right authority 2018-03-10 21:32:57 -08:00
byte_buffer_reader_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
channel_create_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
completion_queue_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
completion_queue_threading_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
concurrent_connectivity_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
init_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
lame_client_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
num_external_connectivity_watchers_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
public_headers_must_be_c89.c Add GetServer to core 2018-10-24 17:31:30 -07:00
secure_channel_create_test.cc Move security credentials, connectors, and auth context to C++ 2018-12-13 10:38:12 -05:00
sequential_connectivity_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
server_chttp2_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
server_test.cc change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00