Searched refs:StubType (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/test/cpp/qps/ |
D | client.h | 418 template <class StubType, class RequestType> 422 std::function<std::unique_ptr<StubType>(std::shared_ptr<Channel>)> in ClientImpl() 452 std::function<std::unique_ptr<StubType>(std::shared_ptr<Channel>)> in ClientChannelInfo() 485 StubType* get_stub() { return stub_.get(); } in get_stub() 526 std::unique_ptr<StubType> stub_; 530 std::function<std::unique_ptr<StubType>(const std::shared_ptr<Channel>&)>
|
D | client_async.cc | 149 template <class StubType, class RequestType> 150 class AsyncClient : public ClientImpl<StubType, RequestType> { 157 using ClientImpl<StubType, RequestType>::cores_; 158 using ClientImpl<StubType, RequestType>::channels_; 159 using ClientImpl<StubType, RequestType>::request_; 162 StubType*, std::function<gpr_timespec()> next_issue, in AsyncClient() 165 std::function<std::unique_ptr<StubType>(std::shared_ptr<Channel>)> in AsyncClient() 167 : ClientImpl<StubType, RequestType>(config, create_stub), in AsyncClient()
|
/external/flatbuffers/grpc/src/compiler/ |
D | java_generator.cc | 441 enum StubType { enum 459 StubType type) { in PrintStub()
|
/external/grpc-grpc-java/compiler/src/java_plugin/cpp/ |
D | java_generator.cpp | 574 enum StubType { enum 600 Printer* p, StubType type, bool generate_nano) { in PrintStub()
|