Home
last modified time | relevance | path

Searched refs:_EMPTY_FLAGS (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/unit/_cython/
Dcygrpc_test.py28 _EMPTY_FLAGS = 0 variable
207 client_initial_metadata, _EMPTY_FLAGS),
208 cygrpc.SendMessageOperation(REQUEST, _EMPTY_FLAGS),
209 cygrpc.SendCloseFromClientOperation(_EMPTY_FLAGS),
210 cygrpc.ReceiveInitialMetadataOperation(_EMPTY_FLAGS),
211 cygrpc.ReceiveMessageOperation(_EMPTY_FLAGS),
212 cygrpc.ReceiveStatusOnClientOperation(_EMPTY_FLAGS),
246 _EMPTY_FLAGS),
247 cygrpc.ReceiveMessageOperation(_EMPTY_FLAGS),
248 cygrpc.SendMessageOperation(RESPONSE, _EMPTY_FLAGS),
[all …]
D_cancel_many_calls_test.py24 _EMPTY_FLAGS = 0 variable
70 (cygrpc.ReceiveCloseOnServerOperation(_EMPTY_FLAGS),),
73 (cygrpc.ReceiveMessageOperation(_EMPTY_FLAGS),),
82 _EMPTY_FLAGS),
83 cygrpc.SendMessageOperation(b'\x79\x57', _EMPTY_FLAGS),
86 _EMPTY_FLAGS),
178 _EMPTY_FLAGS, b'/twinkies', None, None, _EMPTY_METADATA,
182 _EMPTY_METADATA, _EMPTY_FLAGS),
184 _EMPTY_FLAGS),
185 cygrpc.SendCloseFromClientOperation(_EMPTY_FLAGS),
[all …]
D_read_some_but_not_all_responses_test.py22 _EMPTY_FLAGS = 0 variable
158 _EMPTY_FLAGS, b'/twinkies', None, None, _EMPTY_METADATA, None, (
161 cygrpc.ReceiveInitialMetadataOperation(_EMPTY_FLAGS),
168 _EMPTY_METADATA, _EMPTY_FLAGS),
169 cygrpc.SendCloseFromClientOperation(_EMPTY_FLAGS),
170 cygrpc.ReceiveStatusOnClientOperation(_EMPTY_FLAGS),
184 _EMPTY_FLAGS),
188 cygrpc.SendMessageOperation(b'\x07', _EMPTY_FLAGS),
197 cygrpc.SendMessageOperation(b'\x07', _EMPTY_FLAGS),
201 cygrpc.ReceiveCloseOnServerOperation(_EMPTY_FLAGS),
[all …]
/external/grpc-grpc/src/python/grpcio/grpc/
D_channel.py32 _EMPTY_FLAGS = 0 variable
221 serialized_request, _EMPTY_FLAGS),)
240 cygrpc.SendCloseFromClientOperation(_EMPTY_FLAGS),)
340 (cygrpc.ReceiveMessageOperation(_EMPTY_FLAGS),),
473 cygrpc.SendInitialMetadataOperation(metadata, _EMPTY_FLAGS),
474 cygrpc.ReceiveMessageOperation(_EMPTY_FLAGS),
475 cygrpc.ReceiveStatusOnClientOperation(_EMPTY_FLAGS),
477 (cygrpc.ReceiveInitialMetadataOperation(_EMPTY_FLAGS),),
506 cygrpc.SendInitialMetadataOperation(metadata, _EMPTY_FLAGS),
507 cygrpc.SendMessageOperation(serialized_request, _EMPTY_FLAGS),
[all …]
D_server.py50 _EMPTY_FLAGS = 0 variable
139 cygrpc.SendInitialMetadataOperation(None, _EMPTY_FLAGS),
142 _EMPTY_FLAGS),
148 _EMPTY_FLAGS),)
270 initial_metadata, _EMPTY_FLAGS)
318 (cygrpc.ReceiveMessageOperation(_EMPTY_FLAGS),),
363 (cygrpc.ReceiveMessageOperation(_EMPTY_FLAGS),),
440 cygrpc.SendInitialMetadataOperation(None, _EMPTY_FLAGS),
442 _EMPTY_FLAGS),
448 serialized_response, _EMPTY_FLAGS),)
[all …]