Home
last modified time | relevance | path

Searched defs:NamedImplKey (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/
H A Dinstantiate.rs17 pub(crate) struct NamedImplKey<'a> { struct
33 return Some(ImplKey::RustBox(NamedImplKey::new(ty, ident))); in impl_key() argument
60 impl<'a> PartialEq for NamedImplKey<'a> { implementation
66 impl<'a> Eq for NamedImplKey<'a> {} implementation
68 impl<'a> Hash for NamedImplKey<'a> { implementation
74 impl<'a> NamedImplKey<'a> { impl
H A Dresolve.rs42 impl<'a> UnresolvedName for NamedImplKey<'a> { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/
H A Dinstantiate.rs17 pub(crate) struct NamedImplKey<'a> { struct
33 return Some(ImplKey::RustBox(NamedImplKey::new(ty, ident))); in impl_key() argument
60 impl<'a> PartialEq for NamedImplKey<'a> { implementation
66 impl<'a> Eq for NamedImplKey<'a> {} implementation
68 impl<'a> Hash for NamedImplKey<'a> { implementation
74 impl<'a> NamedImplKey<'a> { implementation
H A Dresolve.rs42 impl<'a> UnresolvedName for NamedImplKey<'a> { implementation
/aosp_15_r20/external/rust/cxx/syntax/
Dinstantiate.rs17 pub(crate) struct NamedImplKey<'a> { struct
33 return Some(ImplKey::RustBox(NamedImplKey::new(ty, ident))); in impl_key() argument
60 impl<'a> PartialEq for NamedImplKey<'a> { implementation
66 impl<'a> Eq for NamedImplKey<'a> {} implementation
68 impl<'a> Hash for NamedImplKey<'a> { implementation
74 impl<'a> NamedImplKey<'a> { implementation
Dresolve.rs42 impl<'a> UnresolvedName for NamedImplKey<'a> { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/gen/
H A Dwrite.rs1433 fn write_rust_box_extern(out: &mut OutFile, key: NamedImplKey) { in write_rust_box_extern()
1455 fn write_rust_vec_extern(out: &mut OutFile, key: NamedImplKey) { in write_rust_vec_extern()
1504 fn write_rust_box_impl(out: &mut OutFile, key: NamedImplKey) { in write_rust_box_impl()
1536 fn write_rust_vec_impl(out: &mut OutFile, key: NamedImplKey) { in write_rust_vec_impl()
1624 fn write_unique_ptr(out: &mut OutFile, key: NamedImplKey) { in write_unique_ptr()
1748 fn write_shared_ptr(out: &mut OutFile, key: NamedImplKey) { in write_shared_ptr()
1829 fn write_weak_ptr(out: &mut OutFile, key: NamedImplKey) { in write_weak_ptr()
1898 fn write_cxx_vector(out: &mut OutFile, key: NamedImplKey) { in write_cxx_vector()
/aosp_15_r20/external/rust/cxx/gen/src/
Dwrite.rs1433 fn write_rust_box_extern(out: &mut OutFile, key: NamedImplKey) { in write_rust_box_extern()
1455 fn write_rust_vec_extern(out: &mut OutFile, key: NamedImplKey) { in write_rust_vec_extern()
1504 fn write_rust_box_impl(out: &mut OutFile, key: NamedImplKey) { in write_rust_box_impl()
1536 fn write_rust_vec_impl(out: &mut OutFile, key: NamedImplKey) { in write_rust_vec_impl()
1624 fn write_unique_ptr(out: &mut OutFile, key: NamedImplKey) { in write_unique_ptr()
1748 fn write_shared_ptr(out: &mut OutFile, key: NamedImplKey) { in write_shared_ptr()
1829 fn write_weak_ptr(out: &mut OutFile, key: NamedImplKey) { in write_weak_ptr()
1898 fn write_cxx_vector(out: &mut OutFile, key: NamedImplKey) { in write_cxx_vector()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/
H A Dexpand.rs1278 fn expand_rust_box(key: NamedImplKey, types: &Types, explicit_impl: Option<&Impl>) -> TokenStream { in expand_rust_box()
1326 fn expand_rust_vec(key: NamedImplKey, types: &Types, explicit_impl: Option<&Impl>) -> TokenStream { in expand_rust_vec()
1423 key: NamedImplKey, in expand_unique_ptr()
1519 key: NamedImplKey, in expand_shared_ptr()
1600 fn expand_weak_ptr(key: NamedImplKey, types: &Types, explicit_impl: Option<&Impl>) -> TokenStream { in expand_weak_ptr()
1672 key: NamedImplKey, in expand_cxx_vector()
/aosp_15_r20/external/rust/cxx/macro/src/
Dexpand.rs1278 fn expand_rust_box(key: NamedImplKey, types: &Types, explicit_impl: Option<&Impl>) -> TokenStream { in expand_rust_box()
1326 fn expand_rust_vec(key: NamedImplKey, types: &Types, explicit_impl: Option<&Impl>) -> TokenStream { in expand_rust_vec()
1423 key: NamedImplKey, in expand_unique_ptr()
1519 key: NamedImplKey, in expand_shared_ptr()
1600 fn expand_weak_ptr(key: NamedImplKey, types: &Types, explicit_impl: Option<&Impl>) -> TokenStream { in expand_weak_ptr()
1672 key: NamedImplKey, in expand_cxx_vector()