Searched defs:call_state (Results  1 – 9 of 9) sorted by relevance
| /external/grpc-grpc/test/core/end2end/fuzzers/ | 
| D | api_fuzzer.cc | 515 typedef struct call_state {  struct 516   call_state_type type;  argument 517   grpc_call* call; 518   grpc_byte_buffer* recv_message; 542   struct call_state* next;  argument 543   struct call_state* prev;  argument 544 } call_state;  typedef
  | 
| /external/pigweed/pw_rpc/public/pw_rpc/ | 
| D | synchronous_call.h | 105   internal::SynchronousCallState<Response> call_state;  in SynchronousCall()  local 139   internal::SynchronousCallState<Response> call_state;  in SynchronousCall()  local 172   internal::SynchronousCallState<Response> call_state;  in SynchronousCallFor()  local 210   internal::SynchronousCallState<Response> call_state;  in SynchronousCallFor()  local 245   internal::SynchronousCallState<Response> call_state;  in SynchronousCallUntil()  local 283   internal::SynchronousCallState<Response> call_state;  in SynchronousCallUntil()  local
  | 
| /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ | 
| D | channel.pyx.pxi | 102     _ChannelState channel_state, _CallState call_state, object operations, 120     _ChannelState channel_state, _CallState call_state, object operations, 137     _ChannelState channel_state, _CallState call_state, grpc_status_code code, 159     _ChannelState channel_state, _CallState call_state, 246   def __cinit__(self, _ChannelState channel_state, _CallState call_state): 275     _ChannelState state, _CallState call_state, 290   def __cinit__(self, _ChannelState channel_state, _CallState call_state):
  | 
| /external/grpc-grpc/test/core/fling/ | 
| D | server.cc | 77 } call_state;  typedef
  | 
| /external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ | 
| D | lb_policy.h | 202     CallState* call_state;  member
  | 
| /external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/ | 
| D | xds_cluster_impl.cc | 335             CallState* call_state) {  in Pick()
  | 
| /external/tensorflow/tensorflow/c/eager/ | 
| D | tape.h | 940   AccumulatorCallState& call_state = call_state_.top();  in ForwardpropFromTape()  local
  | 
| /external/grpc-grpc/src/core/lib/surface/ | 
| D | server.cc | 124 } call_state;  typedef
  | 
| /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
  |