/external/grpc-grpc/test/core/end2end/ |
dualstack_socket_test.cc | 202 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), tag(1), 231 error = grpc_call_start_batch(s, ops, static_cast<size_t>(op - ops),
|
inproc_callback_test.cc | 353 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), tag(1), 397 error = grpc_call_start_batch(s, ops, static_cast<size_t>(op - ops), tag(3),
|
bad_server_response_test.cc | 200 error = grpc_call_start_batch(state.call, ops, static_cast<size_t>(op - ops),
|
h2_ssl_cert_test.cc | 317 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), tag(1),
|
/external/grpc-grpc/test/core/end2end/tests/ |
cancel_after_accept.cc | 188 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), tag(1), 220 error = grpc_call_start_batch(s, ops, static_cast<size_t>(op - ops), tag(3),
|
filter_latency.cc | 167 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), tag(1), 199 error = grpc_call_start_batch(s, ops, static_cast<size_t>(op - ops), tag(102),
|
hpack_size.cc | 294 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), tag(1), 325 error = grpc_call_start_batch(s, ops, static_cast<size_t>(op - ops), tag(102),
|
no_logging.cc | 171 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), tag(1), 209 error = grpc_call_start_batch(s, ops, static_cast<size_t>(op - ops), tag(102),
|
retry_cancellation.cc | 187 error = grpc_call_start_batch(c, ops, (size_t)(op - ops), tag(1), nullptr); 220 error = grpc_call_start_batch(s, ops, (size_t)(op - ops), tag(102), nullptr);
|
simple_request.cc | 153 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), tag(1), 193 error = grpc_call_start_batch(s, ops, static_cast<size_t>(op - ops), tag(102),
|
channelz.cc | 143 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), tag(1), 175 error = grpc_call_start_batch(s, ops, static_cast<size_t>(op - ops), tag(102),
|
filter_status_code.cc | 174 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), tag(1), 210 error = grpc_call_start_batch(s, ops, static_cast<size_t>(op - ops), tag(102),
|
authority_not_supported.cc | 157 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), tag(1),
|
cancel_after_invoke.cc | 159 error = grpc_call_start_batch(c, ops, test_ops, tag(1), nullptr);
|
cancel_before_invoke.cc | 157 error = grpc_call_start_batch(c, ops, test_ops, tag(1), nullptr);
|
cancel_with_status.cc | 139 error = grpc_call_start_batch(c, ops, num_ops, tag(1), nullptr);
|
filter_causes_close.cc | 153 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), tag(1),
|
request_with_flags.cc | 150 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), tag(1),
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
bm_call_create.cc | 212 GPR_ASSERT(GRPC_CALL_OK == grpc_call_start_batch(call, ops, 273 GPR_ASSERT(GRPC_CALL_OK == grpc_call_start_batch(call, ops, 291 GPR_ASSERT(GRPC_CALL_OK == grpc_call_start_batch(call, ops, 776 grpc_call_start_batch(call, ops, 6, tag(1), nullptr); 808 grpc_call_start_batch(call, ops, 2, tag(1), nullptr); 816 grpc_call_start_batch(call, ops, 1, tag(2), nullptr);
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
call.pyx.pxi | 35 error = grpc_call_start_batch(
|
/external/grpc-grpc/include/grpc/ |
grpc.h | 243 If a call to grpc_call_start_batch returns GRPC_CALL_OK you must call 246 grpc_call_start_batch returns any value other than GRPC_CALL_OK it is 249 grpc_completion_queue_pluck consequent to the failed grpc_call_start_batch 251 THREAD SAFETY: access to grpc_call_start_batch in multi-threaded environment 255 GRPCAPI grpc_call_error grpc_call_start_batch(grpc_call* call, 272 grpc_call_start_batch(). */
|
/external/grpc-grpc/src/cpp/client/ |
channel_cc.cc | 145 GPR_ASSERT(GRPC_CALL_OK == grpc_call_start_batch(call->call(), cops, nops,
|
/external/grpc-grpc/src/objective-c/tests/CronetUnitTests/ |
CronetUnitTests.m | 225 error = grpc_call_start_batch(c, ops, (size_t)(op - ops), (void *)1, NULL); 412 error = grpc_call_start_batch(c, ops, (size_t)(op - ops), (void *)1, NULL);
|
/external/grpc-grpc/src/objective-c/GRPCClient/private/ |
GRPCWrappedCall.m | 288 grpc_call_start_batch(_call, ops_array, nops, (__bridge_retained void *)(^(bool success) { 306 format:@"A precondition for calling grpc_call_start_batch wasn't met. Error %i", error];
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
alts_handshaker_client.cc | 40 return grpc_call_start_batch(call, ops, nops, tag, nullptr);
|