Home
last modified time | relevance | path

Searched defs:Reply (Results 26 – 50 of 2128) sorted by relevance

12345678910>>...86

/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/libomptarget/plugins/remote/src/
H A DClient.cpp57 I32 Reply; in shutdown() local
79 [&](const auto &Reply) { in registerLib()
227 [&](auto &Reply) { in loadBinary()
260 [&](auto &Reply) { in isDataExchangeable()
288 [&](auto &Reply) { in dataAlloc()
359 [&](auto &Reply) { in dataSubmit()
412 [&](auto &Reply) { in dataRetrieve()
445 [&](auto &Reply) { in dataExchange()
474 [&](auto &Reply) { in dataDelete()
516 [&](auto &Reply) { in runTargetRegion()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/libomptarget/plugins/remote/src/
H A DClient.cpp57 I32 Reply; in shutdown() local
79 [&](const auto &Reply) { in registerLib()
227 [&](auto &Reply) { in loadBinary()
260 [&](auto &Reply) { in isDataExchangeable()
288 [&](auto &Reply) { in dataAlloc()
359 [&](auto &Reply) { in dataSubmit()
412 [&](auto &Reply) { in dataRetrieve()
445 [&](auto &Reply) { in dataExchange()
474 [&](auto &Reply) { in dataDelete()
516 [&](auto &Reply) { in runTargetRegion()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/libomptarget/plugins/remote/src/
H A DClient.cpp57 I32 Reply; in shutdown() local
79 [&](const auto &Reply) { in registerLib()
227 [&](auto &Reply) { in loadBinary()
260 [&](auto &Reply) { in isDataExchangeable()
288 [&](auto &Reply) { in dataAlloc()
359 [&](auto &Reply) { in dataSubmit()
412 [&](auto &Reply) { in dataRetrieve()
445 [&](auto &Reply) { in dataExchange()
474 [&](auto &Reply) { in dataDelete()
516 [&](auto &Reply) { in runTargetRegion()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/libomptarget/plugins/remote/src/
H A DClient.cpp58 I32 Reply; in shutdown() local
235 [&](auto &Reply) { in loadBinary()
270 [&](auto &Reply) { in synchronize()
298 [&](auto &Reply) { in isDataExchangeable()
327 [&](auto &Reply) { in dataAlloc()
405 [&](auto &Reply) { in dataSubmitAsync()
468 [&](auto &Reply) { in dataRetrieveAsync()
506 [&](auto &Reply) { in dataExchangeAsync()
536 [&](auto &Reply) { in dataDelete()
579 [&](auto &Reply) { in runTargetRegionAsync()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/libomptarget/plugins/remote/src/
H A DClient.cpp58 I32 Reply; in shutdown() local
235 [&](auto &Reply) { in loadBinary()
270 [&](auto &Reply) { in synchronize()
298 [&](auto &Reply) { in isDataExchangeable()
327 [&](auto &Reply) { in dataAlloc()
405 [&](auto &Reply) { in dataSubmitAsync()
468 [&](auto &Reply) { in dataRetrieveAsync()
506 [&](auto &Reply) { in dataExchangeAsync()
536 [&](auto &Reply) { in dataDelete()
579 [&](auto &Reply) { in runTargetRegionAsync()
[all …]
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/CLI/
H A DCmdInterpreter.h43 struct Reply struct
49 Reply(int c, string m ="") : argument
55 Reply& operator=(const Reply&) = delete; argument
59 static Reply DONE; argument
61 static Reply what(string question) in what() argument
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clangd/
H A DClangdLSPServer.cpp132 ReplyOnce Reply(ID, Method, &Server, Tracer.Args); in onCall() local
555 Callback<std::vector<SymbolInformation>> Reply) { in onWorkspaceSymbol()
582 [File, Code, Params](decltype(Reply) Reply, in onRename()
614 Callback<std::vector<TextEdit>> Reply) { in onDocumentOnTypeFormatting()
627 Callback<std::vector<TextEdit>> Reply) { in onDocumentRangeFormatting()
644 Callback<std::vector<TextEdit>> Reply) { in onDocumentFormatting()
858 Callback<std::vector<Location>> Reply) { in onGoToDeclaration()
862 [&, Params](decltype(Reply) Reply, in onGoToDeclaration()
879 Callback<llvm::Optional<URIForFile>> Reply) { in onSwitchSourceHeader()
924 Callback<Optional<TypeHierarchyItem>> Reply) { in onTypeHierarchy()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/net/
H A Dsendfile_glibc.go38 if err != nil {
39 return 0, nil, false
48 werr = err
49 }
50
51 if lr != nil {
52 lr.N = remain - written
53 }
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clangd/
H A DClangdLSPServer.cpp92 ReplyOnce Reply(ID, Method, &Server, Tracer.Args); in onCall() local
121 ReplyOnce Reply) { in bind()
190 void operator()(llvm::Expected<llvm::json::Value> Reply) { in operator ()()
357 Callback<std::nullptr_t> Reply) { in onSync()
436 Callback<std::vector<SymbolInformation>> Reply) { in onWorkspaceSymbol()
453 Callback<WorkspaceEdit> Reply) { in onRename()
464 decltype(Reply) Reply, in onRename()
490 Callback<std::vector<TextEdit>> Reply) { in onDocumentOnTypeFormatting()
507 Callback<std::vector<TextEdit>> Reply) { in onDocumentRangeFormatting()
524 Callback<std::vector<TextEdit>> Reply) { in onDocumentFormatting()
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Di2p.h112 struct Reply { struct
116 std::string full;
121 std::string request;
130 std::unordered_map<std::string, std::optional<std::string>> keys;
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Di2p.h112 struct Reply { struct
116 std::string full;
121 std::string request;
130 std::unordered_map<std::string, std::optional<std::string>> keys;
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Di2p.h112 struct Reply { struct
116 std::string full;
121 std::string request;
130 std::unordered_map<std::string, std::optional<std::string>> keys;
/dports/net/oha/oha-0.4.7/cargo-crates/warp-0.3.1/src/
H A Dredirect.rs23 pub fn redirect(uri: impl AsLocation) -> impl Reply { in redirect()
45 pub fn see_other(uri: impl AsLocation) -> impl Reply { in see_other()
64 pub fn temporary(uri: impl AsLocation) -> impl Reply { in temporary()
87 pub fn permanent(uri: impl AsLocation) -> impl Reply { in permanent()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/warp-0.3.1/src/
H A Dredirect.rs23 pub fn redirect(uri: impl AsLocation) -> impl Reply { in redirect()
45 pub fn see_other(uri: impl AsLocation) -> impl Reply { in see_other()
64 pub fn temporary(uri: impl AsLocation) -> impl Reply { in temporary()
87 pub fn permanent(uri: impl AsLocation) -> impl Reply { in permanent()
/dports/mail/mailhog/MailHog-1.0.0/vendor/github.com/mailhog/smtp/
H A Dreply.go8 type Reply struct { struct
9 Status int
10 lines []string
11 Done func()
15 func (r Reply) Lines() []string {
/dports/net/measurement-kit/measurement-kit-0.10.14/test/mlabns/
H A Dmlabns.cpp24 [=](Error error, mlabns::Reply) { in __anoneef4b3dc0102()
50 [=](Error error, mlabns::Reply) { in __anoneef4b3dc0302()
70 [=](Error error, mlabns::Reply) { in __anoneef4b3dc0502()
90 [=](Error error, mlabns::Reply) { in __anoneef4b3dc0702()
110 [=](Error error, mlabns::Reply) { in __anoneef4b3dc0902()
130 [=](Error error, mlabns::Reply) { in __anoneef4b3dc0b02()
157 [=](Error error, mlabns::Reply) { in __anoneef4b3dc0d02()
196 [=](Error error, mlabns::Reply) { in __anoneef4b3dc0f02()
233 [=](Error error, mlabns::Reply) { in __anoneef4b3dc1102()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp858 Callback<std::vector<TextEdit>> Reply) { in onDocumentOnTypeFormatting()
865 Callback<std::vector<TextEdit>> Reply) { in onDocumentRangeFormatting()
880 Callback<std::vector<TextEdit>> Reply) { in onDocumentFormatting()
939 Callback<std::vector<FoldingRange>> Reply) { in onFoldingRange()
1115 Callback<std::vector<Location>> Reply) { in onGoToDeclaration()
1134 Callback<llvm::Optional<URIForFile>> Reply) { in onSwitchSourceHeader()
1181 Callback<Optional<TypeHierarchyItem>> Reply) { in onTypeHierarchy()
1188 Callback<Optional<TypeHierarchyItem>> Reply) { in onResolveTypeHierarchy()
1286 Callback<std::vector<Location>> Reply) { in onGoToImplementation()
1308 Callback<std::vector<SelectionRange>> Reply) { in onSelectionRange()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp858 Callback<std::vector<TextEdit>> Reply) { in onDocumentOnTypeFormatting()
865 Callback<std::vector<TextEdit>> Reply) { in onDocumentRangeFormatting()
880 Callback<std::vector<TextEdit>> Reply) { in onDocumentFormatting()
939 Callback<std::vector<FoldingRange>> Reply) { in onFoldingRange()
1115 Callback<std::vector<Location>> Reply) { in onGoToDeclaration()
1134 Callback<llvm::Optional<URIForFile>> Reply) { in onSwitchSourceHeader()
1181 Callback<Optional<TypeHierarchyItem>> Reply) { in onTypeHierarchy()
1188 Callback<Optional<TypeHierarchyItem>> Reply) { in onResolveTypeHierarchy()
1286 Callback<std::vector<Location>> Reply) { in onGoToImplementation()
1308 Callback<std::vector<SelectionRange>> Reply) { in onSelectionRange()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp858 Callback<std::vector<TextEdit>> Reply) { in onDocumentOnTypeFormatting()
865 Callback<std::vector<TextEdit>> Reply) { in onDocumentRangeFormatting()
880 Callback<std::vector<TextEdit>> Reply) { in onDocumentFormatting()
939 Callback<std::vector<FoldingRange>> Reply) { in onFoldingRange()
1115 Callback<std::vector<Location>> Reply) { in onGoToDeclaration()
1134 Callback<llvm::Optional<URIForFile>> Reply) { in onSwitchSourceHeader()
1181 Callback<Optional<TypeHierarchyItem>> Reply) { in onTypeHierarchy()
1188 Callback<Optional<TypeHierarchyItem>> Reply) { in onResolveTypeHierarchy()
1286 Callback<std::vector<Location>> Reply) { in onGoToImplementation()
1308 Callback<std::vector<SelectionRange>> Reply) { in onSelectionRange()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp858 Callback<std::vector<TextEdit>> Reply) { in onDocumentOnTypeFormatting()
865 Callback<std::vector<TextEdit>> Reply) { in onDocumentRangeFormatting()
880 Callback<std::vector<TextEdit>> Reply) { in onDocumentFormatting()
939 Callback<std::vector<FoldingRange>> Reply) { in onFoldingRange()
1115 Callback<std::vector<Location>> Reply) { in onGoToDeclaration()
1134 Callback<llvm::Optional<URIForFile>> Reply) { in onSwitchSourceHeader()
1181 Callback<Optional<TypeHierarchyItem>> Reply) { in onTypeHierarchy()
1188 Callback<Optional<TypeHierarchyItem>> Reply) { in onResolveTypeHierarchy()
1286 Callback<std::vector<Location>> Reply) { in onGoToImplementation()
1308 Callback<std::vector<SelectionRange>> Reply) { in onSelectionRange()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp858 Callback<std::vector<TextEdit>> Reply) { in onDocumentOnTypeFormatting()
865 Callback<std::vector<TextEdit>> Reply) { in onDocumentRangeFormatting()
880 Callback<std::vector<TextEdit>> Reply) { in onDocumentFormatting()
939 Callback<std::vector<FoldingRange>> Reply) { in onFoldingRange()
1115 Callback<std::vector<Location>> Reply) { in onGoToDeclaration()
1134 Callback<llvm::Optional<URIForFile>> Reply) { in onSwitchSourceHeader()
1181 Callback<Optional<TypeHierarchyItem>> Reply) { in onTypeHierarchy()
1188 Callback<Optional<TypeHierarchyItem>> Reply) { in onResolveTypeHierarchy()
1286 Callback<std::vector<Location>> Reply) { in onGoToImplementation()
1308 Callback<std::vector<SelectionRange>> Reply) { in onSelectionRange()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp186 ReplyOnce Reply(ID, Method, &Server, Tracer.Args); in onCall() local
655 decltype(Reply) Reply) { in onCommand()
811 Callback<std::vector<TextEdit>> Reply) { in onDocumentOnTypeFormatting()
824 Callback<std::vector<TextEdit>> Reply) { in onDocumentRangeFormatting()
841 Callback<std::vector<TextEdit>> Reply) { in onDocumentFormatting()
1044 Callback<std::vector<Location>> Reply) { in onGoToDeclaration()
1063 Callback<llvm::Optional<URIForFile>> Reply) { in onSwitchSourceHeader()
1110 Callback<Optional<TypeHierarchyItem>> Reply) { in onTypeHierarchy()
1117 Callback<Optional<TypeHierarchyItem>> Reply) { in onResolveTypeHierarchy()
1185 Callback<std::vector<SelectionRange>> Reply) { in onSelectionRange()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/
H A DClangdLSPServer.cpp186 ReplyOnce Reply(ID, Method, &Server, Tracer.Args); in onCall() local
655 decltype(Reply) Reply) { in onCommand()
811 Callback<std::vector<TextEdit>> Reply) { in onDocumentOnTypeFormatting()
824 Callback<std::vector<TextEdit>> Reply) { in onDocumentRangeFormatting()
841 Callback<std::vector<TextEdit>> Reply) { in onDocumentFormatting()
1044 Callback<std::vector<Location>> Reply) { in onGoToDeclaration()
1063 Callback<llvm::Optional<URIForFile>> Reply) { in onSwitchSourceHeader()
1110 Callback<Optional<TypeHierarchyItem>> Reply) { in onTypeHierarchy()
1117 Callback<Optional<TypeHierarchyItem>> Reply) { in onResolveTypeHierarchy()
1185 Callback<std::vector<SelectionRange>> Reply) { in onSelectionRange()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp749 decltype(Reply) Reply) { in onCommand()
911 Callback<std::vector<TextEdit>> Reply) { in onDocumentOnTypeFormatting()
925 Callback<std::vector<TextEdit>> Reply) { in onDocumentRangeFormatting()
946 Callback<std::vector<TextEdit>> Reply) { in onDocumentFormatting()
1009 Callback<std::vector<FoldingRange>> Reply) { in onFoldingRange()
1187 Callback<std::vector<Location>> Reply) { in onGoToDeclaration()
1206 Callback<llvm::Optional<URIForFile>> Reply) { in onSwitchSourceHeader()
1253 Callback<Optional<TypeHierarchyItem>> Reply) { in onTypeHierarchy()
1260 Callback<Optional<TypeHierarchyItem>> Reply) { in onResolveTypeHierarchy()
1354 Callback<std::vector<Location>> Reply) { in onGoToImplementation()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp749 decltype(Reply) Reply) { in onCommand()
911 Callback<std::vector<TextEdit>> Reply) { in onDocumentOnTypeFormatting()
925 Callback<std::vector<TextEdit>> Reply) { in onDocumentRangeFormatting()
946 Callback<std::vector<TextEdit>> Reply) { in onDocumentFormatting()
1009 Callback<std::vector<FoldingRange>> Reply) { in onFoldingRange()
1187 Callback<std::vector<Location>> Reply) { in onGoToDeclaration()
1206 Callback<llvm::Optional<URIForFile>> Reply) { in onSwitchSourceHeader()
1253 Callback<Optional<TypeHierarchyItem>> Reply) { in onTypeHierarchy()
1260 Callback<Optional<TypeHierarchyItem>> Reply) { in onResolveTypeHierarchy()
1354 Callback<std::vector<Location>> Reply) { in onGoToImplementation()
[all …]

12345678910>>...86