| /external/rust/crates/grpcio/src/ |
| D | client.rs | 34 pub fn unary_call<Req, Resp>( in unary_call() 36 method: &Method<Req, Resp>, in unary_call() 37 req: &Req, in unary_call() 44 pub fn unary_call_async<Req, Resp>( in unary_call_async() 46 method: &Method<Req, Resp>, in unary_call_async() 47 req: &Req, in unary_call_async() 56 pub fn client_streaming<Req, Resp>( in client_streaming() 58 method: &Method<Req, Resp>, in client_streaming() 60 ) -> Result<(ClientCStreamSender<Req>, ClientCStreamReceiver<Resp>)> { in client_streaming() 67 pub fn server_streaming<Req, Resp>( in server_streaming() [all …]
|
| D | server.rs | 184 pub fn add_unary_handler<Req, Resp, F>( in add_unary_handler() 186 method: &Method<Req, Resp>, in add_unary_handler() 204 pub fn add_client_streaming_handler<Req, Resp, F>( in add_client_streaming_handler() 206 method: &Method<Req, Resp>, in add_client_streaming_handler() 212 F: FnMut(RpcContext<'_>, RequestStream<Req>, ClientStreamingSink<Resp>) in add_client_streaming_handler() 227 pub fn add_server_streaming_handler<Req, Resp, F>( in add_server_streaming_handler() 229 method: &Method<Req, Resp>, in add_server_streaming_handler() 247 pub fn add_duplex_streaming_handler<Req, Resp, F>( in add_duplex_streaming_handler() 249 method: &Method<Req, Resp>, in add_duplex_streaming_handler() 255 F: FnMut(RpcContext<'_>, RequestStream<Req>, DuplexSink<Resp>) + Send + Clone + 'static, in add_duplex_streaming_handler()
|
| D | channel.rs | 681 pub(crate) fn create_call<Req, Resp>( in create_call() 683 method: &Method<Req, Resp>, in create_call()
|
| /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/ |
| D | Req.java | 6 public class Req class 10 public Req( in Req() method in Req
|
| /external/rust/crates/grpcio/src/call/ |
| D | client.rs | 105 pub fn unary_async<Req, Resp>( in unary_async() 107 method: &Method<Req, Resp>, in unary_async() 108 req: &Req, in unary_async() 130 pub fn client_streaming<Req, Resp>( in client_streaming() 132 method: &Method<Req, Resp>, in client_streaming() 134 ) -> Result<(ClientCStreamSender<Req>, ClientCStreamReceiver<Resp>)> { in client_streaming() 158 pub fn server_streaming<Req, Resp>( in server_streaming() 160 method: &Method<Req, Resp>, in server_streaming() 161 req: &Req, in server_streaming() 189 pub fn duplex_streaming<Req, Resp>( in duplex_streaming() [all …]
|
| D | mod.rs | 132 pub fn req_ser(&self) -> SerializeFn<Req> { in req_ser() 138 pub fn req_de(&self) -> DeserializeFn<Req> { in req_de()
|
| /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| D | MPIBugReporter.cpp | 25 const CallEvent &MPICallEvent, const ento::mpi::Request &Req, in reportDoubleNonblocking() 51 const ento::mpi::Request &Req, const MemRegion *const RequestRegion, in reportMissingWait() 95 const Request *const Req = N->getState()->get<RequestMap>(RequestRegion); in VisitNode() local
|
| D | MPIChecker.cpp | 41 const Request *const Req = State->get<RequestMap>(MR); in checkDoubleNonblocking() local 80 const Request *const Req = State->get<RequestMap>(ReqRegion); in checkUnmatchedWaits() local 113 for (const auto &Req : ReqMap) { in checkMissingWaits() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | FileCheck.cpp | 310 SourceMgr &SM, const FileCheckRequest &Req) { in parsePattern() 1111 FileCheck::FileCheck(FileCheckRequest Req) in FileCheck() 1277 size_t MatchLen, const FileCheckRequest &Req, in PrintMatch() 1314 FileCheckRequest &Req, in PrintMatch() 1412 FileCheckRequest &Req, in Check() 1555 const FileCheckRequest &Req, in CheckNot() 1581 const FileCheckRequest &Req, in CheckDag()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | FileCheck.h | 141 FileCheckRequest Req; variable
|
| /external/clang/include/clang/Sema/ |
| D | TypoCorrection.h | 231 void setRequiresImport(bool Req) { RequiresImport = Req; } in setRequiresImport()
|
| /external/clang/lib/Basic/ |
| D | Module.cpp | 81 Requirement &Req, in isAvailable()
|
| /external/crosvm/third_party/vmm_vhost/src/ |
| D | message.rs | 51 pub trait Req: interface
|
| /external/llvm/lib/Target/Hexagon/ |
| D | HexagonISelLowering.cpp | 491 unsigned Req = (UseHVX && UseHVXDbl) ? Hexagon::V0 : Hexagon::W0; in RetCC_HexagonVector() local
|