Searched defs:c_event (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
H A D | tag.pxd.pxi | 18 cdef BaseEvent event(self, grpc_event c_event) 25 cdef ConnectivityEvent event(self, grpc_event c_event) 36 cdef RequestCallEvent event(self, grpc_event c_event) 48 cdef BatchOperationEvent event(self, grpc_event c_event) 58 cdef ServerShutdownEvent event(self, grpc_event c_event)
|
H A D | tag.pyx.pxi | 18 cdef BaseEvent event(self, grpc_event c_event): 27 cdef ConnectivityEvent event(self, grpc_event c_event): 43 cdef RequestCallEvent event(self, grpc_event c_event): 67 cdef BatchOperationEvent event(self, grpc_event c_event): 86 cdef ServerShutdownEvent event(self, grpc_event c_event):
|
H A D | completion_queue.pxd.pxi | 20 cdef _interpret_event(grpc_event c_event) 32 cdef _interpret_event(self, grpc_event c_event)
|
H A D | completion_queue.pyx.pxi | 45 cdef _interpret_event(grpc_event c_event): 97 cdef _interpret_event(self, grpc_event c_event):
|