Home
last modified time | relevance | path

Searched defs:RequestType (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/test/cpp/qps/
Dserver_async.cc54 std::function<void(ServiceType*, ServerContextType*, RequestType*, in AsyncQpsServerTest() argument
59 ServerAsyncReaderWriter<ResponseType, RequestType>*, in AsyncQpsServerTest() argument
252 std::function<void(ServerContextType*, RequestType*, in ServerRpcContextUnaryImpl() argument
256 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextUnaryImpl()
310 grpc::ServerAsyncReaderWriter<ResponseType, RequestType>*, void*)> in ServerRpcContextStreamingImpl() argument
312 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextStreamingImpl()
388 grpc::ServerAsyncReader<ResponseType, RequestType>*, in ServerRpcContextStreamingFromClientImpl() argument
391 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextStreamingFromClientImpl()
456 std::function<void(ServerContextType*, RequestType*, in ServerRpcContextStreamingFromServerImpl() argument
459 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextStreamingFromServerImpl()
Dclient_async.cc67 BenchmarkService::Stub* stub, const RequestType& req, in ClientRpcContextUnaryImpl()
338 ClientRpcContextStreamingPingPongImpl( in ClientRpcContextStreamingPingPongImpl()
655 BenchmarkService::Stub* stub, const RequestType& req, in ClientRpcContextStreamingFromServerImpl()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dmethod_handler_impl.h56 const RequestType*, ResponseType*)> in RpcMethodHandler()
104 ServerReader<RequestType>*, ResponseType*)> in ClientStreamingHandler()
146 std::function<Status(ServiceType*, ServerContext*, const RequestType*, in ServerStreamingHandler()
256 ServerUnaryStreamer<RequestType, ResponseType>*)> in StreamedUnaryHandler()
269 ServerSplitStreamer<RequestType, ResponseType>*)> in SplitServerStreamingHandler()
/external/v8/tools/clang/traffic_annotation_extractor/tests/
Ddummy_classes.h27 enum RequestType { TEST_VALUE }; enum
/external/tensorflow/tensorflow/contrib/mpi_collectives/
Dmpi_message.proto27 enum RequestType { enum
/external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/
DTracezZPageHandler.java78 private enum RequestType { enum in TracezZPageHandler
86 RequestType(int value) { in RequestType() method in TracezZPageHandler.RequestType