Home
last modified time | relevance | path

Searched refs:to_typename (Results 1 – 1 of 1) sorted by relevance

/external/rust/cxx/gen/src/
Dwrite.rs1303 fn to_typename(&self, types: &Types) -> String; in to_typename() method
1307 fn to_typename(&self, types: &Types) -> String { in to_typename() method
1313 fn to_typename(&self, types: &Types) -> String { in to_typename() method
1315 UniquePtr::Ident(ident) => ident.to_typename(types), in to_typename()
1317 format!("::std::vector<{}>", element.to_typename(types)) in to_typename()
1400 let inner = element.to_typename(out.types); in write_rust_vec_extern()
1476 let inner = element.to_typename(out.types); in write_rust_vec_impl()
1561 let inner = ty.to_typename(out.types); in write_unique_ptr_common()
1802 let inner = element.to_typename(out.types); in write_cxx_vector()