Searched refs:mock_endpoint (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/test/core/util/ |
D | mock_endpoint.cc | 33 typedef struct mock_endpoint { struct 41 } mock_endpoint; argument 45 mock_endpoint* m = reinterpret_cast<mock_endpoint*>(ep); in me_read() 59 mock_endpoint* m = reinterpret_cast<mock_endpoint*>(ep); in me_write() 75 mock_endpoint* m = reinterpret_cast<mock_endpoint*>(ep); in me_shutdown() 89 mock_endpoint* m = reinterpret_cast<mock_endpoint*>(ep); in me_destroy() 100 mock_endpoint* m = reinterpret_cast<mock_endpoint*>(ep); in me_get_resource_user() 121 mock_endpoint* m = static_cast<mock_endpoint*>(gpr_malloc(sizeof(*m))); in grpc_mock_endpoint_create() 135 mock_endpoint* m = reinterpret_cast<mock_endpoint*>(ep); in grpc_mock_endpoint_put_read()
|
D | BUILD | 63 "mock_endpoint.cc", 82 "mock_endpoint.h",
|
D | mock_endpoint.h | 26 void grpc_mock_endpoint_put_read(grpc_endpoint* mock_endpoint,
|
/external/grpc-grpc/test/core/security/ |
D | ssl_server_fuzzer.cc | 63 grpc_endpoint* mock_endpoint = in LLVMFuzzerTestOneInput() local 68 mock_endpoint, grpc_slice_from_copied_buffer((const char*)data, size)); in LLVMFuzzerTestOneInput() 96 handshake_mgr, nullptr /* interested_parties */, mock_endpoint, in LLVMFuzzerTestOneInput() 106 mock_endpoint, in LLVMFuzzerTestOneInput()
|
/external/grpc-grpc/test/core/end2end/fuzzers/ |
D | server_fuzzer.cc | 50 grpc_endpoint* mock_endpoint = in LLVMFuzzerTestOneInput() local 54 mock_endpoint, grpc_slice_from_copied_buffer((const char*)data, size)); in LLVMFuzzerTestOneInput() 64 grpc_create_chttp2_transport(nullptr, mock_endpoint, false); in LLVMFuzzerTestOneInput()
|
D | client_fuzzer.cc | 53 grpc_endpoint* mock_endpoint = in LLVMFuzzerTestOneInput() local 59 grpc_create_chttp2_transport(nullptr, mock_endpoint, true); in LLVMFuzzerTestOneInput() 119 mock_endpoint, grpc_slice_from_copied_buffer((const char*)data, size)); in LLVMFuzzerTestOneInput()
|
/external/grpc-grpc/ |
D | gRPC-Core.podspec | 1192 'test/core/util/mock_endpoint.cc', 1215 'test/core/util/mock_endpoint.h',
|
D | grpc.gyp | 630 'test/core/util/mock_endpoint.cc', 866 'test/core/util/mock_endpoint.cc',
|
D | CMakeLists.txt | 1735 test/core/util/mock_endpoint.cc 2046 test/core/util/mock_endpoint.cc
|