Home
last modified time | relevance | path

Searched refs:PatType (Results 1 – 25 of 1626) sorted by relevance

12345678910>>...66

/dports/sysutils/vector/vector-0.10.0/cargo-crates/syn-mid-0.5.0/src/
H A Darg.rs3 use super::PatType;
13 Typed(PatType),
34 use super::{FnArg, PatType, Receiver};
72 fn fn_arg_typed(input: ParseStream<'_>) -> Result<PatType> { in fn_arg_typed() argument
73 Ok(PatType { in fn_arg_typed()
H A Dpat.rs32 Type(PatType),
101 pub struct PatType {
310 FieldPat, PatIdent, PatPath, PatReference, PatStruct, PatTuple, PatTupleStruct, PatType,
349 impl ToTokens for PatType { implementation
H A Dlib.rs106 use super::{Block, FnArg, ItemFn, PatType, Signature};
134 if let FnArg::Typed(PatType { ty, .. }) = input { in parse()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/syn-mid-0.5.0/src/
H A Darg.rs3 use super::PatType;
13 Typed(PatType),
34 use super::{FnArg, PatType, Receiver};
72 fn fn_arg_typed(input: ParseStream<'_>) -> Result<PatType> { in fn_arg_typed() argument
73 Ok(PatType { in fn_arg_typed()
H A Dpat.rs32 Type(PatType),
101 pub struct PatType {
310 FieldPat, PatIdent, PatPath, PatReference, PatStruct, PatTuple, PatTupleStruct, PatType,
349 impl ToTokens for PatType { implementation
H A Dlib.rs106 use super::{Block, FnArg, ItemFn, PatType, Signature};
134 if let FnArg::Typed(PatType { ty, .. }) = input { in parse()
/dports/textproc/sd/sd-0.7.6/cargo-crates/syn-mid-0.5.0/src/
H A Darg.rs3 use super::PatType;
13 Typed(PatType),
34 use super::{FnArg, PatType, Receiver};
72 fn fn_arg_typed(input: ParseStream<'_>) -> Result<PatType> { in fn_arg_typed() argument
73 Ok(PatType { in fn_arg_typed()
H A Dpat.rs32 Type(PatType),
101 pub struct PatType {
310 FieldPat, PatIdent, PatPath, PatReference, PatStruct, PatTuple, PatTupleStruct, PatType,
349 impl ToTokens for PatType { implementation
H A Dlib.rs106 use super::{Block, FnArg, ItemFn, PatType, Signature};
134 if let FnArg::Typed(PatType { ty, .. }) = input { in parse()
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/syn-mid-0.5.0/src/
H A Darg.rs3 use super::PatType;
13 Typed(PatType),
34 use super::{FnArg, PatType, Receiver};
72 fn fn_arg_typed(input: ParseStream<'_>) -> Result<PatType> { in fn_arg_typed() argument
73 Ok(PatType { in fn_arg_typed()
H A Dpat.rs32 Type(PatType),
101 pub struct PatType {
310 FieldPat, PatIdent, PatPath, PatReference, PatStruct, PatTuple, PatTupleStruct, PatType,
349 impl ToTokens for PatType { implementation
H A Dlib.rs106 use super::{Block, FnArg, ItemFn, PatType, Signature};
134 if let FnArg::Typed(PatType { ty, .. }) = input { in parse()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/syn-mid-0.5.0/src/
H A Darg.rs3 use super::PatType;
13 Typed(PatType),
34 use super::{FnArg, PatType, Receiver};
72 fn fn_arg_typed(input: ParseStream<'_>) -> Result<PatType> {
73 Ok(PatType {
H A Dpat.rs32 Type(PatType),
101 pub struct PatType {
310 FieldPat, PatIdent, PatPath, PatReference, PatStruct, PatTuple, PatTupleStruct, PatType,
349 impl ToTokens for PatType {
H A Dlib.rs106 use super::{Block, FnArg, ItemFn, PatType, Signature};
134 if let FnArg::Typed(PatType { ty, .. }) = input { in parse()
/dports/devel/grex/grex-1.3.0/cargo-crates/rstest-0.11.0/src/
H A Drefident.rs4 use syn::{FnArg, Pat, PatType, Type};
37 FnArg::Typed(PatType { pat, .. }) => match pat.as_ref() { in maybe_ident()
63 FnArg::Typed(PatType { ty, .. }) => Some(ty.as_ref()), in maybe_type()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/rstest-0.11.0/src/
H A Drefident.rs4 use syn::{FnArg, Pat, PatType, Type};
37 FnArg::Typed(PatType { pat, .. }) => match pat.as_ref() { in maybe_ident()
63 FnArg::Typed(PatType { ty, .. }) => Some(ty.as_ref()), in maybe_type()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/syn-mid-0.5.3/src/
H A Dfunc.rs7 use super::PatType;
55 Typed(PatType),
77 use super::{Block, FnArg, ItemFn, PatType, Receiver, Signature};
89 if let FnArg::Typed(PatType { ty, .. }) = input { in parse()
177 fn fn_arg_typed(input: ParseStream<'_>) -> Result<PatType> { in fn_arg_typed() argument
178 Ok(PatType { in fn_arg_typed()
H A Dpat.rs32 Type(PatType),
101 pub struct PatType {
307 FieldPat, PatIdent, PatPath, PatReference, PatStruct, PatTuple, PatTupleStruct, PatType,
346 impl ToTokens for PatType { implementation
H A Dlib.rs56 PatType, PatWild,
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/auxiliary/
H A Dproc_macro_attr.rs19 …parse_quote, FnArg, ImplItem, ItemImpl, ItemTrait, Lifetime, Pat, PatIdent, PatType, Signature, Tr…
53 if let FnArg::Typed(PatType { pat, .. }) = arg { in rename_my_lifetimes()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/rust/bridge/shared/macros/src/
H A Djni.rs10 use syn_mid::{FnArg, Pat, PatType, Signature};
55 FnArg::Typed(PatType { in bridge_fn()
H A Dffi.rs11 use syn_mid::{FnArg, Pat, PatType, Signature};
67 FnArg::Typed(PatType { in bridge_fn()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/zbus_macros-1.9.1/src/
H A Dutils.rs4 Attribute, FnArg, Ident, Lit, Meta, MetaList, NestedMeta, Pat, PatIdent, PatType, Result,
19 FnArg::Typed(PatType { pat, .. }) => { in arg_ident()
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/inc/External/Common/
H A DGmmInfo.h425 GMM_INLINE int32_t GMM_STDCALL GetPrivatePATTableMemoryType(GMM_GFX_PAT_TYPE PatType) in GetPrivatePATTableMemoryType() argument
427 return (PrivatePATTableMemoryType[PatType]); in GetPrivatePATTableMemoryType()
649 … GmmGetPrivatePATTableMemoryType(GMM_GLOBAL_CONTEXT *pGmmLibContext, GMM_GFX_PAT_TYPE PatType);

12345678910>>...66