Home
last modified time | relevance | path

Searched refs:HandleCall (Results 1 – 17 of 17) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerCallHandler.cs33 Task HandleCall(ServerRpcNew newRpc, CompletionQueueSafeHandle cq); in HandleCall() method
52 public async Task HandleCall(ServerRpcNew newRpc, CompletionQueueSafeHandle cq) in HandleCall() method in Grpc.Core.Internal.UnaryServerCallHandler
116 public async Task HandleCall(ServerRpcNew newRpc, CompletionQueueSafeHandle cq) in HandleCall() method in Grpc.Core.Internal.ServerStreamingServerCallHandler
179 public async Task HandleCall(ServerRpcNew newRpc, CompletionQueueSafeHandle cq) in HandleCall() method in Grpc.Core.Internal.ClientStreamingServerCallHandler
242 public async Task HandleCall(ServerRpcNew newRpc, CompletionQueueSafeHandle cq) in HandleCall() method in Grpc.Core.Internal.DuplexStreamingServerCallHandler
309 public Task HandleCall(ServerRpcNew newRpc, CompletionQueueSafeHandle cq) in HandleCall() method in Grpc.Core.Internal.UnimplementedMethodCallHandler
311 return callHandlerImpl.HandleCall(newRpc, cq); in HandleCall()
/external/libbrillo/brillo/dbus/
Ddbus_method_invoker_unittest.cc248 .WillRepeatedly(Invoke(this, &AsyncDBusMethodInvokerTest::HandleCall)); in SetUp()
253 void HandleCall(dbus::MethodCall* method_call, in HandleCall() function in brillo::dbus_utils::AsyncDBusMethodInvokerTest
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.h98 Status HandleCall(HloInstruction* call) override;
Dir_emitter.cc823 Status IrEmitter::HandleCall(HloInstruction* call) { in HandleCall() function in xla::gpu::IrEmitter
/external/grpc-grpc/src/csharp/Grpc.Core/
DServer.cs346 await callHandler.HandleCall(newRpc, cq).ConfigureAwait(false); in HandleCallAsync()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.h98 Status HandleCall(const HloInstruction* call) override;
Dhlo_evaluator.h227 Status HandleCall(HloInstruction* call) override;
Ddfs_hlo_visitor_with_default.h149 Status HandleCall(HloInstructionPtr call) override { in HandleCall() function
Dhlo_verifier.h80 Status HandleCall(HloInstruction* call) override;
Ddfs_hlo_visitor.h241 virtual Status HandleCall(HloInstructionPtr hlo) = 0;
Dhlo_cost_analysis.cc847 Status HloCostAnalysis::HandleCall(const HloInstruction* call) { in HandleCall() function in xla::HloCostAnalysis
Dhlo_verifier.cc673 Status ShapeVerifier::HandleCall(HloInstruction* call) { in HandleCall() function in xla::ShapeVerifier
Dhlo_evaluator.cc1905 Status HloEvaluator::HandleCall(HloInstruction* call) { in HandleCall() function in xla::HloEvaluator
Dhlo_instruction.cc2892 return visitor->HandleCall(this); in Visit()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h176 Status HandleCall(HloInstruction* call) override;
Dcpu_compiler.cc200 Status HandleCall(HloInstruction* call) override { in HandleCall() function in xla::cpu::__anona101272b0211::CollectProfileCandidates
Dir_emitter.cc2445 Status IrEmitter::HandleCall(HloInstruction* call) { in HandleCall() function in xla::cpu::IrEmitter