Home
last modified time | relevance | path

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 Dtag.pxd.pxi18 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 Dtag.pyx.pxi18 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 Dcompletion_queue.pxd.pxi20 cdef _interpret_event(grpc_event c_event)
32 cdef _interpret_event(self, grpc_event c_event)
H A Dcompletion_queue.pyx.pxi45 cdef _interpret_event(grpc_event c_event):
97 cdef _interpret_event(self, grpc_event c_event):