Searched refs:generic_stub (Results 1 – 11 of 11) sorted by relevance
/third_party/grpc/src/python/grpcio/grpc/beta/ |
D | implementations.py | 186 def generic_stub(channel, options=None): function 197 return _client_adaptations.generic_stub(
|
D | _client_adaptations.py | 696 def generic_stub(channel, host, metadata_transformer, request_serializers, function
|
/third_party/grpc/src/python/grpcio_tests/tests/unit/beta/ |
D | _not_found_test.py | 30 self._generic_stub = implementations.generic_stub(channel)
|
/third_party/grpc/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ |
D | ViewController.mm | 21 #include <grpcpp/generic/generic_stub.h>
|
/third_party/grpc/test/cpp/end2end/ |
D | server_interceptors_end2end_test.cc | 522 GenericStub generic_stub(channel); in TEST_F() local 540 generic_stub.PrepareCall(&cli_ctx, kMethodName, &cli_cq); in TEST_F()
|
/third_party/grpc/test/cpp/cocoapods/generic/ |
D | generic.mm | 29 #include <grpcpp/generic/generic_stub.h>
|
/third_party/grpc/ |
D | BUILD | 183 "include/grpc++/generic/generic_stub.h", 232 "include/grpcpp/generic/generic_stub.h",
|
D | BUILD.gn | 1264 "include/grpc++/generic/generic_stub.h", 1341 "include/grpcpp/generic/generic_stub.h",
|
D | gRPC-C++.podspec | 91 'include/grpcpp/generic/generic_stub.h',
|
D | CMakeLists.txt | 2604 include/grpc++/generic/generic_stub.h 2685 include/grpcpp/generic/generic_stub.h 3298 include/grpc++/generic/generic_stub.h 3379 include/grpcpp/generic/generic_stub.h
|
/third_party/grpc/tools/doxygen/ |
D | Doxyfile.c++.internal | 811 include/grpc++/generic/generic_stub.h \ 947 include/grpcpp/generic/generic_stub.h \
|