Home
last modified time | relevance | path

Searched refs:to_symbol (Results 1 - 10 of 10) sorted by relevance

/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dnames.rs16 pub fn to_symbol(&self) -> Symbol { in to_symbol() functions
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dnames.rs16 pub fn to_symbol(&self) -> Symbol { in to_symbol() functions
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dnames.rs16 pub fn to_symbol(&self) -> Symbol { in to_symbol() functions
/third_party/rust/crates/cxx/syntax/
H A Dnames.rs16 pub fn to_symbol(&self) -> Symbol { in to_symbol() functions
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dnames.rs16 pub fn to_symbol(&self) -> Symbol { in to_symbol() functions
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dwrite.rs254 let guard = format!("CXXBRIDGE1_STRUCT_{}", strct.name.to_symbol());
349 let guard = format!("CXXBRIDGE1_STRUCT_{}", ety.name.to_symbol());
399 let guard = format!("CXXBRIDGE1_ENUM_{}", enm.name.to_symbol());
1385 types.resolve(self).name.to_symbol() in to_mangled()
1437 let instance = resolve.name.to_symbol(); in write_rust_box_extern()
1508 let instance = resolve.name.to_symbol(); in write_rust_box_impl()
1747 let instance = resolve.name.to_symbol(); in write_shared_ptr()
1822 let instance = resolve.name.to_symbol(); in write_weak_ptr()
/third_party/rust/crates/cxx/gen/src/
H A Dwrite.rs254 let guard = format!("CXXBRIDGE1_STRUCT_{}", strct.name.to_symbol());
349 let guard = format!("CXXBRIDGE1_STRUCT_{}", ety.name.to_symbol());
399 let guard = format!("CXXBRIDGE1_ENUM_{}", enm.name.to_symbol());
1385 types.resolve(self).name.to_symbol() in to_mangled()
1437 let instance = resolve.name.to_symbol(); in write_rust_box_extern()
1508 let instance = resolve.name.to_symbol(); in write_rust_box_impl()
1747 let instance = resolve.name.to_symbol(); in write_shared_ptr()
1822 let instance = resolve.name.to_symbol(); in write_weak_ptr()
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dwrite.rs254 let guard = format!("CXXBRIDGE1_STRUCT_{}", strct.name.to_symbol());
349 let guard = format!("CXXBRIDGE1_STRUCT_{}", ety.name.to_symbol());
399 let guard = format!("CXXBRIDGE1_ENUM_{}", enm.name.to_symbol());
1385 types.resolve(self).name.to_symbol() in to_mangled()
1437 let instance = resolve.name.to_symbol(); in write_rust_box_extern()
1508 let instance = resolve.name.to_symbol(); in write_rust_box_impl()
1747 let instance = resolve.name.to_symbol(); in write_shared_ptr()
1822 let instance = resolve.name.to_symbol(); in write_weak_ptr()
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dwrite.rs254 let guard = format!("CXXBRIDGE1_STRUCT_{}", strct.name.to_symbol());
349 let guard = format!("CXXBRIDGE1_STRUCT_{}", ety.name.to_symbol());
399 let guard = format!("CXXBRIDGE1_ENUM_{}", enm.name.to_symbol());
1385 types.resolve(self).name.to_symbol() in to_mangled()
1437 let instance = resolve.name.to_symbol(); in write_rust_box_extern()
1508 let instance = resolve.name.to_symbol(); in write_rust_box_impl()
1747 let instance = resolve.name.to_symbol(); in write_shared_ptr()
1822 let instance = resolve.name.to_symbol(); in write_weak_ptr()
/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs1254 let link_prefix = format!("cxxbridge1$box${}$", resolve.name.to_symbol()); in expand_rust_box()
1302 let link_prefix = format!("cxxbridge1$rust_vec${}$", resolve.name.to_symbol()); in expand_rust_vec()
1391 let prefix = format!("cxxbridge1$unique_ptr${}$", resolve.name.to_symbol()); in expand_unique_ptr()
1479 let prefix = format!("cxxbridge1$shared_ptr${}$", resolve.name.to_symbol()); in expand_shared_ptr()
1549 let prefix = format!("cxxbridge1$weak_ptr${}$", resolve.name.to_symbol()); in expand_weak_ptr()
1614 let prefix = format!("cxxbridge1$std$vector${}$", resolve.name.to_symbol()); in expand_cxx_vector()
1621 resolve.name.to_symbol(), in expand_cxx_vector()

Completed in 12 milliseconds