Home
last modified time | relevance | path

Searched refs:CallCombinerClosureList (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dcall_combiner.h125 class CallCombinerClosureList {
127 CallCombinerClosureList() {} in CallCombinerClosureList() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dcall_combiner.h147 class CallCombinerClosureList {
149 CallCombinerClosureList() {} in CallCombinerClosureList() function
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc447 const CallCombinerClosureList& closures);
448 static bool YieldCallCombiner(const CallCombinerClosureList& /*closures*/) { in YieldCallCombiner() argument
451 static bool NoYieldCallCombiner(const CallCombinerClosureList& /*closures*/) { in NoYieldCallCombiner() argument
455 const CallCombinerClosureList& closures) { in YieldCallCombinerIfPendingBatchesFound()
693 const CallCombinerClosureList& closures);
694 static bool YieldCallCombiner(const CallCombinerClosureList& /*closures*/) { in YieldCallCombiner() argument
697 static bool NoYieldCallCombiner(const CallCombinerClosureList& /*closures*/) { in NoYieldCallCombiner() argument
701 const CallCombinerClosureList& closures) { in YieldCallCombinerIfPendingBatchesFound()
747 CallCombinerClosureList* closures);
752 SubchannelCallRetryState* retry_state, CallCombinerClosureList* closures);
[all …]
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc1245 grpc_core::CallCombinerClosureList closures; in pending_batches_fail()
1297 grpc_core::CallCombinerClosureList closures; in pending_batches_resume()
1813 grpc_error* error, grpc_core::CallCombinerClosureList* closures) { in add_closure_for_recv_trailing_metadata_ready()
1851 grpc_core::CallCombinerClosureList* closures) { in add_closures_for_deferred_recv_callbacks()
1907 grpc_error* error, grpc_core::CallCombinerClosureList* closures) { in add_closures_to_fail_unstarted_pending_batches()
1938 grpc_core::CallCombinerClosureList closures; in run_closures_for_completed_call()
2023 grpc_core::CallCombinerClosureList* closures) { in add_closure_for_completed_pending_batch()
2054 grpc_core::CallCombinerClosureList* closures) { in add_closures_for_replay_or_pending_send_ops()
2121 grpc_core::CallCombinerClosureList closures; in on_complete()
2169 grpc_core::CallCombinerClosureList* closures) { in add_closure_for_subchannel_batch()
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dtransport.cc189 grpc_core::CallCombinerClosureList closures;
/external/grpc-grpc/src/core/lib/transport/
Dtransport.cc219 grpc_core::CallCombinerClosureList closures;
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_call_create.cc628 grpc_core::CallCombinerClosureList closures; in StartTransportStreamOp()