Home
last modified time | relevance | path

Searched refs:WritesDone (Results 1 – 25 of 33) sorted by relevance

12

/external/grpc-grpc/include/grpcpp/test/
Dmock_stream.h61 MOCK_METHOD0_T(WritesDone, bool());
81 MOCK_METHOD0_T(WritesDone, bool());
122 MOCK_METHOD1_T(WritesDone, void(void*));
142 MOCK_METHOD1_T(WritesDone, void(void*));
/external/grpc-grpc/test/cpp/util/
Dcli_call.cc45 call.WritesDone(); in Call()
114 void CliCall::WritesDone() { in WritesDone() function in grpc::testing::CliCall
118 call_->WritesDone(tag(4)); in WritesDone()
138 call_->WritesDone(tag(4)); in WritesDoneAndWait()
Dcli_call.h62 void WritesDone();
Dproto_reflection_descriptor_database.cc43 stream_->WritesDone(); in ~ProtoReflectionDescriptorDatabase()
Dgrpc_tool.cc650 call.WritesDone(); in CallMethod()
747 call.WritesDone(); in CallMethod()
/external/grpc-grpc/test/cpp/qps/
Dclient_sync.cc227 [this](size_t thread_idx) { stream_[thread_idx]->WritesDone(); }); in ~SynchronousStreamingPingPongClient()
262 stream_[thread_idx]->WritesDone(); in ThreadFuncImpl()
284 [this](size_t thread_idx) { stream_[thread_idx]->WritesDone(); }); in ~SynchronousStreamingFromClientClient()
315 stream_[thread_idx]->WritesDone(); in ThreadFuncImpl()
383 [this](size_t thread_idx) { stream_[thread_idx]->WritesDone(); }); in ~SynchronousStreamingBothWaysClient()
Ddriver.cc452 if (!client->stream->WritesDone()) { in RunScenario()
498 if (!server->stream->WritesDone()) { in RunScenario()
/external/grpc-grpc/doc/cpp/
Dperf_notes.md5 Generally, each write operation (Write(), WritesDone()) implies a syscall.
22 - the call is finished for writing (WritesDone() called on the client,
/external/grpc-grpc/test/cpp/end2end/
Dmock_test.cc97 cstream->WritesDone(); in DoRequestStream()
151 stream->WritesDone(); in DoBidiStream()
284 EXPECT_CALL(*w, WritesDone()); in TEST_F()
335 EXPECT_CALL(*rw, WritesDone()); in TEST_F()
Dserver_early_return_test.cc167 stream->WritesDone(); in DoBidiStream()
198 stream->WritesDone(); in DoRequestStream()
Dfilter_end2end_test.cc186 call->WritesDone(tag(3)); in SendRpc()
305 cli_stream->WritesDone(tag(7)); in TEST_F()
Dexception_test.cc106 stream->WritesDone(); in TEST_F()
Dgeneric_end2end_test.cc136 call->WritesDone(tag(3)); in SendRpc()
308 cli_stream->WritesDone(tag(7)); in TEST_F()
Dstreaming_throughput_test.cc182 stream->WritesDone(); in TEST_F()
Draw_end2end_test.cc250 cli_stream->WritesDone(tag(7)); in TEST_F()
339 cli_stream->WritesDone(tag(7)); in TEST_F()
Dend2end_test.cc400 stream->WritesDone(); in TestRequestStreamServerCancel()
559 stream->WritesDone(); in TestBidiStreamServerCancel()
741 stream->WritesDone(); in TEST_P()
773 stream->WritesDone(); in TEST_P()
789 stream->WritesDone(); in TEST_P()
887 stream->WritesDone(); in TEST_P()
1109 stream->WritesDone(); in TEST_P()
Dserver_load_reporting_end2end_test.cc178 stream->WritesDone(); in TEST_F()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dfullstack_streaming_ping_pong.h116 request_rw->WritesDone(tag(0)); in BM_StreamingPingPong()
205 request_rw->WritesDone(tag(0)); in BM_StreamingPingPongMsgs()
366 request_rw->WritesDone(tag(6)); in BM_StreamingPingPongWithCoalescingApi()
Dfullstack_streaming_pump.h84 request_rw->WritesDone(tag(1)); in BM_PumpStreamClientToServer()
/external/grpc-grpc/test/cpp/interop/
Dinterop_client.cc410 GPR_ASSERT(stream->WritesDone()); in DoRequestStreaming()
514 GPR_ASSERT(stream->WritesDone()); in DoClientCompressedStreaming()
646 stream->WritesDone(); in DoHalfDuplex()
706 stream->WritesDone(); in DoPingPong()
808 stream->WritesDone(); in DoEmptyStream()
852 stream->WritesDone(); in DoStatusWithMessage()
990 stream->WritesDone(); in DoCustomMetadata()
/external/grpc-grpc/examples/cpp/route_guide/
Droute_guide_client.cc141 writer->WritesDone(); in RecordRoute()
172 stream->WritesDone(); in RouteChat()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dsync_stream.h274 virtual bool WritesDone() = 0;
342 bool WritesDone() override { in WritesDone() function
425 virtual bool WritesDone() = 0;
513 bool WritesDone() override { in WritesDone() function
Dasync_stream.h312 virtual void WritesDone(void* tag) = 0;
404 void WritesDone(void* tag) override { in WritesDone() function
482 virtual void WritesDone(void* tag) = 0;
581 void WritesDone(void* tag) override { in WritesDone() function
/external/grpc-grpc/src/proto/grpc/testing/
Dbenchmark_service.proto34 // The server returns the client payload as-is once the client does WritesDone
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto37 // The server returns the client payload as-is once the client does WritesDone

12