Home
last modified time | relevance | path

Searched defs:c_event (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dtag.pxd.pxi18 cdef object 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)
Dtag.pyx.pxi18 cdef object event(self, grpc_event c_event):
27 cdef ConnectivityEvent event(self, grpc_event c_event):
43 cdef RequestCallEvent event(self, grpc_event c_event):
66 cdef BatchOperationEvent event(self, grpc_event c_event):
85 cdef ServerShutdownEvent event(self, grpc_event c_event):
Dcompletion_queue.pxd.pxi19 cdef _interpret_event(grpc_event c_event)
28 cdef _interpret_event(self, grpc_event c_event)
Dcompletion_queue.pyx.pxi49 cdef _interpret_event(grpc_event c_event):
86 cdef _interpret_event(self, grpc_event c_event):