Home
last modified time | relevance | path

Searched defs:input (Results 26 – 50 of 131093) sorted by path

12345678910>>...5244

/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/regex-1.5.4/tests/
H A Dconsistent.rs161 let input = $mk_input(gen); localVariable
162 let input = &input; localVariable
H A Dtest_crates_regex.rs23 let input = "䅅\\u{a0}"; localVariable
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/serde_derive-1.0.136/src/
H A Dlib.rs90 let mut input = parse_macro_input!(input as DeriveInput); in derive_serialize() localVariable
98 let mut input = parse_macro_input!(input as DeriveInput); in derive_deserialize() localVariable
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/serde_repr-0.1.7/src/
H A Dlib.rs53 let input = parse_macro_input!(input as Input); in derive_serialize() localVariable
82 let input = parse_macro_input!(input as Input); in derive_deserialize() localVariable
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/sha1_smol-1.0.0/src/
H A Dlib.rs218 fn input<F>(&mut self, mut input: &[u8], mut f: F) in input() method
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/syn-1.0.86/tests/
H A Dtest_asyncness.rs8 let input = "async fn process() {}"; in test_async_fn() localVariable
26 let input = "async || {}"; in test_async_closure() localVariable
H A Dtest_derive_input.rs11 let input = quote! { in test_unit() localVariable
30 let input = quote! { in test_struct() localVariable
143 let input = quote! { in test_union() localVariable
197 let input = quote! { in test_enum() localVariable
359 let input = quote! { in test_attr_with_path() localVariable
401 let input = quote! { in test_attr_with_non_mod_style_path() localVariable
437 let input = quote! { in test_attr_with_mod_style_path_with_self() localVariable
491 let input = quote! { in test_pub_restricted() localVariable
550 let input = quote! { in test_vis_crate() localVariable
569 let input = quote! { in test_pub_restricted_crate() localVariable
[all …]
H A Dtest_generics.rs11 let input = quote! { in test_split_for_impl() localVariable
178 let input = quote! { in test_fn_precedence_in_where_clause() localVariable
278 let input = quote! { in test_where_clause_at_end_of_input() localVariable
H A Dtest_meta.rs10 let input = "hello"; in test_parse_meta_item_word() localVariable
26 let input = "foo = 5"; in test_parse_meta_name_value() localVariable
62 let input = "static = 5"; in test_parse_meta_name_value_with_keyword() localVariable
98 let input = "true = 5"; in test_parse_meta_name_value_with_bool() localVariable
134 let input = "foo(5)"; in test_parse_meta_item_list_lit() localVariable
174 let input = "foo(word, name = 5, list(name2 = 6), word2)"; in test_parse_meta_item_multiple() localVariable
312 let input = "5"; in test_parse_nested_meta() localVariable
315 let input = "list(name2 = 6)"; in test_parse_nested_meta() localVariable
345 let input = "::serde::Serialize"; in test_parse_path() localVariable
362 let input = "::serde::Serialize"; in test_parse_path() localVariable
H A Dtest_token_trees.rs10 let input = " in test_struct() localVariable
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/thiserror-impl-1.0.30/src/
H A Dexpand.rs13 let input = Input::from_syn(node)?; in derive() localVariable
H A Dlib.rs28 let input = parse_macro_input!(input as DeriveInput); in derive_error() localVariable
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/tokio-1.16.1/tests/
H A Dprocess_issue_2174.rs27 let mut input = child.stdin.take().unwrap(); in issue_2174() localVariable
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/tokio-macros-1.7.0/src/
H A Dentry.rs387 let input: syn::ItemFn = match syn::parse(item.clone()) { in main() localVariable
411 let input: syn::ItemFn = match syn::parse(item.clone()) { in test() localVariable
H A Dselect.rs49 let mut input: syn::Pat = match syn::parse(input.clone()) { in clean_pattern_macro() localVariable
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/toml-0.5.8/examples/
H A Dtoml2json.rs13 let mut input = String::new(); in main() localVariable
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/toml-0.5.8/src/
H A Dde.rs205 input: &'a str, field
H A Dtokens.rs69 input: &'a str, field
272 pub fn input(&self) -> &'a str { in input() method
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/zbus_macros-2.1.1/src/
H A Dlib.rs170 let input = parse_macro_input!(item as ItemTrait); in dbus_proxy() localVariable
288 let input = syn::parse_macro_input!(item as ItemImpl); in dbus_interface() localVariable
328 let input = parse_macro_input!(input as DeriveInput); in derive_dbus_error() localVariable
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/zvariant_derive-3.1.2/src/
H A Dlib.rs191 let input: DeriveInput = syn::parse(input).unwrap(); in serialize_dict_macro_derive() localVariable
227 let input: DeriveInput = syn::parse(input).unwrap(); in deserialize_dict_macro_derive() localVariable
/dports/archivers/brotli/brotli-1.0.9/c/common/
H A Dplatform.h493 static BROTLI_INLINE brotli_reg_t BrotliRBit(brotli_reg_t input) { in BrotliRBit()
/dports/archivers/brotli/brotli-1.0.9/c/enc/
H A Dbrotli_bit_stream.c936 const uint8_t* input, size_t start_pos, size_t length, size_t mask, in BrotliStoreMetaBlock()
1069 static void BuildHistograms(const uint8_t* input, in BuildHistograms()
1094 static void StoreDataWithHuffmanCodes(const uint8_t* input, in StoreDataWithHuffmanCodes()
1135 const uint8_t* input, size_t start_pos, size_t length, size_t mask, in BrotliStoreMetaBlockTrivial()
1188 const uint8_t* input, size_t start_pos, size_t length, size_t mask, in BrotliStoreMetaBlockFast()
1280 const uint8_t* BROTLI_RESTRICT input, in BrotliStoreUncompressedMetaBlock()
H A Dcompress_fragment.c73 const uint8_t* input, in BuildAndStoreLiteralPrefixCode()
316 static BROTLI_INLINE void EmitLiterals(const uint8_t* input, const size_t len, in EmitLiterals()
426 MemoryManager* m, const uint8_t* input, size_t input_size, in BrotliCompressFragmentFastImpl()
H A Dcompress_fragment_two_pass.c239 static BROTLI_INLINE void CreateCommands(const uint8_t* input, in CreateCommands()
525 const uint8_t* input, size_t input_size, size_t num_literals) { in ShouldCompress()
548 static void EmitUncompressedMetaBlock(const uint8_t* input, size_t input_size, in EmitUncompressedMetaBlock()
558 MemoryManager* m, const uint8_t* input, size_t input_size, in BrotliCompressFragmentTwoPassImpl()
H A Dencode.c402 static BROTLI_BOOL ShouldUseComplexStaticContextMap(const uint8_t* input, in ShouldUseComplexStaticContextMap()
482 static void DecideOverLiteralContextModeling(const uint8_t* input, in DecideOverLiteralContextModeling()
1440 const uint8_t* input, size_t input_size, uint8_t* output) { in MakeUncompressedStream()

12345678910>>...5244