Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc441 static size_t GetBatchIndex(grpc_transport_stream_op_batch* batch);
686 static size_t GetBatchIndex(grpc_transport_stream_op_batch* batch);
958 static size_t GetBatchIndex(grpc_transport_stream_op_batch* batch);
2786 size_t CallData::GetBatchIndex(grpc_transport_stream_op_batch* batch) { in GetBatchIndex() function in grpc_core::__anon5e2240680111::CallData
2802 const size_t idx = GetBatchIndex(batch); in PendingBatchesAdd()
3435 size_t RetryingCall::GetBatchIndex(grpc_transport_stream_op_batch* batch) { in GetBatchIndex() function in grpc_core::__anon5e2240680111::RetryingCall
3449 const size_t idx = GetBatchIndex(batch); in PendingBatchesAdd()
4969 size_t LoadBalancedCall::GetBatchIndex(grpc_transport_stream_op_batch* batch) { in GetBatchIndex() function in grpc_core::__anon5e2240680111::LoadBalancedCall
4984 const size_t idx = GetBatchIndex(batch); in PendingBatchesAdd()