HomeSort by relevance Sort by last modified time
    Searched refs:c_call (Results 1 - 11 of 11) sorted by null

  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
call.pyx.pxi 23 self.c_call = NULL
36 self.c_call, batch_operation_tag.c_ops, batch_operation_tag.c_nops,
64 self.c_call, error_code, c_details, NULL)
68 result = grpc_call_cancel(self.c_call, NULL)
74 self.c_call, c_call_credentials)
81 peer = grpc_call_get_peer(self.c_call)
88 if self.c_call != NULL:
89 grpc_call_unref(self.c_call)
95 return self.c_call != NULL
98 return _custom_op_on_c_call(op, self.c_call)
    [all...]
channel.pyx.pxi 90 cdef tuple _operate(grpc_call *c_call, object operations, object user_tag):
97 c_call, tag.c_ops, tag.c_nops, <cpython.PyObject *>tag, NULL)
108 c_call_error, tag = _operate(call_state.c_call, operations, user_tag)
126 c_call_error, tag = _operate(call_state.c_call, operations, user_tag)
143 call_state.c_call, code, _encode(details), NULL)
169 c_call and having its due set populated) if the RPC invocation is
204 call_state.c_call = grpc_channel_create_call(
214 call_state.c_call, c_call_credentials)
217 grpc_call_unref(call_state.c_call)
218 call_state.c_call = NUL
    [all...]
security.pyx.pxi 39 auth_context = grpc_call_auth_context(call.c_call)
56 auth_context = grpc_call_auth_context(call.c_call)
72 auth_context = grpc_call_auth_context(call.c_call)
call.pxd.pxi 18 cdef grpc_call *c_call
channel.pxd.pxi 27 cdef grpc_call *c_call
server.pyx.pxi 54 self.c_server, &request_call_tag.call.c_call,
  /external/grpc-grpc/src/cpp/client/
channel_cc.cc 106 grpc_call* c_call = nullptr; local
108 c_call = grpc_channel_create_registered_call(
124 c_call = grpc_channel_create_call(
134 grpc_census_call_set_context(c_call, context->census_context());
135 context->set_call(c_call, shared_from_this());
136 return internal::Call(c_call, this, cq);
  /external/libxml2/python/
generator.py 367 c_call = ""
398 if c_call != "":
399 c_call = c_call + ", "
400 c_call = c_call + "%s" % (arg[0])
419 c_call = "\n if (%s->%s != NULL) xmlFree(%s->%s);\n" % (
421 c_call = c_call + " %s->%s = (%s)xmlStrdup((const xmlChar *)%s);\n" % (args[0][0],
424 c_call = "\n %s->%s = %s;\n" % (args[0][0], args[1][0]
    [all...]
  /external/grpc-grpc/include/grpcpp/impl/codegen/
server_context.h 239 grpc_call* c_call() { return call_; } function in class:grpc::ServerContext
client_context.h 360 grpc_call* c_call() { return call_; } function in class:grpc::ClientContext
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment_test.cc     [all...]

Completed in 1583 milliseconds