Searched refs:to_typename (Results 1 - 4 of 4) sorted by relevance
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | write.rs | 1359 fn to_typename(&self, types: &Types) -> String; in to_typename() functions 1363 fn to_typename(&self, types: &Types) -> String { in to_typename() functions 1369 fn to_typename(&self, types: &Types) -> String { in to_typename() functions 1371 UniquePtr::Ident(ident) => ident.to_typename(types), in to_typename() 1373 format!("::std::vector<{}>", element.to_typename(types)) in to_typename() 1458 let inner = element.to_typename(out.types); in write_rust_vec_extern() 1539 let inner = element.to_typename(out.types); in write_rust_vec_impl() 1634 let inner = ty.to_typename(out.types); in write_unique_ptr_common() 1884 let inner = element.to_typename(out.types); in write_cxx_vector()
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | write.rs | 1359 fn to_typename(&self, types: &Types) -> String; in to_typename() functions 1363 fn to_typename(&self, types: &Types) -> String { in to_typename() functions 1369 fn to_typename(&self, types: &Types) -> String { in to_typename() functions 1371 UniquePtr::Ident(ident) => ident.to_typename(types), in to_typename() 1373 format!("::std::vector<{}>", element.to_typename(types)) in to_typename() 1458 let inner = element.to_typename(out.types); in write_rust_vec_extern() 1539 let inner = element.to_typename(out.types); in write_rust_vec_impl() 1634 let inner = ty.to_typename(out.types); in write_unique_ptr_common() 1884 let inner = element.to_typename(out.types); in write_cxx_vector()
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | write.rs | 1359 fn to_typename(&self, types: &Types) -> String; in to_typename() functions 1363 fn to_typename(&self, types: &Types) -> String { in to_typename() functions 1369 fn to_typename(&self, types: &Types) -> String { in to_typename() functions 1371 UniquePtr::Ident(ident) => ident.to_typename(types), in to_typename() 1373 format!("::std::vector<{}>", element.to_typename(types)) in to_typename() 1458 let inner = element.to_typename(out.types); in write_rust_vec_extern() 1539 let inner = element.to_typename(out.types); in write_rust_vec_impl() 1634 let inner = ty.to_typename(out.types); in write_unique_ptr_common() 1884 let inner = element.to_typename(out.types); in write_cxx_vector()
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | write.rs | 1359 fn to_typename(&self, types: &Types) -> String; in to_typename() functions 1363 fn to_typename(&self, types: &Types) -> String { in to_typename() functions 1369 fn to_typename(&self, types: &Types) -> String { in to_typename() functions 1371 UniquePtr::Ident(ident) => ident.to_typename(types), in to_typename() 1373 format!("::std::vector<{}>", element.to_typename(types)) in to_typename() 1458 let inner = element.to_typename(out.types); in write_rust_vec_extern() 1539 let inner = element.to_typename(out.types); in write_rust_vec_impl() 1634 let inner = ty.to_typename(out.types); in write_unique_ptr_common() 1884 let inner = element.to_typename(out.types); in write_cxx_vector()
|
Completed in 12 milliseconds