Home
last modified time | relevance | path

Searched refs:ClientReader (Results 1 – 14 of 14) sorted by relevance

/third_party/grpc/include/grpcpp/impl/codegen/
Dchannel_interface.h29 class ClientReader; variable
107 friend class ::grpc::ClientReader;
Dcompletion_queue_impl.h52 class ClientReader; variable
264 friend class ::grpc_impl::ClientReader;
Dsync_stream_impl.h163 static ClientReader<R>* Create(::grpc::ChannelInterface* channel, in Create()
167 return new ClientReader<R>(channel, method, context, request); in Create()
176 class ClientReader final : public ClientReaderInterface<R> {
242 ClientReader(::grpc::ChannelInterface* channel, in ClientReader() function
Dsync_stream.h163 static ClientReader<R>* Create(::grpc::ChannelInterface* channel, in Create()
167 return new ClientReader<R>(channel, method, context, request); in Create()
176 class ClientReader final : public ClientReaderInterface<R> {
242 ClientReader(::grpc::ChannelInterface* channel, in ClientReader() function
Dclient_context_impl.h96 class ClientReader; variable
423 friend class ::grpc_impl::ClientReader;
Dclient_context.h79 class ClientReader; variable
430 friend class ::grpc::ClientReader;
Dcompletion_queue.h50 class ClientReader; variable
263 friend class ::grpc::ClientReader;
/third_party/grpc/examples/cpp/route_guide/
Droute_guide_client.cc40 using grpc::ClientReader;
102 std::unique_ptr<ClientReader<Feature> > reader( in ListFeatures()
/third_party/grpc/test/cpp/interop/
Dmetrics_client.cc60 std::unique_ptr<grpc::ClientReader<GaugeResponse>> reader( in PrintMetrics()
Dinterop_client.cc453 std::unique_ptr<ClientReader<StreamingOutputCallResponse>> stream( in DoResponseStreaming()
567 std::unique_ptr<ClientReader<StreamingOutputCallResponse>> stream( in DoServerCompressedStreaming()
617 std::unique_ptr<ClientReader<StreamingOutputCallResponse>> stream( in DoResponseStreamingWithSlowConsumer()
/third_party/flatbuffers/tests/
Dmonster_test.grpc.fb.h95 …std::unique_ptr< ::grpc::ClientReader< flatbuffers::grpc::Message<Monster>>> Retrieve(::grpc::Clie… in Retrieve()
96 …return std::unique_ptr< ::grpc::ClientReader< flatbuffers::grpc::Message<Monster>>>(RetrieveRaw(co… in Retrieve()
127 …::grpc::ClientReader< flatbuffers::grpc::Message<Monster>>* RetrieveRaw(::grpc::ClientContext* con…
Dmonster_test.grpc.fb.cc50 ::grpc::ClientReader< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::RetrieveRaw(::grp… in RetrieveRaw()
/third_party/grpc/test/cpp/qps/
Dclient_sync.cc330 : public SynchronousStreamingClient<grpc::ClientReader<SimpleResponse>> {
/third_party/grpc/test/cpp/codegen/
Dcompiler_test_golden191 …std::unique_ptr< ::grpc::ClientReader< ::grpc::testing::Response>> MethodA3(::grpc::ClientContext*…
192 …return std::unique_ptr< ::grpc::ClientReader< ::grpc::testing::Response>>(MethodA3Raw(context, req…
255 …::grpc::ClientReader< ::grpc::testing::Response>* MethodA3Raw(::grpc::ClientContext* context, cons…