Searched defs:call_state (Results 1 – 15 of 15) sorted by relevance
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | _hooks.pyx.pxi | 34 def set_census_context_on_call(_CallState call_state, CensusContext census_ctx): 37 def set_instrumentation_context_on_call_aio(GrpcCallWrapper call_state, CensusContext census_ctx):
|
D | channel.pyx.pxi | 136 _ChannelState channel_state, _CallState call_state, object operations, 154 _ChannelState channel_state, _CallState call_state, object operations, 171 _ChannelState channel_state, _CallState call_state, grpc_status_code code, 217 _ChannelState channel_state, _CallState call_state, 324 def __cinit__(self, _ChannelState channel_state, _CallState call_state): 355 _ChannelState state, _CallState call_state, 373 def __cinit__(self, _ChannelState channel_state, _CallState call_state):
|
/external/grpc-grpc/examples/python/async_streaming/ |
D | phone.proto | 45 CallState call_state = 2; field
|
/external/pigweed/pw_rpc/public/pw_rpc/internal/ |
D | synchronous_call_impl.h | 102 SynchronousCallState<Response> call_state; in StructSynchronousCall() local
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/load_balancing/ |
D | lb_policy.h | 153 CallState* call_state; member
|
/external/grpc-grpc/src/core/load_balancing/ |
D | lb_policy.h | 164 CallState* call_state; member
|
/external/grpc-grpc/src/core/load_balancing/xds/ |
D | xds_cluster_manager.cc | 232 auto* call_state = static_cast<ClientChannelLbCallState*>(args.call_state); in Pick() local
|
D | xds_cluster_impl.cc | 406 auto* call_state = static_cast<ClientChannelLbCallState*>(args.call_state); in Pick() local
|
D | xds_override_host.cc | 571 auto* call_state = static_cast<ClientChannelLbCallState*>(args.call_state); in Pick() local
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/ |
D | xds_cluster_manager.cc | 233 auto* call_state = static_cast<ClientChannelLbCallState*>(args.call_state); in Pick() local
|
D | xds_override_host.cc | 372 auto* call_state = static_cast<ClientChannelLbCallState*>(args.call_state); in Pick() local
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/ring_hash/ |
D | ring_hash.cc | 347 auto* call_state = static_cast<ClientChannelLbCallState*>(args.call_state); in Pick() local
|
/external/grpc-grpc/src/core/load_balancing/ring_hash/ |
D | ring_hash.cc | 304 auto* call_state = static_cast<ClientChannelLbCallState*>(args.call_state); in Pick() local
|
/external/tensorflow/tensorflow/c/eager/ |
D | tape.h | 940 AccumulatorCallState& call_state = call_state_.top(); in ForwardpropFromTape() local
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 13656 auto &call_state = physical_device_state->vkGetPhysicalDeviceSurfacePresentModesKHRState; in PostCallRecordGetPhysicalDeviceSurfacePresentModesKHR() local 13676 const auto &call_state = physical_device_state->vkGetPhysicalDeviceSurfaceFormatsKHRState; in PreCallValidateGetPhysicalDeviceSurfaceFormatsKHR() local 13709 auto &call_state = physical_device_state->vkGetPhysicalDeviceSurfaceFormatsKHRState; in PostCallRecordGetPhysicalDeviceSurfaceFormatsKHR() local
|