Searched refs:HandleServerStreaming (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/test/cpp/end2end/ |
D | hybrid_end2end_test.cc | 141 void HandleServerStreaming(Service* service, ServerCompletionQueue* cq) { in HandleServerStreaming() function 505 std::thread response_stream_handler_thread(HandleServerStreaming<SType>, in TEST_F() 523 std::thread response_stream_handler_thread(HandleServerStreaming<SType>, in TEST_F() 562 std::thread response_stream_handler_thread(HandleServerStreaming<SType>, in TEST_F() 600 std::thread response_stream_handler_thread(HandleServerStreaming<SType>, in TEST_F() 641 std::thread response_stream_handler_thread(HandleServerStreaming<SType>, in TEST_F() 681 std::thread response_stream_handler_thread(HandleServerStreaming<SType>, in TEST_F() 733 std::thread response_stream_handler_thread(HandleServerStreaming<SType>, in TEST_F() 753 std::thread response_stream_handler_thread(HandleServerStreaming<SType>, in TEST_F() 852 std::thread response_stream_handler_thread(HandleServerStreaming<SType>, in TEST_F() [all …]
|