Lines Matching defs:String
16 fn path_to_interface(&self, interface: InterfaceId) -> Option<String>; in path_to_interface()
18 fn wasmtime_path(&self) -> String; in wasmtime_path()
34 fn ty(&self, ty: &Type, mode: TypeMode) -> String { in ty()
72 fn optional_ty(&self, ty: Option<&Type>, mode: TypeMode) -> String { in optional_ty()
79 fn tyid(&self, id: TypeId, mode: TypeMode) -> String { in tyid()
201 fn type_name_in_interface(&self, owner: TypeOwner, name: &str) -> String { in type_name_in_interface()
216 fn list(&self, ty: &Type, mode: TypeMode) -> String { in list()
241 fn stream(&self, ty: Option<&Type>) -> String { in stream()
252 fn future(&self, ty: Option<&Type>) -> String { in future()
263 fn handle(&self, handle: &Handle) -> String { in handle() method
303 fn generics(&self, lifetime: Option<&str>) -> String { in generics()
311 fn modes_of(&self, ty: TypeId) -> Vec<(String, TypeMode)> { in modes_of()
339 fn param_name(&self, ty: TypeId) -> String { in param_name()
353 fn result_name(&self, ty: TypeId) -> String { in result_name()
403 fn typedfunc_sig(&self, func: &Function, param_mode: TypeMode) -> String { in typedfunc_sig()
420 pub fn to_rust_ident(name: &str) -> String { in to_rust_ident()
480 pub fn to_rust_upper_camel_case(name: &str) -> String { in to_rust_upper_camel_case()