Searched refs:rust_type (Results 1 - 17 of 17) sorted by relevance
/third_party/rust/crates/syn/codegen/src/ |
H A D | snapshot.rs | 11 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 D | lib.rs | 457 mod rust_type; modules 509 pub use crate::rust_type::{ImplBox, ImplVec, RustType};
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | tokens.rs | 297 EnumRepr::Foreign { rust_type } => rust_type.to_tokens(tokens), in to_tokens()
|
H A D | types.rs | 96 EnumRepr::Foreign { rust_type: _ } => {}
|
H A D | mod.rs | 133 rust_type: syn::Path,
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | tokens.rs | 297 EnumRepr::Foreign { rust_type } => rust_type.to_tokens(tokens), in to_tokens()
|
H A D | mod.rs | 133 rust_type: syn::Path,
|
H A D | types.rs | 96 EnumRepr::Foreign { rust_type: _ } => {}
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | tokens.rs | 297 EnumRepr::Foreign { rust_type } => rust_type.to_tokens(tokens), in to_tokens()
|
H A D | mod.rs | 133 rust_type: syn::Path,
|
H A D | types.rs | 96 EnumRepr::Foreign { rust_type: _ } => {}
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | tokens.rs | 297 EnumRepr::Foreign { rust_type } => rust_type.to_tokens(tokens), in to_tokens()
|
H A D | mod.rs | 133 rust_type: syn::Path,
|
H A D | types.rs | 96 EnumRepr::Foreign { rust_type: _ } => {}
|
/third_party/rust/crates/cxx/syntax/ |
H A D | tokens.rs | 297 EnumRepr::Foreign { rust_type } => rust_type.to_tokens(tokens), in to_tokens()
|
H A D | mod.rs | 133 rust_type: syn::Path,
|
H A D | types.rs | 96 EnumRepr::Foreign { rust_type: _ } => {}
|
Completed in 8 milliseconds