Home
last modified time | relevance | path

Searched defs:set_call (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/cpp/client/
Dclient_context.cc82 void ClientContext::set_call(grpc_call* call, in set_call() function in grpc::ClientContext
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/
Dclient_context.cc116 void ClientContext::set_call(grpc_call* call, in set_call() function in grpc::ClientContext
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dserver_context.h284 void set_call(grpc_call* call) { call_ = call; } in set_call() function
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dvariant_test_helpers.h129 template <class... Args> static void set_call(CallType type) { in set_call() function
Dcallable_types.h136 constexpr void set_call(CallType type) { in set_call() function
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dserver_context.h415 void set_call(grpc_call* call) { call_.call = call; } in set_call() function
/external/libcxx/test/std/utilities/variant/variant.visit/
Dvisit.pass.cpp72 template <class... Args> static void set_call(CallType type) { in set_call() function
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dserver_context.h415 void set_call(grpc_call* call) { call_.call = call; } in set_call() function
/external/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp166 static void set_call(CallType type) { in set_call() function