Searched defs:call_state (Results 1 – 5 of 5) 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/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/grpc-grpc/src/core/lib/surface/ |
D | server.cc | 124 } call_state; typedef
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 12614 auto &call_state = physical_device_state->vkGetPhysicalDeviceSurfacePresentModesKHRState; in PostCallRecordGetPhysicalDeviceSurfacePresentModesKHR() local 12635 auto &call_state = physical_device_state->vkGetPhysicalDeviceSurfaceFormatsKHRState; in PreCallValidateGetPhysicalDeviceSurfaceFormatsKHR() local 12669 auto &call_state = physical_device_state->vkGetPhysicalDeviceSurfaceFormatsKHRState; in PostCallRecordGetPhysicalDeviceSurfaceFormatsKHR() local
|