/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/ |
D | transport_op_string.cc | 43 std::string grpc_transport_stream_op_batch_string( in grpc_transport_stream_op_batch_string() function 157 grpc_transport_stream_op_batch_string(op, false).c_str()); in grpc_call_log_op()
|
D | batch_builder.cc | 41 grpc_transport_stream_op_batch_string(&pc->batch->batch, false).c_str(), in CompletionCallback() 123 grpc_transport_stream_op_batch_string(&batch_->batch, false).c_str()); in FlushBatch()
|
D | transport.h | 607 std::string grpc_transport_stream_op_batch_string(
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/ |
H A D | transport_op_string.cc | 40 std::string grpc_transport_stream_op_batch_string( in grpc_transport_stream_op_batch_string() function
|
H A D | batch_builder.cc | 110 grpc_transport_stream_op_batch_string(&batch_->batch, false).c_str()); in FlushBatch()
|
H A D | transport.h | 496 std::string grpc_transport_stream_op_batch_string(
|
/aosp_15_r20/external/grpc-grpc/src/core/client_channel/ |
H A D | retry_filter_legacy_call_data.cc | 328 grpc_transport_stream_op_batch_string(batch, false).c_str()); in AddClosureForBatch() 1300 grpc_transport_stream_op_batch_string(&batch_data->batch_, false) in OnComplete() 1376 grpc_transport_stream_op_batch_string(&batch_data->batch_, false) in OnCompleteForCancelOp() 1590 grpc_transport_stream_op_batch_string(batch, false).c_str()); in StartTransportStreamOpBatch()
|
H A D | client_channel_filter.cc | 2261 calld, grpc_transport_stream_op_batch_string(batch, false).c_str()); in StartTransportStreamOpBatch() 3210 grpc_transport_stream_op_batch_string(batch, false).c_str(), in StartTransportStreamOpBatch()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | retry_filter.cc | 873 grpc_transport_stream_op_batch_string(batch, false).c_str()); in AddClosureForBatch() 1844 grpc_transport_stream_op_batch_string(&batch_data->batch_, false) in OnComplete() 1920 grpc_transport_stream_op_batch_string(&batch_data->batch_, false) in OnCompleteForCancelOp() 2144 grpc_transport_stream_op_batch_string(batch, false).c_str()); in StartTransportStreamOpBatch()
|
D | client_channel.cc | 1992 calld, grpc_transport_stream_op_batch_string(batch, false).c_str()); in StartTransportStreamOpBatch() 2901 grpc_transport_stream_op_batch_string(batch, false).c_str(), in StartTransportStreamOpBatch()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/ |
H A D | channel_stack.cc | 357 grpc_transport_stream_op_batch_string(op, false).c_str()); in grpc_call_log_op()
|
H A D | promise_based_filter.cc | 277 grpc_transport_stream_op_batch_string(batch, false).c_str()); in ~Flusher() 290 grpc_transport_stream_op_batch_string(release_[i], false).c_str()); in ~Flusher() 302 grpc_transport_stream_op_batch_string(release_[0], false).c_str()); in ~Flusher()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/ |
D | promise_based_filter.cc | 278 grpc_transport_stream_op_batch_string(batch, false).c_str()); in ~Flusher() 291 grpc_transport_stream_op_batch_string(release_[i], false).c_str()); in ~Flusher() 303 grpc_transport_stream_op_batch_string(release_[0], false).c_str()); in ~Flusher()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 1379 op, grpc_transport_stream_op_batch_string(op, false).c_str(), in perform_stream_op_locked() 1395 grpc_transport_stream_op_batch_string(op, true).c_str(), in perform_stream_op_locked() 1640 grpc_transport_stream_op_batch_string(op, false).c_str()); in perform_stream_op()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | call.cc | 1302 grpc_transport_stream_op_batch_string(&op_, false).c_str()); in PostCompletion() 1880 grpc_transport_stream_op_batch_string(stream_op, true).c_str(), in StartBatch() 1886 grpc_transport_stream_op_batch_string(stream_op, false).c_str(), in StartBatch()
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
H A D | chttp2_transport.cc | 1358 op, grpc_transport_stream_op_batch_string(op, false).c_str(), in perform_stream_op_locked() 1624 grpc_transport_stream_op_batch_string(op, false).c_str()); in PerformStreamOp()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/ |
H A D | call.cc | 1323 grpc_transport_stream_op_batch_string(&op_, false).c_str()); in PostCompletion() 1898 grpc_transport_stream_op_batch_string(stream_op, false).c_str(), in StartBatch()
|