Home
last modified time | relevance | path

Searched refs:Output (Results 1 – 25 of 204) sorted by relevance

123456789

/wasmtime-44.0.1/winch/codegen/src/
H A Dvisitor.rs573 type Output = Result<()>; typedef
896 fn visit_f32_eq(&mut self) -> Self::Output { in visit_f32_eq() argument
906 fn visit_f64_eq(&mut self) -> Self::Output { in visit_f64_eq() argument
916 fn visit_f32_ne(&mut self) -> Self::Output { in visit_f32_ne() argument
926 fn visit_f64_ne(&mut self) -> Self::Output { in visit_f64_ne() argument
936 fn visit_f32_lt(&mut self) -> Self::Output { in visit_f32_lt() argument
946 fn visit_f64_lt(&mut self) -> Self::Output { in visit_f64_lt() argument
1450 fn visit_end(&mut self) -> Self::Output { in visit_end() argument
1920 fn visit_nop(&mut self) -> Self::Output { in visit_nop() argument
1934 fn visit_else(&mut self) -> Self::Output { in visit_else() argument
[all …]
/wasmtime-44.0.1/crates/wasmtime/src/runtime/store/
H A Ddata.rs58 type Output = <StoreData as Index<I>>::Output; typedef
61 fn index(&self, index: I) -> &Self::Output { in index() argument
71 fn index_mut(&mut self, index: I) -> &mut Self::Output { in index_mut() argument
81 type Output = <StoreOpaque as Index<I>>::Output; typedef
84 fn index(&self, index: I) -> &Self::Output { in index() argument
94 type Output = <StoreOpaque as Index<I>>::Output; typedef
97 fn index(&self, index: I) -> &Self::Output { in index() argument
107 fn index_mut(&mut self, index: I) -> &mut Self::Output { in index_mut() argument
117 type Output = <StoreOpaque as Index<I>>::Output; typedef
119 fn index(&self, index: I) -> &Self::Output { in index() argument
[all …]
/wasmtime-44.0.1/crates/component-macro/tests/expanded/
H A Dresources-import_async.rs11 Output = wasmtime::component::Resource<WorldResource>, in new()
16 ) -> impl ::core::future::Future<Output = ()> + Send; in foo() argument
27 Output = wasmtime::component::Resource<WorldResource>, in new()
34 ) -> impl ::core::future::Future<Output = ()> + Send { in foo() argument
162 Output = wasmtime::component::Resource<WorldResource>, in some_world_func()
169 Output = wasmtime::component::Resource<WorldResource>, in some_world_func()
426 Output = wasmtime::component::Resource<Bar>, in new()
531 Output = Result< in new()
545 Output = Result< in new()
1229 Output = wasmtime::component::Resource<A>, in foo()
[all …]
H A Dresources-import_tracing_async.rs11 Output = wasmtime::component::Resource<WorldResource>, in new()
16 ) -> impl ::core::future::Future<Output = ()> + Send; in foo() argument
27 Output = wasmtime::component::Resource<WorldResource>, in new()
34 ) -> impl ::core::future::Future<Output = ()> + Send { in foo() argument
162 Output = wasmtime::component::Resource<WorldResource>, in some_world_func()
169 Output = wasmtime::component::Resource<WorldResource>, in some_world_func()
489 Output = wasmtime::component::Resource<Bar>, in new()
594 Output = Result< in new()
608 Output = Result< in new()
1633 Output = wasmtime::component::Resource<A>, in foo()
[all …]
H A Dintegers_async.rs203 ) -> impl ::core::future::Future<Output = ()> + Send; in a1() argument
207 ) -> impl ::core::future::Future<Output = ()> + Send; in a2() argument
211 ) -> impl ::core::future::Future<Output = ()> + Send; in a3() argument
215 ) -> impl ::core::future::Future<Output = ()> + Send; in a4() argument
219 ) -> impl ::core::future::Future<Output = ()> + Send; in a5() argument
223 ) -> impl ::core::future::Future<Output = ()> + Send; in a6() argument
227 ) -> impl ::core::future::Future<Output = ()> + Send; in a7() argument
231 ) -> impl ::core::future::Future<Output = ()> + Send; in a8() argument
242 ) -> impl ::core::future::Future<Output = ()> + Send; in a9() argument
259 ) -> impl ::core::future::Future<Output = ()> + Send { in a1() argument
[all …]
H A Dconventions_async.rs234 ) -> impl ::core::future::Future<Output = ()> + Send; in kebab_case() argument
238 ) -> impl ::core::future::Future<Output = ()> + Send; in foo() argument
241 ) -> impl ::core::future::Future<Output = ()> + Send; in function_with_dashes() argument
244 ) -> impl ::core::future::Future<Output = ()> + Send; in function_with_no_weird_characters() argument
248 ) -> impl ::core::future::Future<Output = ()> + Send; in apple_pear() argument
251 ) -> impl ::core::future::Future<Output = ()> + Send; in apple_pear_grape() argument
261 ) -> impl ::core::future::Future<Output = ()> + Send; in explicit() argument
264 ) -> impl ::core::future::Future<Output = ()> + Send; in explicit_kebab() argument
271 ) -> impl ::core::future::Future<Output = ()> + Send { in kebab_case() argument
277 ) -> impl ::core::future::Future<Output = ()> + Send { in foo() argument
[all …]
H A Dlists_async.rs381 ) -> impl ::core::future::Future<Output = ()> + Send; in list_u8_param() argument
385 ) -> impl ::core::future::Future<Output = ()> + Send; in list_u16_param() argument
389 ) -> impl ::core::future::Future<Output = ()> + Send; in list_u32_param() argument
393 ) -> impl ::core::future::Future<Output = ()> + Send; in list_u64_param() argument
397 ) -> impl ::core::future::Future<Output = ()> + Send; in list_s8_param() argument
483 Output = wasmtime::component::__internal::Vec< in string_list_ret()
493 Output = wasmtime::component::__internal::Vec< in tuple_string_list()
503 Output = wasmtime::component::__internal::Vec< in string_list()
680 Output = wasmtime::component::__internal::Vec< in string_list_ret()
692 Output = wasmtime::component::__internal::Vec< in tuple_string_list()
[all …]
H A Dresources-import_concurrent.rs6 ) -> impl ::core::future::Future<Output = wasmtime::Result<()>> + Send in drop() argument
12 Output = wasmtime::component::Resource<WorldResource>, in new()
17 ) -> impl ::core::future::Future<Output = ()> + Send; in foo() argument
20 ) -> impl ::core::future::Future<Output = ()> + Send; in static_foo() argument
134 Output = wasmtime::component::Resource<WorldResource>, in some_world_func()
399 Output = wasmtime::component::Resource<Bar>, in new()
477 Output = Result< in new()
489 ) -> impl ::core::future::Future<Output = ()> + Send; in bar_own_arg() argument
497 Output = wasmtime::component::Resource<Bar>, in bar_result()
553 Output = wasmtime::component::__internal::Vec< in list_result()
[all …]
H A Dintegers_tracing_async.rs203 ) -> impl ::core::future::Future<Output = ()> + Send; in a1() argument
207 ) -> impl ::core::future::Future<Output = ()> + Send; in a2() argument
211 ) -> impl ::core::future::Future<Output = ()> + Send; in a3() argument
215 ) -> impl ::core::future::Future<Output = ()> + Send; in a4() argument
219 ) -> impl ::core::future::Future<Output = ()> + Send; in a5() argument
223 ) -> impl ::core::future::Future<Output = ()> + Send; in a6() argument
227 ) -> impl ::core::future::Future<Output = ()> + Send; in a7() argument
231 ) -> impl ::core::future::Future<Output = ()> + Send; in a8() argument
242 ) -> impl ::core::future::Future<Output = ()> + Send; in a9() argument
259 ) -> impl ::core::future::Future<Output = ()> + Send { in a1() argument
[all …]
H A Dconventions_tracing_async.rs234 ) -> impl ::core::future::Future<Output = ()> + Send; in kebab_case() argument
238 ) -> impl ::core::future::Future<Output = ()> + Send; in foo() argument
241 ) -> impl ::core::future::Future<Output = ()> + Send; in function_with_dashes() argument
244 ) -> impl ::core::future::Future<Output = ()> + Send; in function_with_no_weird_characters() argument
248 ) -> impl ::core::future::Future<Output = ()> + Send; in apple_pear() argument
251 ) -> impl ::core::future::Future<Output = ()> + Send; in apple_pear_grape() argument
261 ) -> impl ::core::future::Future<Output = ()> + Send; in explicit() argument
264 ) -> impl ::core::future::Future<Output = ()> + Send; in explicit_kebab() argument
271 ) -> impl ::core::future::Future<Output = ()> + Send { in kebab_case() argument
277 ) -> impl ::core::future::Future<Output = ()> + Send { in foo() argument
[all …]
H A Dsimple-functions_async.rs200 fn f1(&mut self) -> impl ::core::future::Future<Output = ()> + Send; in f1() argument
204 ) -> impl ::core::future::Future<Output = ()> + Send; in f2() argument
209 ) -> impl ::core::future::Future<Output = ()> + Send; in f3() argument
210 fn f4(&mut self) -> impl ::core::future::Future<Output = u32> + Send; in f4() argument
213 ) -> impl ::core::future::Future<Output = (u32, u32)> + Send; in f5() argument
219 ) -> impl ::core::future::Future<Output = (u32, u32, u32)> + Send; in f6() argument
222 fn f1(&mut self) -> impl ::core::future::Future<Output = ()> + Send { in f1() argument
228 ) -> impl ::core::future::Future<Output = ()> + Send { in f2() argument
235 ) -> impl ::core::future::Future<Output = ()> + Send { in f3() argument
243 ) -> impl ::core::future::Future<Output = (u32, u32)> + Send { in f5() argument
[all …]
H A Dlists_tracing_async.rs381 ) -> impl ::core::future::Future<Output = ()> + Send; in list_u8_param() argument
385 ) -> impl ::core::future::Future<Output = ()> + Send; in list_u16_param() argument
389 ) -> impl ::core::future::Future<Output = ()> + Send; in list_u32_param() argument
393 ) -> impl ::core::future::Future<Output = ()> + Send; in list_u64_param() argument
397 ) -> impl ::core::future::Future<Output = ()> + Send; in list_s8_param() argument
483 Output = wasmtime::component::__internal::Vec< in string_list_ret()
493 Output = wasmtime::component::__internal::Vec< in tuple_string_list()
503 Output = wasmtime::component::__internal::Vec< in string_list()
680 Output = wasmtime::component::__internal::Vec< in string_list_ret()
692 Output = wasmtime::component::__internal::Vec< in tuple_string_list()
[all …]
H A Drecords_async.rs400 ) -> impl ::core::future::Future<Output = ()> + Send; in tuple_arg() argument
407 ) -> impl ::core::future::Future<Output = ()> + Send; in empty_arg() argument
414 ) -> impl ::core::future::Future<Output = ()> + Send; in scalar_arg() argument
421 ) -> impl ::core::future::Future<Output = ()> + Send; in flags_arg() argument
428 ) -> impl ::core::future::Future<Output = ()> + Send; in aggregate_arg() argument
435 ) -> impl ::core::future::Future<Output = i32> + Send; in typedef_inout() argument
441 ) -> impl ::core::future::Future<Output = ()> + Send { in tuple_arg() argument
452 ) -> impl ::core::future::Future<Output = ()> + Send { in empty_arg() argument
463 ) -> impl ::core::future::Future<Output = ()> + Send { in scalar_arg() argument
474 ) -> impl ::core::future::Future<Output = ()> + Send { in flags_arg() argument
[all …]
H A Dunstable-features_async.rs91 ) -> impl ::core::future::Future<Output = ()> + Send; in foo() argument
95 ) -> impl ::core::future::Future<Output = wasmtime::Result<()>> + Send; in drop() argument
101 ) -> impl ::core::future::Future<Output = ()> + Send { in foo() argument
217 fn foo(&mut self) -> impl ::core::future::Future<Output = ()> + Send; in foo() argument
220 fn foo(&mut self) -> impl ::core::future::Future<Output = ()> + Send { in foo() argument
426 ) -> impl ::core::future::Future<Output = ()> + Send; in foo() argument
430 ) -> impl ::core::future::Future<Output = wasmtime::Result<()>> + Send; in drop() argument
436 ) -> impl ::core::future::Future<Output = ()> + Send { in foo() argument
452 fn foo(&mut self) -> impl ::core::future::Future<Output = ()> + Send; in foo() argument
455 fn foo(&mut self) -> impl ::core::future::Future<Output = ()> + Send { in foo() argument
H A Dvariants_async.rs475 ) -> impl ::core::future::Future<Output = ()> + Send; in e1_arg() argument
478 ) -> impl ::core::future::Future<Output = E1> + Send; in e1_result() argument
482 ) -> impl ::core::future::Future<Output = ()> + Send; in v1_arg() argument
505 Output = ( in option_result()
540 Output = ( in result_result()
561 Output = Result<MyErrno, MyErrno>, in return_result_sugar3()
566 Output = Result<(i32, u32), MyErrno>, in return_result_sugar4()
633 Output = ( in option_result()
674 Output = ( in result_result()
701 Output = Result<MyErrno, MyErrno>, in return_result_sugar3()
[all …]
/wasmtime-44.0.1/cranelift/assembler-x64/meta/src/dsl/
H A Dfeatures.rs50 type Output = Features; typedef
51 fn bitor(self, rhs: T) -> Self::Output { in bitor() argument
60 type Output = Features; typedef
61 fn bitand(self, rhs: T) -> Self::Output { in bitand() argument
148 type Output = Features; typedef
149 fn bitand(self, rhs: T) -> Self::Output { in bitand() argument
158 type Output = Features; typedef
159 fn bitor(self, rhs: T) -> Self::Output { in bitor() argument
H A Dcustom.rs33 type Output = Custom; typedef
34 fn bitor(self, rhs: Self) -> Self::Output { in bitor() argument
41 type Output = Custom; typedef
42 fn bitor(mut self, rhs: Customization) -> Self::Output { in bitor() argument
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dhelpers.rs14 N: Not<Output = N> in align_to() argument
15 + BitAnd<N, Output = N> in align_to()
16 + Add<N, Output = N> in align_to()
17 + Sub<N, Output = N> in align_to()
/wasmtime-44.0.1/crates/wizer/src/
H A Dcomponent.rs62 ) -> impl Future<Output = ()> + Send; in call_func_ret_list_u8() argument
66 -> impl Future<Output = i32> + Send; in call_func_ret_s32() argument
70 -> impl Future<Output = i64> + Send; in call_func_ret_s64() argument
74 -> impl Future<Output = u32> + Send; in call_func_ret_f32() argument
78 -> impl Future<Output = u64> + Send; in call_func_ret_f64() argument
/wasmtime-44.0.1/crates/wasi/src/
H A Druntime.rs77 type Output = T; typedef
78 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() argument
86 pub fn spawn<F>(f: F) -> AbortOnDropJoinHandle<F::Output> in spawn()
89 F::Output: Send + 'static, in spawn()
104 pub fn in_tokio<F: Future>(f: F) -> F::Output { in in_tokio() argument
180 pub fn poll_noop<F>(future: Pin<&mut F>) -> Option<F::Output> in poll_noop()
/wasmtime-44.0.1/cranelift/bitset/src/
H A Dscalar.rs535 + Shl<u8, Output = Self>
536 + Shr<u8, Output = Self>
537 + BitAnd<Output = Self>
538 + BitOr<Output = Self>
539 + Not<Output = Self>
540 + Sub<Output = Self>
541 + Add<Output = Self>
/wasmtime-44.0.1/crates/wasi-http/src/p3/
H A Dmod.rs112 fut: Box<dyn Future<Output = Result<(), ErrorCode>> + Send>, in send_request() argument
115 Output = HttpResult<( in send_request() argument
117 Box<dyn Future<Output = Result<(), ErrorCode>> + Send>, in send_request()
128 Box::new(io) as Box<dyn Future<Output = _> + Send>, in send_request()
154 fut: Box<dyn Future<Output = Result<(), ErrorCode>> + Send>, in send_request() argument
157 Output = HttpResult<( in send_request() argument
159 Box<dyn Future<Output = Result<(), ErrorCode>> + Send>, in send_request()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dabort.rs83 pub(crate) fn run<F>(future: F) -> (JoinHandle, impl Future<Output = Option<F::Output>>) in run() argument
102 type Output = (); typedef
104 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() argument
135 type Output = Option<F::Output>; typedef
137 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() argument
/wasmtime-44.0.1/cranelift/isle/isle/isle_examples/link/
H A Dmulti_constructor_main.rs19 type Output = u32; typedef
33 type Output = u32; typedef
56 I: multi_constructor::ContextIter<Output = Item, Context = Context>,
62 impl<'a, Item, I: multi_constructor::ContextIter<Output = Item, Context = Context>> Iterator
H A Dmulti_extractor_main.rs24 type Output = (A, u32); typedef
25 fn next(&mut self, _ctx: &mut Self::Context) -> Option<Self::Output> { in next() argument
44 type Output = (A, u32); typedef

123456789