Home
last modified time | relevance | path

Searched defs:c_call (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dserver_context.h239 grpc_call* c_call() { return call_; } in c_call() function
Dclient_context.h360 grpc_call* c_call() { return call_; } in c_call() function
/external/grpc-grpc/src/cpp/client/
Dchannel_cc.cc106 grpc_call* c_call = nullptr; in CreateCall() local
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dchannel.pyx.pxi90 cdef tuple _operate(grpc_call *c_call, object operations, object user_tag):
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc1438 auto c_call = c_builder.AddInstruction( in TEST_F() local