Home
last modified time | relevance | path

Searched refs:rust_type (Results 1 - 17 of 17) sorted by relevance

/third_party/rust/crates/syn/codegen/src/
H A Dsnapshot.rs11 fn rust_type(ty: &Type) -> TokenStream { in rust_type() functions
30 let element = rust_type(&ty.element); in rust_type()
35 let inner = rust_type(ty); in rust_type()
39 let inner = rust_type(ty); in rust_type()
43 let inner = rust_type(ty); in rust_type()
47 let inner = ty.iter().map(rust_type); in rust_type()
70 let ty = rust_type(ty); in format_field()
234 let ty = rust_type(ty); in expand_impl_body()
279 let ty = rust_type(ty); in expand_impl_body()
/third_party/rust/crates/cxx/src/
H A Dlib.rs457 mod rust_type; modules
509 pub use crate::rust_type::{ImplBox, ImplVec, RustType};
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dtokens.rs297 EnumRepr::Foreign { rust_type } => rust_type.to_tokens(tokens), in to_tokens()
H A Dtypes.rs96 EnumRepr::Foreign { rust_type: _ } => {}
H A Dmod.rs133 rust_type: syn::Path,
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dtokens.rs297 EnumRepr::Foreign { rust_type } => rust_type.to_tokens(tokens), in to_tokens()
H A Dmod.rs133 rust_type: syn::Path,
H A Dtypes.rs96 EnumRepr::Foreign { rust_type: _ } => {}
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dtokens.rs297 EnumRepr::Foreign { rust_type } => rust_type.to_tokens(tokens), in to_tokens()
H A Dmod.rs133 rust_type: syn::Path,
H A Dtypes.rs96 EnumRepr::Foreign { rust_type: _ } => {}
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dtokens.rs297 EnumRepr::Foreign { rust_type } => rust_type.to_tokens(tokens), in to_tokens()
H A Dmod.rs133 rust_type: syn::Path,
H A Dtypes.rs96 EnumRepr::Foreign { rust_type: _ } => {}
/third_party/rust/crates/cxx/syntax/
H A Dtokens.rs297 EnumRepr::Foreign { rust_type } => rust_type.to_tokens(tokens), in to_tokens()
H A Dmod.rs133 rust_type: syn::Path,
H A Dtypes.rs96 EnumRepr::Foreign { rust_type: _ } => {}

Completed in 8 milliseconds