Home
last modified time | relevance | path

Searched defs:Reply (Results 101 – 125 of 2128) sorted by relevance

12345678910>>...86

/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/net/rpc/jsonrpc/
H A Dall_test.go25 type Reply struct { struct
26 C int
37 func (t *Arith) Add(args *Args, reply *Reply) error {
42 func (t *Arith) Mul(args *Args, reply *Reply) error {
47 func (t *Arith) Div(args *Args, reply *Reply) error {
55 func (t *Arith) Error(args *Args, reply *Reply) error {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/net/rpc/jsonrpc/
H A Dall_test.go24 type Reply struct { struct
25 C int
36 func (t *Arith) Add(args *Args, reply *Reply) error {
41 func (t *Arith) Mul(args *Args, reply *Reply) error {
46 func (t *Arith) Div(args *Args, reply *Reply) error {
54 func (t *Arith) Error(args *Args, reply *Reply) error {
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/net/rpc/jsonrpc/
H A Dall_test.go25 type Reply struct { struct
26 C int
37 func (t *Arith) Add(args *Args, reply *Reply) error {
42 func (t *Arith) Mul(args *Args, reply *Reply) error {
47 func (t *Arith) Div(args *Args, reply *Reply) error {
55 func (t *Arith) Error(args *Args, reply *Reply) error {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/net/rpc/jsonrpc/
H A Dall_test.go25 type Reply struct { struct
26 C int
37 func (t *Arith) Add(args *Args, reply *Reply) error {
42 func (t *Arith) Mul(args *Args, reply *Reply) error {
47 func (t *Arith) Div(args *Args, reply *Reply) error {
55 func (t *Arith) Error(args *Args, reply *Reply) error {
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/net/rpc/jsonrpc/
H A Dall_test.go25 type Reply struct { struct
26 C int
37 func (t *Arith) Add(args *Args, reply *Reply) error {
42 func (t *Arith) Mul(args *Args, reply *Reply) error {
47 func (t *Arith) Div(args *Args, reply *Reply) error {
55 func (t *Arith) Error(args *Args, reply *Reply) error {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/net/rpc/
H A Dserver_test.go38 type Reply struct { struct
39 C int
46 func (t *Arith) Add(args Args, reply *Reply) error {
51 func (t *Arith) Mul(args *Args, reply *Reply) error {
56 func (t *Arith) Div(args Args, reply *Reply) error {
69 func (t *Arith) Scan(args string, reply *Reply) (err error) {
74 func (t *Arith) Error(args *Args, reply *Reply) error {
80 func (t *hidden) Exported(args Args, reply *Reply) error {
479 func (t *ReplyNotPointer) ReplyNotPointer(args *Args, reply Reply) error {
483 func (t *ArgNotPublic) ArgNotPublic(args *local, reply *Reply) error {
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/net/rpc/
H A Dserver_test.go37 type Reply struct { struct
38 C int
45 func (t *Arith) Add(args Args, reply *Reply) error {
50 func (t *Arith) Mul(args *Args, reply *Reply) error {
55 func (t *Arith) Div(args Args, reply *Reply) error {
68 func (t *Arith) Scan(args string, reply *Reply) (err error) {
73 func (t *Arith) Error(args *Args, reply *Reply) error {
392 func (t *ReplyNotPointer) ReplyNotPointer(args *Args, reply Reply) error {
396 func (t *ArgNotPublic) ArgNotPublic(args *local, reply *Reply) error {
404 func (t *NeedsPtrType) NeedsPtrType(args *Args, reply *Reply) error {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/net/rpc/
H A Dserver_test.go37 type Reply struct { struct
38 C int
45 func (t *Arith) Add(args Args, reply *Reply) error {
50 func (t *Arith) Mul(args *Args, reply *Reply) error {
55 func (t *Arith) Div(args Args, reply *Reply) error {
68 func (t *Arith) Scan(args string, reply *Reply) (err error) {
73 func (t *Arith) Error(args *Args, reply *Reply) error {
392 func (t *ReplyNotPointer) ReplyNotPointer(args *Args, reply Reply) error {
396 func (t *ArgNotPublic) ArgNotPublic(args *local, reply *Reply) error {
404 func (t *NeedsPtrType) NeedsPtrType(args *Args, reply *Reply) error {
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/warp-0.1.19/src/
H A Dreply.rs230 pub trait Reply: Send { trait
296 fn _assert(_: &dyn Reply) {} in _assert_object_safe()
346 pub fn with_header<T: Reply, K, V>(reply: T, name: K, value: V) -> WithHeader<T> in with_header()
387 impl<T: Send> Reply for ::http::Response<T> impl
397 impl Reply for ::http::StatusCode { impl
463 impl Reply for &'static str { impl
486 impl Reply for &'static [u8] { impl
523 impl Reply for ::never::Never { impl
/dports/misc/estic/estic-1.61_10/estic/
H A Diccom.cc590 IstecMsg* Reply = IstecRead (); in IstecReadAck() local
750 IstecMsg* Reply = IstecRead (); in IstecGetDevConfig() local
794 IstecMsg* Reply = IstecRead (); in IstecGetBaseConfig() local
858 IstecMsg* Reply = IstecRead (); in IstecPutDevConfig() local
974 IstecMsg* Reply = IstecRead (); in IstecGetShortNumbers() local
1026 IstecMsg* Reply = IstecRead (); in IstecPutShortNumbers() local
1077 IstecMsg* Reply = IstecRead (); in IstecGetDayNight() local
1125 IstecMsg* Reply = IstecRead (); in IstecPutDayNight() local
1172 IstecMsg* Reply = IstecRead (); in IstecPutAlarm() local
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/warp-0.1.19/examples/
H A Dtodos.rs119 fn list_todos(opts: ListOptions, db: Db) -> impl warp::Reply { in list_todos()
132 fn create_todo(create: Todo, db: Db) -> Result<impl warp::Reply, warp::Rejection> { in create_todo()
152 fn update_todo(id: u64, update: Todo, db: Db) -> Result<impl warp::Reply, warp::Rejection> { in update_todo()
171 fn delete_todo(id: u64, db: Db) -> Result<impl warp::Reply, warp::Rejection> { in delete_todo()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/sample/nio/server/
H A DReply.java51 class Reply implements Sendable { class
74 Reply(Code rc, Content c) { in Reply() method in Reply
78 Reply(Code rc, Content c, Request.Action head) { in Reply() method in Reply
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/sample/nio/server/
H A DReply.java51 class Reply implements Sendable { class
74 Reply(Code rc, Content c) { in Reply() method in Reply
78 Reply(Code rc, Content c, Request.Action head) { in Reply() method in Reply
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/mach/
H A Dnotify_server.cc130 using Reply = __Reply__mach_notify_port_deleted_t; in MachMessageServerFunction() typedef
149 using Reply = __Reply__mach_notify_port_destroyed_t; in MachMessageServerFunction() typedef
169 using Reply = __Reply__mach_notify_no_senders_t; in MachMessageServerFunction() typedef
188 using Reply = __Reply__mach_notify_send_once_t; in MachMessageServerFunction() typedef
206 using Reply = __Reply__mach_notify_dead_name_t; in MachMessageServerFunction() typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/mach/
H A Dnotify_server.cc129 using Reply = __Reply__mach_notify_port_deleted_t; in MachMessageServerFunction() typedef
148 using Reply = __Reply__mach_notify_port_destroyed_t; in MachMessageServerFunction() typedef
168 using Reply = __Reply__mach_notify_no_senders_t; in MachMessageServerFunction() typedef
187 using Reply = __Reply__mach_notify_send_once_t; in MachMessageServerFunction() typedef
205 using Reply = __Reply__mach_notify_dead_name_t; in MachMessageServerFunction() typedef
/dports/sysutils/vivid/vivid-0.7.0/cargo-crates/rust-embed-5.9.0/examples/
H A Dwarp.rs21 async fn serve(path: Tail) -> Result<impl Reply, Rejection> { in serve()
25 fn serve_impl(path: &str) -> Result<impl Reply, Rejection> { in serve_impl()
/dports/devel/matreshka/matreshka-0.7.0/source/web/fastcgi/
H A Dfastcgi-replies.ads54 type Reply is tagged limited private; type
102 type Reply is tagged limited record type
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/rust-embed-6.2.0/examples/
H A Dwarp.rs21 async fn serve(path: Tail) -> Result<impl Reply, Rejection> { in serve()
25 fn serve_impl(path: &str) -> Result<impl Reply, Rejection> { in serve_impl()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/rust-embed-5.9.0/examples/
H A Dwarp.rs21 async fn serve(path: Tail) -> Result<impl Reply, Rejection> { in serve()
25 fn serve_impl(path: &str) -> Result<impl Reply, Rejection> { in serve_impl()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/warp-0.2.3/src/
H A Dreply.rs227 pub trait Reply: BoxedReply + Send { interface
299 fn _assert(_: &dyn Reply) {} in _assert_object_safe()
349 pub fn with_header<T: Reply, K, V>(reply: T, name: K, value: V) -> WithHeader<T> in with_header()
392 impl<T: Send> Reply for ::http::Response<T> impl
402 impl Reply for ::http::StatusCode { impl
456 impl Reply for &'static str { impl
473 impl Reply for &'static [u8] { impl
/dports/www/firefox/firefox-99.0/third_party/rust/warp/src/
H A Dreply.rs227 pub trait Reply: BoxedReply + Send { trait
299 fn _assert(_: &dyn Reply) {} in _assert_object_safe()
349 pub fn with_header<T: Reply, K, V>(reply: T, name: K, value: V) -> WithHeader<T> in with_header()
392 impl<T: Send> Reply for ::http::Response<T> impl
402 impl Reply for ::http::StatusCode { impl
456 impl Reply for &'static str { impl
473 impl Reply for &'static [u8] { impl
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/warp/src/
H A Dreply.rs227 pub trait Reply: BoxedReply + Send { trait
299 fn _assert(_: &dyn Reply) {} in _assert_object_safe()
349 pub fn with_header<T: Reply, K, V>(reply: T, name: K, value: V) -> WithHeader<T> in with_header()
392 impl<T: Send> Reply for ::http::Response<T> impl
402 impl Reply for ::http::StatusCode { impl
456 impl Reply for &'static str { impl
473 impl Reply for &'static [u8] { impl
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/warp/src/
H A Dreply.rs227 pub trait Reply: BoxedReply + Send { interface
299 fn _assert(_: &dyn Reply) {} in _assert_object_safe()
349 pub fn with_header<T: Reply, K, V>(reply: T, name: K, value: V) -> WithHeader<T> in with_header()
392 impl<T: Send> Reply for ::http::Response<T> impl
402 impl Reply for ::http::StatusCode { impl
456 impl Reply for &'static str { impl
473 impl Reply for &'static [u8] { impl
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/warp/src/
H A Dreply.rs227 pub trait Reply: BoxedReply + Send { interface
299 fn _assert(_: &dyn Reply) {} in _assert_object_safe()
349 pub fn with_header<T: Reply, K, V>(reply: T, name: K, value: V) -> WithHeader<T> in with_header()
392 impl<T: Send> Reply for ::http::Response<T> impl
402 impl Reply for ::http::StatusCode { impl
456 impl Reply for &'static str { impl
473 impl Reply for &'static [u8] { impl
/dports/security/keybase/client-v5.7.1/go/client/
H A Djson_api_common.go76 type Reply struct { struct
77 Jsonrpc string `json:"jsonrpc,omitempty"`
78 ID int `json:"id,omitempty"`
79 Error *CallError `json:"error,omitempty"`
80 Result interface{} `json:"result,omitempty"`
236 func encodeReply(call Call, reply Reply, wr io.Writer, indent bool) error {

12345678910>>...86