Searched refs:_cygrpc (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/src/python/grpcio/grpc/_cython/ |
D | BUILD.bazel | 11 "_cygrpc/_hooks.pyx.pxi", 12 "_cygrpc/grpc_string.pyx.pxi", 13 "_cygrpc/arguments.pyx.pxi", 14 "_cygrpc/call.pyx.pxi", 15 "_cygrpc/channel.pyx.pxi", 16 "_cygrpc/credentials.pyx.pxi", 17 "_cygrpc/completion_queue.pyx.pxi", 18 "_cygrpc/event.pyx.pxi", 19 "_cygrpc/fork_posix.pyx.pxi", 20 "_cygrpc/metadata.pyx.pxi", [all …]
|
D | cygrpc.pxd | 16 include "_cygrpc/grpc.pxi" 18 include "_cygrpc/arguments.pxd.pxi" 19 include "_cygrpc/call.pxd.pxi" 20 include "_cygrpc/channel.pxd.pxi" 21 include "_cygrpc/credentials.pxd.pxi" 22 include "_cygrpc/completion_queue.pxd.pxi" 23 include "_cygrpc/event.pxd.pxi" 24 include "_cygrpc/metadata.pxd.pxi" 25 include "_cygrpc/operation.pxd.pxi" 26 include "_cygrpc/records.pxd.pxi" [all …]
|
D | cygrpc.pyx | 24 include "_cygrpc/grpc_string.pyx.pxi" 25 include "_cygrpc/arguments.pyx.pxi" 26 include "_cygrpc/call.pyx.pxi" 27 include "_cygrpc/channel.pyx.pxi" 28 include "_cygrpc/credentials.pyx.pxi" 29 include "_cygrpc/completion_queue.pyx.pxi" 30 include "_cygrpc/event.pyx.pxi" 31 include "_cygrpc/metadata.pyx.pxi" 32 include "_cygrpc/operation.pyx.pxi" 33 include "_cygrpc/records.pyx.pxi" [all …]
|
/external/grpc-grpc/src/python/grpcio/grpc/ |
D | __init__.py | 22 from grpc._cython import cygrpc as _cygrpc unknown 203 IDLE = (_cygrpc.ConnectivityState.idle, 'idle') 204 CONNECTING = (_cygrpc.ConnectivityState.connecting, 'connecting') 205 READY = (_cygrpc.ConnectivityState.ready, 'ready') 206 TRANSIENT_FAILURE = (_cygrpc.ConnectivityState.transient_failure, 208 SHUTDOWN = (_cygrpc.ConnectivityState.shutdown, 'shutdown') 214 OK = (_cygrpc.StatusCode.ok, 'ok') 215 CANCELLED = (_cygrpc.StatusCode.cancelled, 'cancelled') 216 UNKNOWN = (_cygrpc.StatusCode.unknown, 'unknown') 217 INVALID_ARGUMENT = (_cygrpc.StatusCode.invalid_argument, 'invalid argument') [all …]
|
/external/grpc-grpc/src/python/grpcio/grpc/experimental/ |
D | gevent.py | 16 from grpc._cython import cygrpc as _cygrpc unknown 27 _cygrpc.init_grpc_gevent()
|
D | session_cache.py | 16 from grpc._cython import cygrpc as _cygrpc unknown 31 return SSLSessionCache(_cygrpc.SSLSessionCacheLRU(capacity))
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | arguments.pyx.pxi | 45 return ("grpc.python._cygrpc._GrpcArgWrapper", wrapped)
|