Searched refs:dup_service (Results 1 – 1 of 1) sorted by relevance
/third_party/grpc/test/cpp/end2end/ |
D | hybrid_end2end_test.cc | 68 void HandleEcho(Service* service, ServerCompletionQueue* cq, bool dup_service) { in HandleEcho() argument 77 if (dup_service) { in HandleEcho() 559 TestServiceImplDupPkg dup_service; in TEST_F() local 560 SetUpServer(&service, &dup_service, nullptr, nullptr); in TEST_F() 598 StreamedUnaryDupPkg dup_service; in TEST_F() local 599 SetUpServer(&service, &dup_service, nullptr, nullptr, 8192); in TEST_F() 636 FullyStreamedUnaryDupPkg dup_service; in TEST_F() local 637 SetUpServer(&service, &dup_service, nullptr, nullptr, 8192); in TEST_F() 677 SplitResponseStreamDupPkg dup_service; in TEST_F() local 678 SetUpServer(&service, &dup_service, nullptr, nullptr, 8192); in TEST_F() [all …]
|