HomeSort by relevance Sort by last modified time
    Searched refs:grpc_call_start_batch (Results 101 - 110 of 110) sorted by null

1 2 3 45

  /external/grpc-grpc/test/cpp/naming/
cancel_ares_query_test.cc 323 grpc_call_error error = grpc_call_start_batch(
  /external/grpc-grpc/test/core/surface/
public_headers_must_be_c89.c 103 printf("%lx", (unsigned long) grpc_call_start_batch);
  /external/grpc-grpc/src/php/ext/grpc/
call.c 440 error = grpc_call_start_batch(call->wrapped, ops, op_num, call->wrapped,
  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
channel.pyx.pxi 96 c_call_error = grpc_call_start_batch(
  /external/grpc-grpc/src/cpp/server/
server_cc.cc 661 auto result = grpc_call_start_batch(call->call(), cops, nops, ops, nullptr);
663 gpr_log(GPR_ERROR, "Fatal: grpc_call_start_batch returned %d", result);
  /external/grpc-grpc/src/ruby/ext/grpc/
rb_call.c 841 /* call grpc_call_start_batch, then wait for it to complete using
843 err = grpc_call_start_batch(call->wrapped, st->ops, st->op_num, tag, NULL);
848 "grpc_call_start_batch failed with %s (code=%d)",
    [all...]
rb_grpc_imports.generated.h 163 #define grpc_call_start_batch grpc_call_start_batch_import macro
    [all...]
  /external/grpc-grpc/src/csharp/ext/
grpc_csharp_ext.c 549 return grpc_call_start_batch(call, ops, nops, tag, reserved);
    [all...]
  /external/grpc-grpc/test/core/end2end/fuzzers/
api_fuzzer.cc     [all...]
  /external/grpc-grpc/src/core/lib/surface/
call.cc     [all...]

Completed in 1296 milliseconds

1 2 3 45