Home
last modified time | relevance | path

Searched refs:StubType (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/test/cpp/qps/
Dclient.h418 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>&)>
Dclient_async.cc149 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/
Djava_generator.cc441 enum StubType { enum
459 StubType type) { in PrintStub()
/external/grpc-grpc-java/compiler/src/java_plugin/cpp/
Djava_generator.cpp574 enum StubType { enum
600 Printer* p, StubType type, bool generate_nano) { in PrintStub()