Home
last modified time | relevance | path

Searched refs:feature (Results 1 - 25 of 807) sorted by relevance

12345678910>>...33

/third_party/rust/crates/syn/src/gen/
H A Deq.rs4 #[cfg(any(feature = "derive", feature = "full"))]
7 #[cfg(any(feature = "derive", feature = "full"))]
8 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
10 #[cfg(any(feature = "derive", feature = "full"))]
11 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
17 #[cfg(any(feature = "derive", feature
[all...]
H A Dvisit_mut.rs6 #[cfg(any(feature = "full", feature = "derive"))]
10 #[cfg(feature = "full")]
16 #[cfg(all(feature = "derive", not(feature = "full")))]
32 #[cfg(any(feature = "derive", feature = "full"))]
33 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
37 #[cfg(any(feature in visit_abi_mut()
[all...]
H A Dvisit.rs6 #[cfg(any(feature = "full", feature = "derive"))]
10 #[cfg(feature = "full")]
16 #[cfg(all(feature = "derive", not(feature = "full")))]
31 #[cfg(any(feature = "derive", feature = "full"))]
32 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
36 #[cfg(any(feature
[all...]
H A Dclone.rs6 #[cfg(any(feature = "derive", feature = "full"))]
7 #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
16 #[cfg(any(feature = "derive", feature = "full"))]
17 #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
28 #[cfg(feature = "full")]
29 #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
42 #[cfg(any(feature = "derive", feature
[all...]
H A Dfold.rs10 #[cfg(any(feature = "full", feature = "derive"))]
14 #[cfg(feature = "full")]
20 #[cfg(all(feature = "derive", not(feature = "full")))]
32 #[cfg(any(feature = "derive", feature = "full"))]
33 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
37 #[cfg(any(feature in fold_abi()
[all...]
H A Dhash.rs4 #[cfg(any(feature = "derive", feature = "full"))]
8 #[cfg(any(feature = "derive", feature = "full"))]
9 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
18 #[cfg(any(feature = "derive", feature = "full"))]
19 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
29 #[cfg(feature = "full")]
30 #[cfg_attr(doc_cfg, doc(cfg(feature
[all...]
H A Ddebug.rs6 #[cfg(any(feature = "derive", feature = "full"))]
7 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
16 #[cfg(any(feature = "derive", feature = "full"))]
17 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
33 #[cfg(feature = "full")]
34 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
47 #[cfg(any(feature = "derive", feature
[all...]
/third_party/rust/crates/syn/src/
H A Dlib.rs38 //! - **Feature flags** — Functionality is aggressively feature gated so your
253 #![cfg_attr(doc_cfg, feature(doc_cfg))]
303 #[cfg(feature = "proc-macro")]
309 #[cfg(feature = "parsing")]
316 #[cfg(any(feature = "full", feature = "derive"))]
318 #[cfg(any(feature = "full", feature = "derive"))]
319 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature
[all...]
H A Dtoken.rs91 #[cfg(feature = "parsing")]
94 #[cfg(feature = "parsing")]
96 #[cfg(feature = "parsing")]
98 #[cfg(feature = "parsing")]
100 #[cfg(feature = "parsing")]
102 #[cfg(feature = "parsing")]
104 #[cfg(feature = "parsing")]
109 #[cfg(feature = "printing")]
111 #[cfg(any(feature = "parsing", feature
[all...]
H A Dexpr.rs4 #[cfg(feature = "printing")]
6 #[cfg(feature = "printing")]
9 #[cfg(feature = "parsing")]
16 /// feature, but most of the variants are not available unless "full" is enabled.*
87 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
245 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
255 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
266 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
277 #[cfg_attr(doc_cfg, doc(cfg(feature
[all...]
H A Dattr.rs6 #[cfg(feature = "parsing")]
8 #[cfg(feature = "parsing")]
23 /// - Inner attributes like `#![feature(proc_macro)]`. These appear inside
164 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
212 #[cfg(feature = "parsing")]
213 #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
235 #[cfg(feature = "parsing")]
236 #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
381 #[cfg(feature
[all...]
/third_party/rust/crates/nix/src/sys/
H A Dmod.rs10 feature! {
11 #![feature = "aio"]
15 feature! {
16 #![feature = "event"]
48 #[cfg(feature = "ioctl")]
49 #[cfg_attr(docsrs, doc(cfg(feature = "ioctl")))]
54 feature! {
55 #![feature = "fs"]
60 feature! {
61 #![feature
[all...]
/third_party/rust/crates/rustix/src/
H A Dlib.rs8 //! # #[cfg(feature = "net")]
20 //! # #[cfg(feature = "net")]
99 #![cfg_attr(rustc_attrs, feature(rustc_attrs))]
100 #![cfg_attr(doc_cfg, feature(doc_cfg))]
101 #![cfg_attr(all(target_os = "wasi", feature = "std"), feature(wasi_ext))]
104 feature(naked_functions)
106 #![cfg_attr(io_lifetimes_use_std, feature(io_safety))]
107 #![cfg_attr(core_ffi_c, feature(core_ffi_c))]
108 #![cfg_attr(core_c_str, feature(core_c_st
[all...]
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
H A Dmod.rs1 #[cfg(feature = "unicode-age")]
4 #[cfg(feature = "unicode-case")]
7 #[cfg(feature = "unicode-gencat")]
10 #[cfg(feature = "unicode-segment")]
13 #[cfg(all(feature = "unicode-perl", not(feature = "unicode-gencat")))]
17 #[cfg(all(feature = "unicode-perl", not(feature = "unicode-bool")))]
21 #[cfg(feature = "unicode-perl")]
24 #[cfg(feature
[all...]
/third_party/rust/crates/linux-raw-sys/src/
H A Dlib.rs2 #![cfg_attr(not(feature = "std"), no_std)]
4 #[cfg(feature = "std")]
7 #[cfg(all(not(feature = "std"), feature = "no_std"))]
66 #[cfg(feature = "general")]
78 #[cfg(feature = "general")]
81 #[cfg(feature = "general")]
135 #[cfg(feature = "errno")]
139 #[cfg(feature = "general")]
143 #[cfg(feature
[all...]
/third_party/rust/crates/serde/serde/src/
H A Dlib.rs100 #![cfg_attr(not(feature = "std"), no_std)]
101 // Show which crate feature enables conditionally compiled APIs in documentation.
102 #![cfg_attr(doc_cfg, feature(doc_cfg))]
107 #![cfg_attr(feature = "unstable", feature(error_in_core, never_type))]
159 #[cfg(feature = "alloc")]
167 #[cfg(not(feature = "std"))]
169 #[cfg(feature = "std")]
178 #[cfg(any(feature = "std", feature
[all...]
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddevice.cc100 for (const auto& feature : required_features) { in AreAllRequiredFeaturesSupported()
101 if (feature == "robustBufferAccess") { in AreAllRequiredFeaturesSupported()
106 if (feature == "fullDrawIndexUint32") { in AreAllRequiredFeaturesSupported()
111 if (feature == "imageCubeArray") { in AreAllRequiredFeaturesSupported()
116 if (feature == "independentBlend") { in AreAllRequiredFeaturesSupported()
121 if (feature == "geometryShader") { in AreAllRequiredFeaturesSupported()
126 if (feature == "tessellationShader") { in AreAllRequiredFeaturesSupported()
131 if (feature == "sampleRateShading") { in AreAllRequiredFeaturesSupported()
136 if (feature == "dualSrcBlend") { in AreAllRequiredFeaturesSupported()
141 if (feature in AreAllRequiredFeaturesSupported()
[all...]
/third_party/rust/crates/rustix/src/net/
H A Dip.rs36 #[cfg_attr(staged_api, stable(feature = "ip_addr", since = "1.7.0"))]
40 #[cfg_attr(staged_api, stable(feature = "ip_addr", since = "1.7.0"))]
41 V4(#[cfg_attr(staged_api, stable(feature = "ip_addr", since = "1.7.0"))] Ipv4Addr),
43 #[cfg_attr(staged_api, stable(feature = "ip_addr", since = "1.7.0"))]
44 V6(#[cfg_attr(staged_api, stable(feature = "ip_addr", since = "1.7.0"))] Ipv6Addr),
79 #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))]
161 #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))]
176 /// #![feature(ip)]
202 #[cfg_attr(staged_api, unstable(feature = "ip", issue = "27709"))]
237 rustc_const_stable(feature
[all...]
H A Daddr.rs39 #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))]
42 #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))]
43 V4(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] SocketAddrV4),
45 #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))]
46 V6(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] SocketAddrV6),
75 #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))]
108 #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))]
130 #[cfg_attr(staged_api, stable(feature = "ip_addr", since = "1.7.0"))]
134 rustc_const_unstable(feature = "const_socketaddr", issue = "82485")
154 #[cfg_attr(staged_api, stable(feature
[all...]
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dmod.rs22 #[cfg(any(feature = "time", target_arch = "x86"))]
24 #[cfg(any(feature = "time", target_arch = "x86"))]
27 #[cfg(feature = "fs")]
30 #[cfg(feature = "io_uring")]
32 #[cfg(feature = "mm")]
34 #[cfg(feature = "net")]
37 feature = "param",
38 feature = "runtime",
39 feature = "time",
44 #[cfg(feature
[all...]
/third_party/rust/crates/serde/serde/src/ser/
H A Dimpls.rs50 #[cfg(any(feature = "std", feature = "alloc"))]
51 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
73 #[cfg(any(feature = "std", not(no_core_cstr)))]
74 #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
85 #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))]
86 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature
[all...]
/third_party/rust/crates/clap/tests/
H A Dexamples.rs4 #[cfg(feature = "help")]
5 #[cfg(feature = "error-context")]
6 #[cfg(feature = "usage")]
10 #[cfg(feature = "std")] in example_tests()
12 #[cfg(feature = "derive")] in example_tests()
14 #[cfg(feature = "cargo")] in example_tests()
16 #[cfg(feature = "color")] in example_tests()
18 #[cfg(feature = "env")] in example_tests()
20 #[cfg(feature = "suggestions")] in example_tests()
22 #[cfg(feature in example_tests()
[all...]
H A Dui.rs4 #[cfg(feature = "help")]
5 #[cfg(feature = "error-context")]
6 #[cfg(feature = "usage")]
10 #[cfg(feature = "std")] in ui_tests()
12 #[cfg(feature = "derive")] in ui_tests()
14 #[cfg(feature = "cargo")] in ui_tests()
16 #[cfg(feature = "color")] in ui_tests()
18 #[cfg(feature = "env")] in ui_tests()
20 #[cfg(feature = "suggestions")] in ui_tests()
22 #[cfg(feature in ui_tests()
[all...]
/third_party/rust/crates/nix/src/
H A Dlib.rs15 //! * `feature` - Query characteristics of the OS at runtime
50 #![cfg_attr(not(feature = "default"), allow(unused_imports))]
55 #![cfg_attr(docsrs, feature(doc_cfg))]
67 feature! {
68 #![feature = "dir"]
71 feature! {
72 #![feature = "env"]
77 feature! {
78 #![feature = "feature"]
[all...]
/third_party/rust/crates/regex/bench/src/
H A Dsherlock.rs84 #[cfg(not(feature = "re-pcre1"))]
85 #[cfg(not(feature = "re-pcre2"))]
86 #[cfg(not(feature = "re-tcl"))]
88 #[cfg(not(feature = "re-onig"))]
89 #[cfg(not(feature = "re-pcre1"))]
90 #[cfg(not(feature = "re-pcre2"))]
91 #[cfg(not(feature = "re-tcl"))]
96 #[cfg(not(feature = "re-tcl"))]
99 #[cfg(not(feature = "re-tcl"))]
102 #[cfg(not(feature
[all...]

Completed in 20 milliseconds

12345678910>>...33