Searched refs:GenericStub (Results 1 – 14 of 14) sorted by relevance
/third_party/grpc/test/cpp/qps/ |
D | client_async.cc | 772 grpc::GenericStub* stub, const ByteBuffer& req, in ClientRpcContextGenericStreamingImpl() 775 grpc::GenericStub*, grpc::ClientContext*, in ClientRpcContextGenericStreamingImpl() 858 grpc::GenericStub* stub_; 877 grpc::GenericStub*, grpc::ClientContext*, const std::string&, 900 static std::unique_ptr<grpc::GenericStub> GenericStubCreator( in GenericStubCreator() 902 return std::unique_ptr<grpc::GenericStub>(new grpc::GenericStub(ch)); in GenericStubCreator() 906 : public AsyncClient<grpc::GenericStub, ByteBuffer> { 909 : AsyncClient<grpc::GenericStub, ByteBuffer>(config, SetupCtx, in GenericAsyncStreamingClient() 919 grpc::GenericStub* stub, grpc::ClientContext* ctx, in PrepareReq() 924 static ClientRpcContext* SetupCtx(grpc::GenericStub* stub, in SetupCtx()
|
/third_party/grpc/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ |
D | ViewController.mm | 36 std::unique_ptr<grpc::GenericStub> generic_stub_; 45 generic_stub_.reset(new grpc::GenericStub(channel));
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/ |
D | benchmark_client.py | 31 class GenericStub(object): class 83 self._stub = GenericStub(self._channel)
|
/third_party/grpc/test/cpp/util/ |
D | cli_call.h | 88 std::unique_ptr<grpc::GenericStub> stub_;
|
D | cli_call.cc | 55 : stub_(new grpc::GenericStub(channel)) { in CliCall()
|
/third_party/grpc/src/python/grpcio_tests/tests/qps/ |
D | benchmark_client.py | 32 class GenericStub(object): class 73 self._stub = GenericStub(channel)
|
/third_party/grpc/test/cpp/end2end/ |
D | filter_end2end_test.cc | 162 generic_stub_.reset(new GenericStub(channel)); in ResetStub() 237 std::unique_ptr<grpc::GenericStub> generic_stub_;
|
D | generic_end2end_test.cc | 101 generic_stub_.reset(new GenericStub(channel)); in ResetStub() 245 std::unique_ptr<grpc::GenericStub> generic_stub_;
|
D | client_callback_end2end_test.cc | 151 generic_stub_.reset(new GenericStub(channel_)); in ResetStub() 359 std::unique_ptr<grpc::GenericStub> generic_stub_; 854 UnaryClient(grpc::GenericStub* stub, const std::string& method_name) { in TEST_P()
|
D | server_interceptors_end2end_test.cc | 522 GenericStub generic_stub(channel); in TEST_F()
|
/third_party/grpc/test/cpp/cocoapods/generic/ |
D | generic.mm | 96 std::unique_ptr<GenericStub> generic_stub_; 159 generic_stub_.reset(new GenericStub(channel));
|
/third_party/grpc/include/grpcpp/generic/ |
D | generic_stub.h | 210 typedef TemplatedGenericStub<grpc::ByteBuffer, grpc::ByteBuffer> GenericStub; typedef
|
/third_party/grpc/src/python/grpcio/grpc/framework/interfaces/face/ |
D | face.py | 691 class GenericStub(six.with_metaclass(abc.ABCMeta)): class
|
/third_party/grpc/src/python/grpcio/grpc/beta/ |
D | _client_adaptations.py | 430 class _GenericStub(face.GenericStub):
|