Searched refs:OP_SEND_MESSAGE (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/src/php/tests/unit_tests/ |
D | EndToEndTest.php | 96 Grpc\OP_SEND_MESSAGE => ['message' => $req_text, 145 Grpc\OP_SEND_MESSAGE => ['message' => $req_text], 158 Grpc\OP_SEND_MESSAGE => ['message' => $reply_text], 208 Grpc\OP_SEND_MESSAGE => 'invalid', 229 Grpc\OP_SEND_MESSAGE => ['message' => 0], 250 Grpc\OP_SEND_MESSAGE => ['message' => 'abc', 273 Grpc\OP_SEND_MESSAGE => ['message' => $req_text], 286 Grpc\OP_SEND_MESSAGE => ['message' => $reply_text], 314 Grpc\OP_SEND_MESSAGE => ['message' => $req_text], 327 Grpc\OP_SEND_MESSAGE => ['message' => $reply_text], [all …]
|
D | SecureEndToEndTest.php | 113 Grpc\OP_SEND_MESSAGE => ['message' => $req_text, 164 Grpc\OP_SEND_MESSAGE => ['message' => $req_text], 177 Grpc\OP_SEND_MESSAGE => ['message' => $reply_text],
|
/external/grpc-grpc/src/core/ext/transport/cronet/transport/ |
D | cronet_transport.cc | 64 OP_SEND_MESSAGE, enumerator 240 case OP_SEND_MESSAGE: in op_id_string() 579 s->state.state_callback_received[OP_SEND_MESSAGE] = true; in on_write_completed() 660 s->state.state_callback_received[OP_SEND_MESSAGE] = false; in on_response_trailers_received() 821 if (op_id == OP_SEND_MESSAGE) { in op_can_be_run() 874 } else if (op_id == OP_SEND_MESSAGE) { in op_can_be_run() 877 if (op_state->state_op_done[OP_SEND_MESSAGE]) result = false; in op_can_be_run() 909 !stream_state->state_op_done[OP_SEND_MESSAGE]) in op_can_be_run() 912 else if (stream_state->state_op_done[OP_SEND_MESSAGE] && in op_can_be_run() 913 !stream_state->state_callback_received[OP_SEND_MESSAGE] && in op_can_be_run() [all …]
|
/external/grpc-grpc/src/php/lib/Grpc/ |
D | ClientStreamingCall.php | 56 OP_SEND_MESSAGE => $message_array,
|
D | BidiStreamingCall.php | 75 OP_SEND_MESSAGE => $message_array,
|
D | UnaryCall.php | 45 OP_SEND_MESSAGE => $message_array,
|
D | ServerStreamingCall.php | 45 OP_SEND_MESSAGE => $message_array,
|